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

  /external/chromium_org/net/base/
network_change_notifier_win_unittest.cc 40 MOCK_METHOD0(WatchForAddressChangeInternal, bool());
72 // Calls WatchForAddressChange, and simulates a WatchForAddressChangeInternal
75 // WatchForAddressChangeInternal failures.
81 EXPECT_CALL(network_change_notifier_, WatchForAddressChangeInternal())
95 // Calls WatchForAddressChange, and simulates a WatchForAddressChangeInternal
102 EXPECT_CALL(network_change_notifier_, WatchForAddressChangeInternal())
119 // The resulting call to WatchForAddressChangeInternal then succeeds.
125 EXPECT_CALL(network_change_notifier_, WatchForAddressChangeInternal())
139 // The resulting call to WatchForAddressChangeInternal then fails.
145 EXPECT_CALL(network_change_notifier_, WatchForAddressChangeInternal())
    [all...]
network_change_notifier_win.h 35 // WatchForAddressChangeInternal is mocked out in unit tests.
78 virtual bool WatchForAddressChangeInternal();
86 // happens on initialization and when WatchForAddressChangeInternal fails and
network_change_notifier_win.cc 255 if (!WatchForAddressChangeInternal()) {
290 bool NetworkChangeNotifierWin::WatchForAddressChangeInternal() {

Completed in 168 milliseconds