OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:offline_polls_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/base/
network_change_notifier_win.cc
245
offline_polls_
= 0;
306
offline_polls_
++;
311
if (last_announced_offline_ && current_offline &&
offline_polls_
<= 20) {
317
UMA_HISTOGRAM_CUSTOM_COUNTS("NCN.OfflinePolls",
offline_polls_
, 1, 50, 50);
network_change_notifier_win.h
111
int
offline_polls_
;
member in class:net::NetworkChangeNotifierWin
Completed in 27 milliseconds