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

1 2 3 4

  /external/chromium_org/net/base/
connection_type_histograms.h 17 enum ConnectionType {
36 void UpdateConnectionTypeHistograms(ConnectionType type);
connection_type_histograms.cc 23 void UpdateConnectionTypeHistograms(ConnectionType type) {
network_change_notifier_win.h 54 virtual ConnectionType GetCurrentConnectionType() const OVERRIDE;
62 ConnectionType RecomputeCurrentConnectionType() const;
64 void SetCurrentConnectionType(ConnectionType connection_type);
105 ConnectionType last_computed_connection_type_;
network_change_notifier.h 37 enum ConnectionType {
67 virtual void OnConnectionTypeChanged(ConnectionType type) = 0;
118 virtual void OnNetworkChanged(ConnectionType type) = 0;
133 virtual ConnectionType GetCurrentConnectionType() const = 0;
157 static ConnectionType GetConnectionType();
183 static bool IsConnectionCellular(ConnectionType type);
217 static const char* ConnectionTypeToString(ConnectionType type);
286 static void NotifyObserversOfNetworkChange(ConnectionType type);
315 // Computes NetworkChange signal from IPAddress and ConnectionType signals.
network_change_notifier_linux.h 29 virtual ConnectionType GetCurrentConnectionType() const OVERRIDE;
network_change_notifier_mac.h 27 virtual ConnectionType GetCurrentConnectionType() const OVERRIDE;
66 ConnectionType connection_type_;
network_change_notifier.cc 39 virtual ConnectionType GetCurrentConnectionType() const OVERRIDE {
88 NetworkChangeNotifier::ConnectionType type) OVERRIDE {
238 NetworkChangeNotifier::ConnectionType type) OVERRIDE {
318 NetworkChangeNotifier::ConnectionType last_connection_type_;
321 NetworkChangeNotifier::ConnectionType last_polled_connection_type_;
368 // Calculates NetworkChange signal from IPAddress and ConnectionType signals.
398 virtual void OnConnectionTypeChanged(ConnectionType type) OVERRIDE {
430 ConnectionType last_announced_connection_type_;
432 ConnectionType pending_connection_type_;
479 NetworkChangeNotifier::ConnectionType
    [all...]
  /external/chromium/net/base/
connection_type_histograms.h 18 enum ConnectionType {
42 void UpdateConnectionTypeHistograms(ConnectionType type);
connection_type_histograms.cc 23 void UpdateConnectionTypeHistograms(ConnectionType type) {
  /external/chromium_org/net/android/
network_change_notifier_delegate_android.h 25 typedef NetworkChangeNotifier::ConnectionType ConnectionType;
56 ConnectionType GetCurrentConnectionType() const;
64 void SetCurrentConnectionType(ConnectionType connection_type);
75 ConnectionType connection_type_;
network_change_notifier_android.h 48 virtual ConnectionType GetCurrentConnectionType() const OVERRIDE;
network_change_notifier_delegate_android.cc 15 // the native side NetworkChangeNotifier::ConnectionType.
16 NetworkChangeNotifier::ConnectionType ConvertConnectionType(
31 return static_cast<NetworkChangeNotifier::ConnectionType>(connection_type);
60 NetworkChangeNotifier::ConnectionType
71 const ConnectionType actual_connection_type = ConvertConnectionType(
99 ConnectionType new_connection_type) {
network_change_notifier_android_unittest.cc 46 NetworkChangeNotifier::ConnectionType connection_type) OVERRIDE {
62 typedef NetworkChangeNotifier::ConnectionType ConnectionType;
68 const base::Callback<ConnectionType(void)>& connection_type_getter) {
network_change_notifier_android.cc 68 NetworkChangeNotifier::ConnectionType
  /external/chromium_org/chrome/browser/metrics/
metrics_network_observer.h 30 net::NetworkChangeNotifier::ConnectionType type) OVERRIDE;
36 SystemProfileProto::Network::ConnectionType connection_type() const;
57 net::NetworkChangeNotifier::ConnectionType connection_type_;
  /external/chromium_org/content/browser/net/
browser_online_state_observer.h 23 net::NetworkChangeNotifier::ConnectionType type) OVERRIDE;
browser_online_state_observer.cc 21 net::NetworkChangeNotifier::ConnectionType type) {
  /external/chromium_org/chrome/browser/chromeos/drive/
test_util.h 80 void SetConnectionType(ConnectionType type);
83 virtual ConnectionType GetCurrentConnectionType() const OVERRIDE;
86 net::NetworkChangeNotifier::ConnectionType type_;
test_util.cc 76 void FakeNetworkChangeNotifier::SetConnectionType(ConnectionType type) {
81 net::NetworkChangeNotifier::ConnectionType
  /external/chromium_org/chromeos/network/
network_change_notifier_chromeos.h 35 virtual net::NetworkChangeNotifier::ConnectionType
64 static net::NetworkChangeNotifier::ConnectionType
73 NetworkChangeNotifier::ConnectionType connection_type_;
  /external/chromium/net/socket_stream/
socket_stream_metrics.h 28 enum ConnectionType {
52 void CountConnectionType(ConnectionType connection_type);
  /external/chromium_org/net/socket_stream/
socket_stream_metrics.h 28 enum ConnectionType {
53 void OnCountConnectionType(ConnectionType type);
  /external/chromium_org/chrome/browser/web_resource/
resource_request_allowed_notifier.h 88 net::NetworkChangeNotifier::ConnectionType type) OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/offline/
offline_load_page.h 69 net::NetworkChangeNotifier::ConnectionType type) OVERRIDE;
  /external/chromium_org/chrome/browser/local_discovery/
service_discovery_client_mdns.h 39 net::NetworkChangeNotifier::ConnectionType type) OVERRIDE;

Completed in 200 milliseconds

1 2 3 4