Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/network/
DNetworkStateNotifier.h82 void networkTypeChange(Connection::ConnectionType type);
84 Connection::ConnectionType type() const { return m_type; } in type()
91 Connection::ConnectionType m_type;
DNetworkStateNotifier.cpp63 void NetworkStateNotifier::networkTypeChange(Connection::ConnectionType type) in networkTypeChange()
/external/chromium/net/base/
Dconnection_type_histograms.h18 enum ConnectionType { enum
42 void UpdateConnectionTypeHistograms(ConnectionType type);
Dconnection_type_histograms.cc23 void UpdateConnectionTypeHistograms(ConnectionType type) { in UpdateConnectionTypeHistograms()
/external/webkit/Source/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.h28 enum ConnectionType { enum
52 void CountConnectionType(ConnectionType connection_type);
Dsocket_stream_metrics.cc92 void SocketStreamMetrics::CountConnectionType(ConnectionType connection_type) { in CountConnectionType()
Dsocket_stream_metrics_unittest.cc59 TEST(SocketStreamMetricsTest, ConnectionType) { in TEST() argument
/external/webkit/Source/WebCore/platform/network/cf/
DSocketStreamHandle.h104 enum ConnectionType { Unknown, Direct, SOCKSProxy, CONNECTProxy }; enum
105 ConnectionType m_connectionType;
/external/chromium/chrome/browser/chromeos/cros/
Dnetwork_library.h26 enum ConnectionType { enum
198 ConnectionType type() const { return type_; } in type()
241 ConnectionType type_;
282 ConnectionType type() const { return type_; } in type()
330 Network(const std::string& service_path, ConnectionType type) in Network()
403 ConnectionType type_;
513 WirelessNetwork(const std::string& service_path, ConnectionType type) in WirelessNetwork()
Dnetwork_library.cc338 static const char* ConnectionTypeToString(ConnectionType type) { in ConnectionTypeToString()
621 static ConnectionType ParseType(const std::string& type) { in ParseType()
622 static StringToEnum<ConnectionType>::Pair table[] = { in ParseType()
630 static StringToEnum<ConnectionType> parser( in ParseType()
635 ConnectionType ParseTypeFromDictionary(const DictionaryValue* info) { in ParseTypeFromDictionary()
1037 ConnectionType type = ParseType(type_string); in ParseValue()
3311 ConnectionType type = ParseType(technology); in UpdateTechnologies()
3352 ConnectionType type(network->type()); in UpdateActiveNetwork()
3385 ConnectionType type(network->type()); in AddNetwork()
3411 ConnectionType type(network->type()); in DeleteNetwork()
[all …]
/external/chromium/chrome/browser/chromeos/options/
Dnetwork_config_view.h40 explicit NetworkConfigView(ConnectionType type);
Dnetwork_config_view.cc45 NetworkConfigView::NetworkConfigView(ConnectionType type) in NetworkConfigView()
/external/chromium/chrome/browser/ui/webui/options/chromeos/
Dinternet_options_handler.h113 chromeos::ConnectionType connection_type,
Dinternet_options_handler.cc624 chromeos::ConnectionType type = net->type(); in PopulateDictionaryDetails()
986 chromeos::ConnectionType connection_type, in GetNetwork()
/external/chromium/chrome/browser/chromeos/status/
Dnetwork_menu.h159 void ShowOther(ConnectionType type) const;
Dnetwork_menu.cc305 void NetworkMenuModel::ShowOther(ConnectionType type) const { in ShowOther()
/external/webkit/Source/WebKit/android/jni/
DJavaBridge.cpp409 Connection::ConnectionType connectionType = Connection::UNKNOWN; in SetNetworkType()
/external/chromium/net/http/
Dhttp_stream_factory_impl_job.cc680 ConnectionType type = using_spdy_ ? CONNECTION_SPDY : CONNECTION_HTTP; in DoInitConnectionComplete()