/external/chromium_org/chromecast/net/ |
network_change_notifier_cast.cc | 17 return net::NetworkChangeNotifier::CONNECTION_NONE;
|
/external/chromium_org/content/renderer/ |
net_info_helper.cc | 19 case net::NetworkChangeNotifier::CONNECTION_NONE:
|
/external/chromium_org/net/android/java/src/org/chromium/net/ |
NetworkChangeNotifier.java | 43 public static final int CONNECTION_NONE = 6; 158 boolean connectionCurrentlyExists = mCurrentConnectionType != CONNECTION_NONE; 160 updateCurrentConnectionType(forceOnline ? CONNECTION_UNKNOWN : CONNECTION_NONE); 216 return connectionType != CONNECTION_UNKNOWN && connectionType != CONNECTION_NONE;
|
NetworkChangeNotifierAutoDetect.java | 156 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/net/base/ |
network_change_notifier.cc | 148 case NetworkChangeNotifier::CONNECTION_NONE: 187 case NetworkChangeNotifier::CONNECTION_NONE: 222 case NetworkChangeNotifier::CONNECTION_NONE: 232 if (type != NetworkChangeNotifier::CONNECTION_NONE) { 275 if (type != NetworkChangeNotifier::CONNECTION_NONE) { 312 if (last_connection_type_ != NetworkChangeNotifier::CONNECTION_NONE) 327 NetworkChangeNotifier::CONNECTION_NONE) { 415 last_announced_connection_type_(CONNECTION_NONE), 416 pending_connection_type_(CONNECTION_NONE) {} 435 base::TimeDelta delay = last_announced_connection_type_ == CONNECTION_NONE [all...] |
network_change_notifier_win.cc | 62 last_computed_connection_type_ == CONNECTION_NONE) { 91 // CONNECTION_UNKNOWN) or "offline" (and then it returns CONNECTION_NONE). 205 NetworkChangeNotifier::CONNECTION_NONE;
|
network_change_notifier.h | 45 CONNECTION_NONE = 6, // No connection. 115 // |type != CONNECTION_NONE|. Observers performing "destructive" activities 117 // when |type == CONNECTION_NONE|. OnNetworkChanged will always be called 118 // with CONNECTION_NONE immediately prior to being called with an online 151 // A return value of |CONNECTION_NONE| is a pretty strong indicator that the
|
/external/chromium_org/chromeos/network/ |
network_change_notifier_chromeos.cc | 55 connection_type_(CONNECTION_NONE) { 122 if (connection_type_ != CONNECTION_NONE) { 127 connection_type_ = CONNECTION_NONE; 162 connection_type_ != CONNECTION_NONE);
|
network_change_notifier_chromeos_unittest.cc | 163 { NetworkChangeNotifier::CONNECTION_NONE, "", "", "" }, 167 { NetworkChangeNotifier::CONNECTION_NONE, "", "", "" }, 170 { NetworkChangeNotifier::CONNECTION_NONE, "", "", "" }, 174 { NetworkChangeNotifier::CONNECTION_NONE, "", "", "" },
|
/external/chromium_org/net/socket_stream/ |
socket_stream_metrics.h | 29 CONNECTION_NONE,
|
/external/chromium_org/content/browser/ |
net_info_browsertest.cc | 76 SetConnectionType(net::NetworkChangeNotifier::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/components/metrics/net/ |
network_metrics_provider.cc | 76 if (type == net::NetworkChangeNotifier::CONNECTION_NONE) 79 connection_type_ != net::NetworkChangeNotifier::CONNECTION_NONE) { 90 case net::NetworkChangeNotifier::CONNECTION_NONE:
|
/external/chromium_org/content/public/common/ |
web_preferences.cc | 73 connection_type(net::NetworkChangeNotifier::CONNECTION_NONE),
|
/external/chromium_org/remoting/host/ |
signaling_connector.cc | 81 if (type != net::NetworkChangeNotifier::CONNECTION_NONE &&
|
/external/chromium_org/chrome/browser/chromeos/offline/ |
offline_load_page.cc | 155 const bool online = 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/extensions/api/dial/ |
dial_registry_unittest.cc | 302 registry_->OnNetworkChanged(net::NetworkChangeNotifier::CONNECTION_NONE); 346 registry_->OnNetworkChanged(net::NetworkChangeNotifier::CONNECTION_NONE);
|
dial_registry.cc | 302 case NetworkChangeNotifier::CONNECTION_NONE:
|
/external/chromium_org/chrome/browser/local_discovery/ |
privet_traffic_detector.cc | 93 if (type != net::NetworkChangeNotifier::CONNECTION_NONE)
|
/external/chromium_org/components/google/core/browser/ |
google_url_tracker.cc | 185 if (type == net::NetworkChangeNotifier::CONNECTION_NONE)
|