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

1 2

  /external/chromium_org/chrome/browser/chromeos/drive/
test_util.cc 28 : type_(CONNECTION_WIFI) {
  /external/chromium_org/chrome/browser/web_resource/
resource_request_allowed_notifier_unittest.cc 183 net::NetworkChangeNotifier::CONNECTION_WIFI);
192 net::NetworkChangeNotifier::CONNECTION_WIFI);
202 net::NetworkChangeNotifier::CONNECTION_WIFI);
208 net::NetworkChangeNotifier::CONNECTION_WIFI);
218 net::NetworkChangeNotifier::CONNECTION_WIFI);
226 net::NetworkChangeNotifier::CONNECTION_WIFI);
235 net::NetworkChangeNotifier::CONNECTION_WIFI);
270 net::NetworkChangeNotifier::CONNECTION_WIFI);
279 net::NetworkChangeNotifier::CONNECTION_WIFI);
293 net::NetworkChangeNotifier::CONNECTION_WIFI);
    [all...]
  /external/chromium_org/chromeos/network/
network_change_notifier_chromeos_unittest.cc 67 { shill::kTypeWifi, "", NetworkChangeNotifier::CONNECTION_WIFI },
184 { NetworkChangeNotifier::CONNECTION_WIFI, kService2, kIpAddress1,
189 { NetworkChangeNotifier::CONNECTION_WIFI, kService2, kIpAddress1,
192 { NetworkChangeNotifier::CONNECTION_WIFI, kService3, kIpAddress1,
197 { NetworkChangeNotifier::CONNECTION_WIFI, kService3, "", kDnsServers1 },
199 { NetworkChangeNotifier::CONNECTION_WIFI, kService3, kIpAddress2,
204 { NetworkChangeNotifier::CONNECTION_WIFI, kService3, kIpAddress1,
207 { NetworkChangeNotifier::CONNECTION_WIFI, kService3, kIpAddress2,
212 { NetworkChangeNotifier::CONNECTION_WIFI, kService3, kIpAddress2,
215 { NetworkChangeNotifier::CONNECTION_WIFI, kService3, kIpAddress2
    [all...]
network_change_notifier_chromeos.cc 202 return CONNECTION_WIFI;
  /external/chromium_org/content/renderer/
net_info_helper.cc 17 case net::NetworkChangeNotifier::CONNECTION_WIFI:
  /external/chromium_org/content/browser/
net_info_browsertest.cc 64 SetConnectionType(net::NetworkChangeNotifier::CONNECTION_WIFI);
78 SetConnectionType(net::NetworkChangeNotifier::CONNECTION_WIFI);
  /external/chromium_org/net/android/java/src/org/chromium/net/
NetworkChangeNotifierAutoDetect.java 163 return NetworkChangeNotifier.CONNECTION_WIFI;
198 if (getCurrentConnectionType() != NetworkChangeNotifier.CONNECTION_WIFI)
NetworkChangeNotifier.java 39 public static final int CONNECTION_WIFI = 2;
  /external/chromium_org/google_apis/gcm/engine/
heartbeat_manager.cc 97 net::NetworkChangeNotifier::CONNECTION_WIFI ||
connection_factory_impl_unittest.cc 400 factory()->OnNetworkChanged(net::NetworkChangeNotifier::CONNECTION_WIFI);
444 factory()->OnNetworkChanged(net::NetworkChangeNotifier::CONNECTION_WIFI);
  /external/chromium_org/net/android/
network_change_notifier_delegate_android.cc 21 case NetworkChangeNotifier::CONNECTION_WIFI:
  /external/chromium_org/net/base/
network_change_notifier.h 41 CONNECTION_WIFI = 2,
159 // the internet, the connection type is CONNECTION_WIFI.
network_change_notifier.cc 124 case NetworkChangeNotifier::CONNECTION_WIFI:
171 case NetworkChangeNotifier::CONNECTION_WIFI:
206 case NetworkChangeNotifier::CONNECTION_WIFI:
552 "CONNECTION_WIFI",
640 case CONNECTION_WIFI:
net_util_posix.cc 105 type = NetworkChangeNotifier::CONNECTION_WIFI;
network_change_notifier_mac.cc 29 NetworkChangeNotifier::CONNECTION_WIFI;
net_util_win.cc 45 type = NetworkChangeNotifier::CONNECTION_WIFI;
  /external/chromium_org/components/metrics/net/
network_metrics_provider.cc 95 case net::NetworkChangeNotifier::CONNECTION_WIFI:
96 return SystemProfileProto::Network::CONNECTION_WIFI;
  /external/chromium_org/chrome/browser/policy/cloud/
user_policy_signin_service_mobile.cc 164 connection_type == net::NetworkChangeNotifier::CONNECTION_WIFI) {
  /external/chromium_org/chrome/browser/prefetch/
prefetch_browsertest.cc 36 return NetworkChangeNotifier::CONNECTION_WIFI;
  /external/chromium_org/content/renderer/p2p/
ipc_network_manager.cc 25 case net::NetworkChangeNotifier::CONNECTION_WIFI:
  /external/chromium_org/net/android/javatests/src/org/chromium/net/
NetworkChangeNotifierTest.java 169 connectivityDelegate.setNetworkType(NetworkChangeNotifier.CONNECTION_WIFI);
  /external/chromium_org/net/tools/net_watcher/
net_watcher.cc 43 case net::NetworkChangeNotifier::CONNECTION_WIFI:
44 return "CONNECTION_WIFI";
  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_settings_unittest.cc 319 net::NetworkChangeNotifier::CONNECTION_WIFI,
334 net::NetworkChangeNotifier::CONNECTION_WIFI,
  /external/chromium_org/chrome/browser/extensions/api/dial/
dial_registry.cc 320 case NetworkChangeNotifier::CONNECTION_WIFI:
dial_registry_unittest.cc 351 registry_->OnNetworkChanged(net::NetworkChangeNotifier::CONNECTION_WIFI);

Completed in 408 milliseconds

1 2