HomeSort by relevance Sort by last modified time
    Searched refs:GetCurrentConnectionType (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/net/android/
network_change_notifier_android.h 48 virtual ConnectionType GetCurrentConnectionType() const OVERRIDE;
network_change_notifier_android_unittest.cc 118 delegate_.GetCurrentConnectionType());
124 other_delegate->GetCurrentConnectionType());
130 delegate_.GetCurrentConnectionType());
133 other_delegate->GetCurrentConnectionType());
163 &NetworkChangeNotifierDelegateAndroid::GetCurrentConnectionType,
198 &NetworkChangeNotifierAndroid::GetCurrentConnectionType,
network_change_notifier_android.cc 11 // - GetCurrentConnectionType() can be called on any thread.
69 NetworkChangeNotifierAndroid::GetCurrentConnectionType() const {
70 return delegate_->GetCurrentConnectionType();
network_change_notifier_delegate_android.h 56 ConnectionType GetCurrentConnectionType() const;
network_change_notifier_delegate_android.cc 61 NetworkChangeNotifierDelegateAndroid::GetCurrentConnectionType() const {
80 return GetCurrentConnectionType();
  /external/chromium_org/net/base/
network_change_notifier_linux.h 29 virtual ConnectionType GetCurrentConnectionType() const OVERRIDE;
network_change_notifier_linux.cc 20 // Plumbing for NetworkChangeNotifier::GetCurrentConnectionType.
22 NetworkChangeNotifier::ConnectionType GetCurrentConnectionType() {
23 return address_tracker_.GetCurrentConnectionType();
102 NetworkChangeNotifierLinux::GetCurrentConnectionType() const {
103 return notifier_thread_->GetCurrentConnectionType();
network_change_notifier_win.h 54 virtual ConnectionType GetCurrentConnectionType() const OVERRIDE;
address_tracker_linux.h 48 // Implementation of NetworkChangeNotifierLinux::GetCurrentConnectionType().
50 NetworkChangeNotifier::ConnectionType GetCurrentConnectionType();
network_change_notifier_mac.h 27 virtual ConnectionType GetCurrentConnectionType() const OVERRIDE;
network_change_notifier.h 133 virtual ConnectionType GetCurrentConnectionType() const = 0;
network_change_notifier_win.cc 211 NetworkChangeNotifierWin::GetCurrentConnectionType() const {
network_change_notifier_win_unittest.cc 35 GetCurrentConnectionType() const OVERRIDE {
network_change_notifier.cc 39 virtual ConnectionType GetCurrentConnectionType() const OVERRIDE {
482 g_network_change_notifier->GetCurrentConnectionType() :
address_tracker_linux.cc 183 AddressTrackerLinux::GetCurrentConnectionType() {
network_change_notifier_mac.cc 108 NetworkChangeNotifierMac::GetCurrentConnectionType() const {
  /external/chromium_org/chrome/browser/chromeos/drive/
test_util.cc 82 FakeNetworkChangeNotifier::GetCurrentConnectionType() const {
test_util.h 83 virtual ConnectionType GetCurrentConnectionType() const OVERRIDE;
  /external/chromium_org/chromeos/network/
network_change_notifier_chromeos.h 36 GetCurrentConnectionType() const OVERRIDE;
network_change_notifier_chromeos.cc 83 NetworkChangeNotifierChromeos::GetCurrentConnectionType() const {
  /external/chromium_org/net/tools/net_watcher/
net_watcher.cc 173 network_change_notifier->GetCurrentConnectionType());
  /external/chromium_org/chrome/browser/web_resource/
resource_request_allowed_notifier_unittest.cc 33 virtual ConnectionType GetCurrentConnectionType() const OVERRIDE {
  /external/chromium_org/chrome/browser/speech/extension_api/
tts_extension_apitest.cc 154 virtual ConnectionType GetCurrentConnectionType() const OVERRIDE {
  /external/chromium_org/chrome/browser/ui/search/
instant_extended_interactive_uitest.cc 116 virtual ConnectionType GetCurrentConnectionType() const OVERRIDE {
    [all...]

Completed in 150 milliseconds