HomeSort by relevance Sort by last modified time
    Searched refs:WatchForAddressChange (Results 1 - 6 of 6) sorted by null

  /external/chromium/net/base/
network_change_notifier_win.h 33 void WatchForAddressChange();
network_change_notifier_win.cc 21 WatchForAddressChange();
160 WatchForAddressChange();
163 void NetworkChangeNotifierWin::WatchForAddressChange() {
  /external/chromium_org/net/base/
network_change_notifier_win.h 39 void WatchForAddressChange();
89 // Number of times WatchForAddressChange has failed in a row.
92 // Used for calling WatchForAddressChange again on failure.
network_change_notifier_win.cc 217 WatchForAddressChange();
238 void NetworkChangeNotifierWin::WatchForAddressChange() {
258 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 457 network_change_notifier->WatchForAddressChange();

Completed in 45 milliseconds