/external/chromium_org/content/browser/net/ |
browser_online_state_observer.cc | 25 type != net::NetworkChangeNotifier::CONNECTION_NONE));
|
/external/chromium_org/net/base/ |
network_change_notifier.cc | 130 case NetworkChangeNotifier::CONNECTION_NONE: 164 case NetworkChangeNotifier::CONNECTION_NONE: 195 case NetworkChangeNotifier::CONNECTION_NONE: 201 if (type != NetworkChangeNotifier::CONNECTION_NONE) { 239 if (type != NetworkChangeNotifier::CONNECTION_NONE) { 275 if (last_connection_type_ != NetworkChangeNotifier::CONNECTION_NONE) 290 NetworkChangeNotifier::CONNECTION_NONE) { 376 last_announced_connection_type_(CONNECTION_NONE), 377 pending_connection_type_(CONNECTION_NONE) {} 391 base::TimeDelta delay = last_announced_connection_type_ == CONNECTION_NONE [all...] |
network_change_notifier_win.cc | 62 last_computed_connection_type_ == CONNECTION_NONE) { 93 // CONNECTION_UNKNOWN) or "offline" (and then it returns CONNECTION_NONE). 207 NetworkChangeNotifier::CONNECTION_NONE;
|
network_change_notifier.h | 44 CONNECTION_NONE = 6 // No connection. 112 // |type != CONNECTION_NONE|. Observers performing "destructive" activities 114 // when |type == CONNECTION_NONE|. OnNetworkChanged will always be called 115 // with CONNECTION_NONE immediately prior to being called with an online 148 // A return value of |CONNECTION_NONE| is a pretty strong indicator that the
|
network_change_notifier_mac.cc | 36 return NetworkChangeNotifier::CONNECTION_NONE; 268 if (new_type != CONNECTION_NONE)
|
/external/chromium/net/socket_stream/ |
socket_stream_metrics.h | 29 CONNECTION_NONE,
|
/external/chromium_org/net/android/java/src/org/chromium/net/ |
NetworkChangeNotifier.java | 43 public static final int CONNECTION_NONE = 6; 157 boolean connectionCurrentlyExists = mCurrentConnectionType != CONNECTION_NONE; 159 updateCurrentConnectionType(forceOnline ? CONNECTION_UNKNOWN : CONNECTION_NONE); 217 return connectionType != CONNECTION_UNKNOWN && connectionType != CONNECTION_NONE;
|
NetworkChangeNotifierAutoDetect.java | 155 return NetworkChangeNotifier.CONNECTION_NONE;
|
/external/chromium_org/net/android/ |
network_change_notifier_android_unittest.cc | 76 EXPECT_EQ(NetworkChangeNotifier::CONNECTION_NONE, 83 EXPECT_EQ(NetworkChangeNotifier::CONNECTION_NONE, 117 ASSERT_EQ(NetworkChangeNotifier::CONNECTION_NONE, 123 EXPECT_EQ(NetworkChangeNotifier::CONNECTION_NONE,
|
network_change_notifier_delegate_android.cc | 25 case NetworkChangeNotifier::CONNECTION_NONE:
|
/external/chromium_org/chrome/browser/web_resource/ |
resource_request_allowed_notifier.cc | 109 type != net::NetworkChangeNotifier::CONNECTION_NONE) { 114 type == net::NetworkChangeNotifier::CONNECTION_NONE) {
|
resource_request_allowed_notifier_unittest.cc | 38 // CONNECTION_NONE, then NetworkChangeNotifier::IsOffline will return true. 131 net::NetworkChangeNotifier::CONNECTION_NONE); 159 SimulateNetworkConnectionChange(net::NetworkChangeNotifier::CONNECTION_NONE); 205 net::NetworkChangeNotifier::CONNECTION_NONE); 221 net::NetworkChangeNotifier::CONNECTION_NONE); 238 net::NetworkChangeNotifier::CONNECTION_NONE);
|
/external/chromium_org/chrome/browser/metrics/ |
metrics_network_observer.cc | 35 if (type == net::NetworkChangeNotifier::CONNECTION_NONE) 38 connection_type_ != net::NetworkChangeNotifier::CONNECTION_NONE) { 49 case net::NetworkChangeNotifier::CONNECTION_NONE:
|
/external/chromium_org/chromeos/network/ |
network_change_notifier_chromeos.cc | 56 connection_type_(CONNECTION_NONE) { 123 if (connection_type_ != CONNECTION_NONE) { 128 connection_type_ = CONNECTION_NONE; 163 connection_type_ != CONNECTION_NONE);
|
network_change_notifier_chromeos_unittest.cc | 162 { NetworkChangeNotifier::CONNECTION_NONE, "", "", "" }, 166 { NetworkChangeNotifier::CONNECTION_NONE, "", "", "" }, 169 { NetworkChangeNotifier::CONNECTION_NONE, "", "", "" }, 173 { NetworkChangeNotifier::CONNECTION_NONE, "", "", "" },
|
/external/chromium_org/net/socket_stream/ |
socket_stream_metrics.h | 29 CONNECTION_NONE,
|
/external/chromium_org/net/android/javatests/src/org/chromium/net/ |
NetworkChangeNotifierTest.java | 59 return getNetworkType() != NetworkChangeNotifier.CONNECTION_NONE; 159 connectivityDelegate.setNetworkType(NetworkChangeNotifier.CONNECTION_NONE);
|
/external/chromium_org/chrome/browser/chromeos/offline/ |
offline_load_page.cc | 162 const bool online = type != net::NetworkChangeNotifier::CONNECTION_NONE;
|
/external/chromium_org/google_apis/gcm/engine/ |
connection_factory_impl.cc | 123 if (type == net::NetworkChangeNotifier::CONNECTION_NONE)
|
/external/chromium_org/net/tools/net_watcher/ |
net_watcher.cc | 51 case net::NetworkChangeNotifier::CONNECTION_NONE: 52 return "CONNECTION_NONE";
|
/external/chromium_org/chrome/browser/chromeos/contacts/ |
google_contact_store.cc | 88 net::NetworkChangeNotifier::CONNECTION_NONE; 182 is_online_ = (type != net::NetworkChangeNotifier::CONNECTION_NONE);
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
auto_enrollment_client_unittest.cc | 358 client_->OnNetworkChanged(net::NetworkChangeNotifier::CONNECTION_NONE); 371 client_->OnNetworkChanged(net::NetworkChangeNotifier::CONNECTION_NONE);
|
/external/chromium_org/chrome/browser/extensions/api/dial/ |
dial_registry_unittest.cc | 302 registry_->OnNetworkChanged(net::NetworkChangeNotifier::CONNECTION_NONE); 346 registry_->OnNetworkChanged(net::NetworkChangeNotifier::CONNECTION_NONE);
|
dial_registry.cc | 303 case NetworkChangeNotifier::CONNECTION_NONE:
|
/external/chromium_org/chrome/browser/local_discovery/ |
privet_traffic_detector.cc | 86 if (type != net::NetworkChangeNotifier::CONNECTION_NONE)
|