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

1 2

  /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.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)
network_change_notifier_win.cc 91 // CONNECTION_UNKNOWN) or "offline" (and then it returns CONNECTION_NONE).
208 NetworkChangeNotifier::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;
159 boolean connectionCurrentlyExists = mCurrentConnectionType != CONNECTION_NONE;
161 updateCurrentConnectionType(forceOnline ? CONNECTION_UNKNOWN : CONNECTION_NONE);
222 return connectionType != CONNECTION_UNKNOWN && connectionType != CONNECTION_NONE;
NetworkChangeNotifierAutoDetect.java 120 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 101 type != net::NetworkChangeNotifier::CONNECTION_NONE) {
106 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 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 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 56 return getNetworkType() != NetworkChangeNotifier.CONNECTION_NONE;
117 connectivityDelegate.setNetworkType(NetworkChangeNotifier.CONNECTION_NONE);
  /external/chromium_org/chrome/browser/chromeos/offline/
offline_load_page.cc 182 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/chromeos/net/
network_change_notifier_network_library.cc 56 connection_type_(CONNECTION_NONE),
300 return net::NetworkChangeNotifier::CONNECTION_NONE;
  /external/chromium_org/chrome/browser/chromeos/contacts/
google_contact_store.cc 88 net::NetworkChangeNotifier::CONNECTION_NONE;
179 is_online_ = (type != net::NetworkChangeNotifier::CONNECTION_NONE);
  /external/chromium_org/chrome/browser/chromeos/policy/
auto_enrollment_client_unittest.cc 354 client_->OnNetworkChanged(net::NetworkChangeNotifier::CONNECTION_NONE);
367 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/ui/search/
instant_ntp_prerenderer.cc 174 if (type == net::NetworkChangeNotifier::CONNECTION_NONE)

Completed in 1025 milliseconds

1 2