Search completed in 0.93 seconds.
1 results for "clearStats":
nsIDOMMozNetworkStatsManager
MozillaTechXPCOMReferenceInterfacensIDOMMozNetworkStatsManager
/* networkstatsgetoptions */); nsidomdomrequest addalarm(in nsisupports network, in long threshold, [optional] in jsval options /* networkstatsalarmoptions */); nsidomdomrequest getallalarms([optional] in nsisupports network); nsidomdomrequest removealarms([optional] in long alarmid); nsidomdomrequest clearstats(in nsisupports network); nsidomdomrequest clearallstats(); nsidomdomrequest getavailablenetworks(); nsidomdomrequest getavailableservicetypes(); attributes attribute type description samplerate long minimum time in milliseconds between samples stored in the database.
... clearstats() remove all stats related with the provided network from db.
... nsidomdomrequest clearstats(in nsisupports network); parameters network the origin of the data.