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

/external/webkit/Source/WebCore/page/
H A DConnection.cpp34 Connection::ConnectionType Connection::type() const
H A DConnection.h36 enum ConnectionType { enum in class:WebCore::Connection
46 ConnectionType type() const;
/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/net/socket_stream/
H A Dsocket_stream_metrics.h28 enum ConnectionType { enum in class:net::SocketStreamMetrics
52 void CountConnectionType(ConnectionType connection_type);
H A Dsocket_stream_metrics.cc92 void SocketStreamMetrics::CountConnectionType(ConnectionType connection_type) {
93 UMA_HISTOGRAM_ENUMERATION("Net.SocketStream.ConnectionType",
H A Dsocket_stream_metrics_unittest.cc59 TEST(SocketStreamMetricsTest, ConnectionType) {
65 "Net.SocketStream.ConnectionType", &histogram)) {
80 "Net.SocketStream.ConnectionType", &histogram));
/external/webkit/Source/WebCore/platform/network/
H A DNetworkStateNotifier.h82 void networkTypeChange(Connection::ConnectionType type);
84 Connection::ConnectionType type() const { return m_type; }
91 Connection::ConnectionType m_type;
H A DNetworkStateNotifier.cpp63 void NetworkStateNotifier::networkTypeChange(Connection::ConnectionType type)
/external/webkit/Source/WebCore/platform/network/cf/
H A DSocketStreamHandle.h104 enum ConnectionType { Unknown, Direct, SOCKSProxy, CONNECTProxy }; enum in class:WebCore::SocketStreamHandle
105 ConnectionType m_connectionType;
/external/chromium/chrome/browser/chromeos/options/
H A Dnetwork_config_view.h40 explicit NetworkConfigView(ConnectionType type);
H A Dnetwork_config_view.cc45 NetworkConfigView::NetworkConfigView(ConnectionType type)
/external/chromium/chrome/browser/ui/webui/options/chromeos/
H A Dinternet_options_handler.h113 chromeos::ConnectionType connection_type,
H A Dinternet_options_handler.cc624 chromeos::ConnectionType type = net->type();
986 chromeos::ConnectionType connection_type,
/external/chromium/chrome/browser/chromeos/cros/
H A Dnetwork_library.h26 enum ConnectionType { enum in namespace:chromeos
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)
H A Dnetwork_library.cc338 static const char* ConnectionTypeToString(ConnectionType type) {
621 static ConnectionType ParseType(const std::string& type) {
622 static StringToEnum<ConnectionType>::Pair table[] = {
630 static StringToEnum<ConnectionType> parser(
635 ConnectionType ParseTypeFromDictionary(const DictionaryValue* info) {
1037 ConnectionType type = ParseType(type_string);
3311 ConnectionType type = ParseType(technology);
3352 ConnectionType type(network->type());
3385 ConnectionType type(network->type());
3411 ConnectionType typ
[all...]
/external/chromium/chrome/browser/chromeos/status/
H A Dnetwork_menu.h159 void ShowOther(ConnectionType type) const;
H A Dnetwork_menu.cc305 void NetworkMenuModel::ShowOther(ConnectionType type) const {
/external/webkit/Source/WebKit/android/jni/
H A DJavaBridge.cpp397 Connection::ConnectionType connectionType = Connection::UNKNOWN;
/external/chromium/net/http/
H A Dhttp_stream_factory_impl_job.cc680 ConnectionType type = using_spdy_ ? CONNECTION_SPDY : CONNECTION_HTTP;

Completed in 383 milliseconds