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

1 2 3 4 5

  /external/chromium_org/net/base/
connection_type_histograms.h 17 enum ConnectionType {
36 void UpdateConnectionTypeHistograms(ConnectionType type);
network_change_notifier.h 37 enum ConnectionType {
70 virtual void OnConnectionTypeChanged(ConnectionType type) = 0;
121 virtual void OnNetworkChanged(ConnectionType type) = 0;
136 virtual ConnectionType GetCurrentConnectionType() const = 0;
160 static ConnectionType GetConnectionType();
186 static bool IsConnectionCellular(ConnectionType type);
217 ConnectionType type);
218 static void NotifyObserversOfNetworkChangeForTests(ConnectionType type);
226 static const char* ConnectionTypeToString(ConnectionType type);
245 static void LogOperatorCodeHistogram(ConnectionType type)
    [all...]
connection_type_histograms.cc 23 void UpdateConnectionTypeHistograms(ConnectionType type) {
network_change_notifier_win.h 54 virtual ConnectionType GetCurrentConnectionType() const OVERRIDE;
62 virtual ConnectionType RecomputeCurrentConnectionType() const;
64 void SetCurrentConnectionType(ConnectionType connection_type);
102 ConnectionType last_computed_connection_type_;
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 46 virtual ConnectionType GetCurrentConnectionType() const OVERRIDE {
105 NetworkChangeNotifier::ConnectionType type) OVERRIDE {
273 NetworkChangeNotifier::ConnectionType type) OVERRIDE {
355 NetworkChangeNotifier::ConnectionType last_connection_type_;
358 NetworkChangeNotifier::ConnectionType last_polled_connection_type_;
407 // Calculates NetworkChange signal from IPAddress and ConnectionType signals.
442 virtual void OnConnectionTypeChanged(ConnectionType type) OVERRIDE {
476 ConnectionType last_announced_connection_type_;
478 ConnectionType pending_connection_type_;
530 NetworkChangeNotifier::ConnectionType
    [all...]
  /external/chromium_org/content/renderer/
net_info_helper.h 14 net::NetworkChangeNotifier::ConnectionType type);
net_info_helper.cc 11 net::NetworkChangeNotifier::ConnectionType net_type) {
  /external/chromium_org/chromecast/net/
network_change_notifier_cast.cc 15 net::NetworkChangeNotifier::ConnectionType
network_change_notifier_cast.h 23 virtual net::NetworkChangeNotifier::ConnectionType
  /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_delegate_android.cc 15 // the native side NetworkChangeNotifier::ConnectionType.
16 NetworkChangeNotifier::ConnectionType ConvertConnectionType(
32 return static_cast<NetworkChangeNotifier::ConnectionType>(connection_type);
61 NetworkChangeNotifier::ConnectionType
72 const ConnectionType actual_connection_type = ConvertConnectionType(
100 ConnectionType new_connection_type) {
network_change_notifier_android.h 48 virtual ConnectionType GetCurrentConnectionType() const OVERRIDE;
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) {
  /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.cc 31 void FakeNetworkChangeNotifier::SetConnectionType(ConnectionType type) {
36 net::NetworkChangeNotifier::ConnectionType
test_util.h 72 void SetConnectionType(ConnectionType type);
75 virtual ConnectionType GetCurrentConnectionType() const OVERRIDE;
78 net::NetworkChangeNotifier::ConnectionType type_;
  /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_org/components/metrics/net/
network_metrics_provider.h 36 net::NetworkChangeNotifier::ConnectionType type) OVERRIDE;
38 metrics::SystemProfileProto::Network::ConnectionType
61 net::NetworkChangeNotifier::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_utility.h 41 net::NetworkChangeNotifier::ConnectionType type) OVERRIDE;

Completed in 293 milliseconds

1 2 3 4 5