HomeSort by relevance Sort by last modified time
    Searched refs:NetworkChangeNotifier (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium/net/base/
network_change_notifier.cc 23 NetworkChangeNotifier* g_network_change_notifier = NULL;
25 class MockNetworkChangeNotifier : public NetworkChangeNotifier {
32 NetworkChangeNotifier::~NetworkChangeNotifier() {
37 NetworkChangeNotifier* NetworkChangeNotifier::Create() {
51 bool NetworkChangeNotifier::IsOffline() {
57 NetworkChangeNotifier* NetworkChangeNotifier::CreateMock() {
61 void NetworkChangeNotifier::AddIPAddressObserver(IPAddressObserver* observer)
    [all...]
network_change_notifier.h 15 // NetworkChangeNotifier monitors the system for network changes, and notifies
18 class NET_EXPORT NetworkChangeNotifier {
40 // See NetworkChangeNotifier::IsOffline() for important caveats about
51 virtual ~NetworkChangeNotifier();
53 // See the description of NetworkChangeNotifier::IsOffline().
58 // Creates the process-wide, platform-specific NetworkChangeNotifier. The
64 static NetworkChangeNotifier* Create();
77 static NetworkChangeNotifier* CreateMock();
105 NetworkChangeNotifier();
119 DISALLOW_COPY_AND_ASSIGN(NetworkChangeNotifier);
    [all...]
net_test_suite.h 17 class NetworkChangeNotifier;
38 scoped_ptr<net::NetworkChangeNotifier> network_change_notifier_;
network_change_notifier_linux.h 15 class NetworkChangeNotifierLinux : public NetworkChangeNotifier {
24 // NetworkChangeNotifier:
network_change_notifier_win.h 18 class NetworkChangeNotifierWin : public NetworkChangeNotifier,
26 // NetworkChangeNotifier methods:
net_test_suite.cc 36 network_change_notifier_.reset(net::NetworkChangeNotifier::CreateMock());
network_change_notifier_mac.h 17 class NetworkChangeNotifierMac: public NetworkChangeNotifier {
22 // NetworkChangeNotifier implementation:
dnsrr_resolver.h 70 public NetworkChangeNotifier::IPAddressObserver {
108 // Implementation of NetworkChangeNotifier::IPAddressObserver
host_resolver_impl.h 54 public NetworkChangeNotifier::IPAddressObserver {
226 // NetworkChangeNotifier::IPAddressObserver methods:
network_change_notifier_linux.cc 42 NetworkChangeNotifier::NotifyObserversOfIPAddressChange();
65 : base::Thread("NetworkChangeNotifier"),
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ChromiumInit.cpp 60 scoped_ptr<net::NetworkChangeNotifier> networkChangeNotifier;
70 networkChangeNotifier.reset(net::NetworkChangeNotifier::Create());
  /external/chromium/chrome/browser/chromeos/net/
network_change_notifier_chromeos.h 17 : public net::NetworkChangeNotifier,
25 // NetworkChangeNotifier overrides.
  /external/chromium/chrome/browser/
browser_main.h 22 class NetworkChangeNotifier;
154 scoped_ptr<net::NetworkChangeNotifier> network_change_notifier_;
intranet_redirect_detector.h 40 public net::NetworkChangeNotifier::IPAddressObserver {
76 // NetworkChangeNotifier::IPAddressObserver
intranet_redirect_detector.cc 41 net::NetworkChangeNotifier::AddIPAddressObserver(this);
45 net::NetworkChangeNotifier::RemoveIPAddressObserver(this);
io_thread.h 182 scoped_ptr<net::NetworkChangeNotifier::IPAddressObserver>
io_thread.cc 172 : public net::NetworkChangeNotifier::IPAddressObserver {
177 net::NetworkChangeNotifier::AddIPAddressObserver(this);
181 net::NetworkChangeNotifier::RemoveIPAddressObserver(this);
426 // Assuming NetworkChangeNotifier dispatches in FIFO order, we should be
  /external/chromium/chrome/browser/policy/
cloud_policy_subsystem.h 35 public net::NetworkChangeNotifier::IPAddressObserver {
79 // net::NetworkChangeNotifier::IPAddressObserver:
cloud_policy_subsystem.cc 55 net::NetworkChangeNotifier::AddIPAddressObserver(this);
85 net::NetworkChangeNotifier::RemoveIPAddressObserver(this);
  /external/chromium/chrome/browser/google/
google_url_tracker.h 40 public net::NetworkChangeNotifier::IPAddressObserver {
121 // NetworkChangeNotifier::IPAddressObserver
google_url_tracker.cc 104 net::NetworkChangeNotifier::AddIPAddressObserver(this);
113 net::NetworkChangeNotifier::RemoveIPAddressObserver(this);
google_url_tracker_unittest.cc 135 scoped_ptr<net::NetworkChangeNotifier> network_change_notifier_;
154 network_change_notifier_.reset(net::NetworkChangeNotifier::CreateMock());
214 net::NetworkChangeNotifier::NotifyObserversOfIPAddressChangeForTests();
  /external/chromium/net/spdy/
spdy_session_pool.h 38 : public NetworkChangeNotifier::IPAddressObserver,
100 // NetworkChangeNotifier::IPAddressObserver methods:
spdy_session_pool.cc 46 NetworkChangeNotifier::AddIPAddressObserver(this);
57 NetworkChangeNotifier::RemoveIPAddressObserver(this);
  /external/chromium/net/proxy/
proxy_service.h 39 public NetworkChangeNotifier::IPAddressObserver,
286 // NetworkChangeNotifier::IPAddressObserver

Completed in 252 milliseconds

1 2