OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WatchForAddressChange
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/net/base/
network_change_notifier_win.h
39
void
WatchForAddressChange
();
95
// Number of times
WatchForAddressChange
has failed in a row.
110
// Used for calling
WatchForAddressChange
again on failure.
network_change_notifier_win.cc
226
WatchForAddressChange
();
248
void NetworkChangeNotifierWin::
WatchForAddressChange
() {
268
base::Bind(&NetworkChangeNotifierWin::
WatchForAddressChange
,
network_change_notifier_win_unittest.cc
72
// Calls
WatchForAddressChange
, and simulates a WatchForAddressChangeInternal
85
network_change_notifier_.
WatchForAddressChange
();
95
// Calls
WatchForAddressChange
, and simulates a WatchForAddressChangeInternal
108
network_change_notifier_.
WatchForAddressChange
();
160
// Runs the message loop until
WatchForAddressChange
is called again, as a
180
// Runs the message loop until
WatchForAddressChange
is called again, as a
network_change_notifier.cc
508
network_change_notifier->
WatchForAddressChange
();
Completed in 157 milliseconds