Searched refs:ConnectionType (Results 1 – 20 of 20) sorted by relevance
82 void networkTypeChange(Connection::ConnectionType type);84 Connection::ConnectionType type() const { return m_type; } in type()91 Connection::ConnectionType m_type;
63 void NetworkStateNotifier::networkTypeChange(Connection::ConnectionType type) in networkTypeChange()
18 enum ConnectionType { enum42 void UpdateConnectionTypeHistograms(ConnectionType type);
23 void UpdateConnectionTypeHistograms(ConnectionType type) { in UpdateConnectionTypeHistograms()
36 enum ConnectionType { enum46 ConnectionType type() const;
34 Connection::ConnectionType Connection::type() const in type()
28 enum ConnectionType { enum52 void CountConnectionType(ConnectionType connection_type);
92 void SocketStreamMetrics::CountConnectionType(ConnectionType connection_type) { in CountConnectionType()
59 TEST(SocketStreamMetricsTest, ConnectionType) { in TEST() argument
104 enum ConnectionType { Unknown, Direct, SOCKSProxy, CONNECTProxy }; enum105 ConnectionType m_connectionType;
26 enum ConnectionType { enum198 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()
338 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 …]
40 explicit NetworkConfigView(ConnectionType type);
45 NetworkConfigView::NetworkConfigView(ConnectionType type) in NetworkConfigView()
113 chromeos::ConnectionType connection_type,
624 chromeos::ConnectionType type = net->type(); in PopulateDictionaryDetails()986 chromeos::ConnectionType connection_type, in GetNetwork()
159 void ShowOther(ConnectionType type) const;
305 void NetworkMenuModel::ShowOther(ConnectionType type) const { in ShowOther()
409 Connection::ConnectionType connectionType = Connection::UNKNOWN; in SetNetworkType()
680 ConnectionType type = using_spdy_ ? CONNECTION_SPDY : CONNECTION_HTTP; in DoInitConnectionComplete()