Searched defs:GetCurrentConnectionType (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/drive/
H A Dtest_util.cc82 FakeNetworkChangeNotifier::GetCurrentConnectionType() const { function in class:drive::test_util::FakeNetworkChangeNotifier
/external/chromium_org/net/android/
H A Dnetwork_change_notifier_android.cc11 // - GetCurrentConnectionType() can be called on any thread.
69 NetworkChangeNotifierAndroid::GetCurrentConnectionType() const { function in class:net::NetworkChangeNotifierAndroid
70 return delegate_->GetCurrentConnectionType();
H A Dnetwork_change_notifier_delegate_android.cc61 NetworkChangeNotifierDelegateAndroid::GetCurrentConnectionType() const { function in class:net::NetworkChangeNotifierDelegateAndroid
80 return GetCurrentConnectionType();
/external/chromium_org/net/base/
H A Dnetwork_change_notifier_linux.cc20 // Plumbing for NetworkChangeNotifier::GetCurrentConnectionType.
22 NetworkChangeNotifier::ConnectionType GetCurrentConnectionType() { function in class:net::NetworkChangeNotifierLinux::Thread
23 return address_tracker_.GetCurrentConnectionType();
102 NetworkChangeNotifierLinux::GetCurrentConnectionType() const { function in class:net::NetworkChangeNotifierLinux
103 return notifier_thread_->GetCurrentConnectionType();
H A Daddress_tracker_linux.cc183 AddressTrackerLinux::GetCurrentConnectionType() { function in class:net::internal::AddressTrackerLinux
H A Dnetwork_change_notifier_mac.cc108 NetworkChangeNotifierMac::GetCurrentConnectionType() const { function in class:net::NetworkChangeNotifierMac
H A Dnetwork_change_notifier_win.cc211 NetworkChangeNotifierWin::GetCurrentConnectionType() const { function in class:net::NetworkChangeNotifierWin
/external/chromium_org/chromeos/network/
H A Dnetwork_change_notifier_chromeos.cc83 NetworkChangeNotifierChromeos::GetCurrentConnectionType() const { function in class:chromeos::NetworkChangeNotifierChromeos

Completed in 4318 milliseconds