Searched refs:ConnectionType (Results 1 - 25 of 99) sorted by relevance

1234

/external/chromium_org/net/base/
H A Dconnection_type_histograms.h17 enum ConnectionType { enum in namespace:net
36 void UpdateConnectionTypeHistograms(ConnectionType type);
H A Dconnection_type_histograms.cc23 void UpdateConnectionTypeHistograms(ConnectionType type) {
H A Dnetwork_change_notifier.h37 enum ConnectionType { enum in class:net::NetworkChangeNotifier
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.
H A Dnetwork_change_notifier_linux.h29 virtual ConnectionType GetCurrentConnectionType() const OVERRIDE;
H A Dnetwork_change_notifier_mac.h27 virtual ConnectionType GetCurrentConnectionType() const OVERRIDE;
66 ConnectionType connection_type_;
H A Dnetwork_change_notifier.cc39 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...]
H A Dnetwork_change_notifier_win.h54 virtual ConnectionType GetCurrentConnectionType() const OVERRIDE;
/external/chromium/net/base/
H A Dconnection_type_histograms.h18 enum ConnectionType { enum in namespace:net
42 void UpdateConnectionTypeHistograms(ConnectionType type);
H A Dconnection_type_histograms.cc23 void UpdateConnectionTypeHistograms(ConnectionType type) {
/external/chromium_org/net/android/
H A Dnetwork_change_notifier_delegate_android.h25 typedef NetworkChangeNotifier::ConnectionType ConnectionType; typedef in class:net::NetworkChangeNotifierDelegateAndroid
56 ConnectionType GetCurrentConnectionType() const;
64 void SetCurrentConnectionType(ConnectionType connection_type);
75 ConnectionType connection_type_;
H A Dnetwork_change_notifier_delegate_android.cc15 // the native side NetworkChangeNotifier::ConnectionType.
16 NetworkChangeNotifier::ConnectionType ConvertConnectionType(
31 return static_cast<NetworkChangeNotifier::ConnectionType>(connection_type);
58 NetworkChangeNotifier::ConnectionType
69 const ConnectionType actual_connection_type = ConvertConnectionType(
97 ConnectionType new_connection_type) {
H A Dnetwork_change_notifier_android.h48 virtual ConnectionType GetCurrentConnectionType() const OVERRIDE;
H A Dnetwork_change_notifier_android_unittest.cc46 NetworkChangeNotifier::ConnectionType connection_type) OVERRIDE {
62 typedef NetworkChangeNotifier::ConnectionType ConnectionType; typedef in class:net::BaseNetworkChangeNotifierAndroidTest
68 const base::Callback<ConnectionType(void)>& connection_type_getter) {
H A Dnetwork_change_notifier_android.cc68 NetworkChangeNotifier::ConnectionType
/external/chromium_org/chrome/browser/metrics/
H A Dmetrics_network_observer.h30 net::NetworkChangeNotifier::ConnectionType type) OVERRIDE;
36 SystemProfileProto::Network::ConnectionType connection_type() const;
57 net::NetworkChangeNotifier::ConnectionType connection_type_;
/external/chromium_org/chrome/browser/chromeos/cros/
H A Dnative_network_constants.h21 extern const char* ConnectionTypeToString(ConnectionType type);
H A Dnetwork_parser.h54 virtual ConnectionType ParseType(const std::string& type) = 0;
103 virtual Network* CreateNewNetwork(ConnectionType type,
111 virtual ConnectionType ParseType(const std::string& type) = 0;
112 virtual ConnectionType ParseTypeFromDictionary(
/external/chromium_org/content/browser/net/
H A Dbrowser_online_state_observer.h23 net::NetworkChangeNotifier::ConnectionType type) OVERRIDE;
H A Dbrowser_online_state_observer.cc21 net::NetworkChangeNotifier::ConnectionType type) {
/external/chromium/net/socket_stream/
H A Dsocket_stream_metrics.h28 enum ConnectionType { enum in class:net::SocketStreamMetrics
52 void CountConnectionType(ConnectionType connection_type);
/external/chromium_org/net/socket_stream/
H A Dsocket_stream_metrics.h28 enum ConnectionType { enum in class:net::SocketStreamMetrics
53 void OnCountConnectionType(ConnectionType type);
/external/chromium_org/chrome/browser/chromeos/net/
H A Dnetwork_change_notifier_network_library.h47 virtual net::NetworkChangeNotifier::ConnectionType
81 static net::NetworkChangeNotifier::ConnectionType GetNetworkConnectionType(
92 net::NetworkChangeNotifier::ConnectionType connection_type_;
/external/chromium_org/chromeos/network/
H A Dnetwork_change_notifier_chromeos.h35 virtual net::NetworkChangeNotifier::ConnectionType
64 static net::NetworkChangeNotifier::ConnectionType
73 NetworkChangeNotifier::ConnectionType connection_type_;
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dtest_util.h106 void SetConnectionType(ConnectionType type);
109 virtual ConnectionType GetCurrentConnectionType() const OVERRIDE;
112 net::NetworkChangeNotifier::ConnectionType type_;
/external/chromium_org/chrome/browser/web_resource/
H A Dresource_request_allowed_notifier.h75 net::NetworkChangeNotifier::ConnectionType type) OVERRIDE;

Completed in 536 milliseconds

1234