Home
last modified time | relevance | path

Searched refs:ConnectionType (Results 1 – 11 of 11) sorted by relevance

/external/webkit/WebCore/platform/network/
DNetworkStateNotifier.h72 Connection::ConnectionType type() const { return m_type; } in type()
79 Connection::ConnectionType m_type;
109 void networkTypeChange(Connection::ConnectionType type);
/external/chromium/net/base/
Dconnection_type_histograms.h17 enum ConnectionType { enum
37 void UpdateConnectionTypeHistograms(ConnectionType type, bool success);
Dconnection_type_histograms.cc23 void UpdateConnectionTypeHistograms(ConnectionType type, bool success) { in UpdateConnectionTypeHistograms()
/external/webkit/WebCore/page/
DConnection.h36 enum ConnectionType { enum
46 ConnectionType type() const;
DConnection.cpp34 Connection::ConnectionType Connection::type() const in type()
/external/chromium/net/socket_stream/
Dsocket_stream_metrics.h41 enum ConnectionType { enum
52 void CountConnectionType(ConnectionType connection_type);
Dsocket_stream_metrics.cc90 void SocketStreamMetrics::CountConnectionType(ConnectionType connection_type) { in CountConnectionType()
Dsocket_stream_metrics_unittest.cc56 TEST(SocketStreamMetricsTest, ConnectionType) { in TEST() argument
/external/webkit/WebCore/platform/network/cf/
DSocketStreamHandle.h97 enum ConnectionType { Unknown, Direct, SOCKSProxy, CONNECTProxy }; enum
98 ConnectionType m_connectionType;
/external/webkit/WebCore/platform/network/android/
DNetworkStateNotifierAndroid.cpp43 void NetworkStateNotifier::networkTypeChange(Connection::ConnectionType type) in networkTypeChange()
/external/webkit/WebKit/android/jni/
DJavaBridge.cpp366 Connection::ConnectionType connectionType = Connection::Unknown; in SetNetworkType()