HomeSort by relevance Sort by last modified time
    Searched defs:ConnectionType (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/page/
Connection.h 36 enum ConnectionType {
46 ConnectionType type() const;
  /external/chromium/net/base/
connection_type_histograms.h 18 enum ConnectionType {
42 void UpdateConnectionTypeHistograms(ConnectionType type);
  /external/chromium/net/socket_stream/
socket_stream_metrics.h 28 enum ConnectionType {
52 void CountConnectionType(ConnectionType connection_type);
  /external/webkit/Source/WebCore/platform/network/cf/
SocketStreamHandle.h 104 enum ConnectionType { Unknown, Direct, SOCKSProxy, CONNECTProxy };
105 ConnectionType m_connectionType;
  /external/chromium/chrome/browser/chromeos/cros/
network_library.h 26 enum ConnectionType {
198 ConnectionType type() const { return type_; }
241 ConnectionType type_;
282 ConnectionType type() const { return type_; }
330 Network(const std::string& service_path, ConnectionType type)
403 ConnectionType type_;
513 WirelessNetwork(const std::string& service_path, ConnectionType type)
    [all...]

Completed in 147 milliseconds