HomeSort by relevance Sort by last modified time
    Searched full:networkchangenotifier (Results 1 - 25 of 40) 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:
network_change_notifier_mac.h 17 class NetworkChangeNotifierMac: public NetworkChangeNotifier {
22 // NetworkChangeNotifier implementation:
net_test_suite.cc 36 network_change_notifier_.reset(net::NetworkChangeNotifier::CreateMock());
dnsrr_resolver.h 70 public NetworkChangeNotifier::IPAddressObserver {
108 // Implementation of NetworkChangeNotifier::IPAddressObserver
network_change_notifier_linux.cc 42 NetworkChangeNotifier::NotifyObserversOfIPAddressChange();
65 : base::Thread("NetworkChangeNotifier"),
host_resolver_impl.h 54 public NetworkChangeNotifier::IPAddressObserver {
226 // NetworkChangeNotifier::IPAddressObserver methods:
  /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/
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);
browser_main.h 22 class NetworkChangeNotifier;
154 scoped_ptr<net::NetworkChangeNotifier> network_change_notifier_;
  /external/chromium/chrome/browser/policy/
cloud_policy_subsystem.cc 55 net::NetworkChangeNotifier::AddIPAddressObserver(this);
85 net::NetworkChangeNotifier::RemoveIPAddressObserver(this);
cloud_policy_subsystem.h 35 public net::NetworkChangeNotifier::IPAddressObserver {
79 // net::NetworkChangeNotifier::IPAddressObserver:
  /external/chromium/chrome/browser/chromeos/
network_state_notifier.h 47 // NetworkChangeNotifier if possible.
  /external/chromium/chrome/browser/google/
google_url_tracker.h 40 public net::NetworkChangeNotifier::IPAddressObserver {
121 // NetworkChangeNotifier::IPAddressObserver
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();
google_url_tracker.cc 104 net::NetworkChangeNotifier::AddIPAddressObserver(this);
113 net::NetworkChangeNotifier::RemoveIPAddressObserver(this);
  /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.cc 59 // changes (NetworkChangeNotifier) may fire *before* the system's networking
68 // Admitedly this is a hack. Ideally we would have NetworkChangeNotifier
76 // NetworkChangeNotifier delivers network changes more frequently this could
77 // cause jankiness. (NetworkChangeNotifier broadcasts a change event when ANY
392 NetworkChangeNotifier::AddIPAddressObserver(this);
571 NetworkChangeNotifier::RemoveIPAddressObserver(this);
    [all...]
  /frameworks/av/media/libstagefright/chromium_http/
support.cpp 48 static scoped_ptr<net::NetworkChangeNotifier> gNetworkChangeNotifier;
110 gNetworkChangeNotifier.reset(net::NetworkChangeNotifier::Create());

Completed in 332 milliseconds

1 2