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

/external/chromium_org/chromecast/net/
H A Dnetwork_change_notifier_cast.cc16 NetworkChangeNotifierCast::GetCurrentConnectionType() const { function in class:chromecast::NetworkChangeNotifierCast
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dtest_util.cc37 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.
113 NetworkChangeNotifierAndroid::GetCurrentConnectionType() const { function in class:net::NetworkChangeNotifierAndroid
114 return delegate_->GetCurrentConnectionType();
H A Dnetwork_change_notifier_delegate_android.cc62 NetworkChangeNotifierDelegateAndroid::GetCurrentConnectionType() const { function in class:net::NetworkChangeNotifierDelegateAndroid
81 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();
103 NetworkChangeNotifierLinux::GetCurrentConnectionType() const { function in class:net::NetworkChangeNotifierLinux
104 return notifier_thread_->GetCurrentConnectionType();
H A Dnetwork_change_notifier_mac.cc108 NetworkChangeNotifierMac::GetCurrentConnectionType() const { function in class:net::NetworkChangeNotifierMac
H A Dnetwork_change_notifier_win.cc209 NetworkChangeNotifierWin::GetCurrentConnectionType() const { function in class:net::NetworkChangeNotifierWin
H A Daddress_tracker_linux.cc241 AddressTrackerLinux::GetCurrentConnectionType() { function in class:net::internal::AddressTrackerLinux
/external/chromium_org/chromeos/network/
H A Dnetwork_change_notifier_chromeos.cc82 NetworkChangeNotifierChromeos::GetCurrentConnectionType() const { function in class:chromeos::NetworkChangeNotifierChromeos

Completed in 224 milliseconds