Searched defs:ConnectionType (Results 1 - 7 of 7) sorted by relevance

/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_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) {
/external/chromium_org/net/base/
H A Dconnection_type_histograms.h17 enum ConnectionType { enum in namespace:net
36 void UpdateConnectionTypeHistograms(ConnectionType type);
H A Dnetwork_change_notifier.h37 enum ConnectionType { enum in class:net::NetworkChangeNotifier
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 typ
[all...]
/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/dbus/
H A Dbus.h160 enum ConnectionType { enum in class:dbus::Bus
194 ConnectionType connection_type; // PRIVATE by default.
704 const ConnectionType connection_type_;
/external/chromium_org/net/socket/
H A Dssl_client_socket_pool.h43 enum ConnectionType { DIRECT, SOCKS_PROXY, HTTP_PROXY }; enum in class:net::SSLSocketParams
59 ConnectionType GetConnectionType() const;
240 static State GetInitialState(SSLSocketParams::ConnectionType connection_type);

Completed in 135 milliseconds