Searched defs:connection_type (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/help/
H A Dhelp_utils_chromeos.cc39 int connection_type; local
40 if (!types_value->GetInteger(i, &connection_type)) {
44 if (connection_type == 4)
/external/chromium_org/chrome/browser/metrics/
H A Dmetrics_network_observer.cc47 MetricsNetworkObserver::connection_type() const { function in class:MetricsNetworkObserver
/external/chromium/net/socket_stream/
H A Dsocket_stream_metrics.cc92 void SocketStreamMetrics::CountConnectionType(ConnectionType connection_type) { argument
94 connection_type, NUM_CONNECTION_TYPES);
/external/chromium_org/net/android/
H A Dnetwork_change_notifier_delegate_android.cc17 jint connection_type) {
18 switch (connection_type) {
28 NOTREACHED() << "Unknown connection type received: " << connection_type;
31 return static_cast<NetworkChangeNotifier::ConnectionType>(connection_type);
16 ConvertConnectionType( jint connection_type) argument
/external/chromium_org/remoting/host/
H A Dlog_to_server_unittest.cc37 bool IsLogEntryForConnection(XmlElement* node, const char* connection_type) { argument
44 connection_type);
47 MATCHER_P(IsClientConnected, connection_type, "") {
59 if (!IsLogEntryForConnection(log_entry, connection_type)) {
/external/chromium_org/chrome/browser/policy/cloud/
H A Duser_policy_signin_service_android.cc110 net::NetworkChangeNotifier::ConnectionType connection_type = local
113 if (connection_type == net::NetworkChangeNotifier::CONNECTION_ETHERNET ||
114 connection_type == net::NetworkChangeNotifier::CONNECTION_WIFI) {
/external/chromium_org/net/base/
H A Dnetwork_change_notifier_mac.cc151 ConnectionType connection_type = CONNECTION_UNKNOWN; local
153 connection_type = CalculateConnectionType(flags);
160 connection_type_ = connection_type;
H A Dnetwork_change_notifier_win.cc217 ConnectionType connection_type) {
219 last_computed_connection_type_ = connection_type;
216 SetCurrentConnectionType( ConnectionType connection_type) argument
/external/chromium_org/chromeos/network/
H A Dnetwork_change_notifier_chromeos_unittest.cc63 NetworkChangeNotifier::ConnectionType connection_type; member in struct:chromeos::TypeMapping
99 EXPECT_EQ(type_mappings[i].connection_type, type);
/external/chromium_org/dbus/
H A Dbus.h194 ConnectionType connection_type; // PRIVATE by default. member in struct:dbus::Bus::Options
/external/dnsmasq/src/
H A Dlog.c44 static int connection_type = SOCK_DGRAM; variable
125 log_fd = socket(AF_UNIX, connection_type, 0);
240 connection_type = connection_type == SOCK_DGRAM ? SOCK_STREAM : SOCK_DGRAM;
/external/chromium_org/net/socket/
H A Dssl_client_socket_pool.cc453 SSLSocketParams::ConnectionType connection_type) {
454 switch (connection_type) {
452 GetInitialState( SSLSocketParams::ConnectionType connection_type) argument
/external/chromium/chrome/browser/ui/webui/options/chromeos/
H A Dinternet_options_handler.cc986 chromeos::ConnectionType connection_type,
1003 if (connection_type == chromeos::TYPE_CELLULAR) {
1023 network->Append(Value::CreateIntegerValue(static_cast<int>(connection_type)));
979 GetNetwork( const std::string& service_path, const SkBitmap& icon, const std::string& name, bool connecting, bool connected, bool connectable, chromeos::ConnectionType connection_type, bool remembered, chromeos::ActivationState activation_state, bool needs_new_plan) argument

Completed in 2162 milliseconds