connection_type   704 chrome/browser/metrics/metrics_log.cc   network->set_connection_type(network_observer_.connection_type());
connection_type    36 chrome/browser/metrics/metrics_network_observer.h   SystemProfileProto::Network::ConnectionType connection_type() const;
connection_type   162 chrome/browser/password_manager/native_backend_kwallet_x.cc     options.connection_type = dbus::Bus::PRIVATE;
connection_type   113 chrome/browser/policy/cloud/user_policy_signin_service_android.cc   net::NetworkChangeNotifier::ConnectionType connection_type =
connection_type   116 chrome/browser/policy/cloud/user_policy_signin_service_android.cc   if (connection_type == net::NetworkChangeNotifier::CONNECTION_ETHERNET ||
connection_type   117 chrome/browser/policy/cloud/user_policy_signin_service_android.cc       connection_type == net::NetworkChangeNotifier::CONNECTION_WIFI) {
connection_type    39 chrome/browser/ui/webui/help/help_utils_chromeos.cc     int connection_type;
connection_type    40 chrome/browser/ui/webui/help/help_utils_chromeos.cc     if (!types_value->GetInteger(i, &connection_type)) {
connection_type    44 chrome/browser/ui/webui/help/help_utils_chromeos.cc     if (connection_type == 4)
connection_type   272 chromeos/dbus/dbus_thread_manager.cc     system_bus_options.connection_type = dbus::Bus::PRIVATE;
connection_type    63 chromeos/network/network_change_notifier_chromeos_unittest.cc     NetworkChangeNotifier::ConnectionType connection_type;
connection_type    99 chromeos/network/network_change_notifier_chromeos_unittest.cc     EXPECT_EQ(type_mappings[i].connection_type, type);
connection_type   107 content/browser/geolocation/wifi_data_provider_linux.cc   options.connection_type = dbus::Bus::PRIVATE;
connection_type   185 content/browser/power_save_blocker_x11.cc   options.connection_type = dbus::Bus::PRIVATE;
connection_type   191 dbus/bus.cc          connection_type_(options.connection_type),
connection_type   194 dbus/bus.h         ConnectionType connection_type;  // PRIVATE by default.
connection_type    60 dbus/end_to_end_async_unittest.cc     bus_options.connection_type = Bus::PRIVATE;
connection_type   140 dbus/end_to_end_async_unittest.cc     bus_options.connection_type = Bus::PRIVATE;
connection_type    35 dbus/end_to_end_sync_unittest.cc     client_bus_options.connection_type = Bus::PRIVATE;
connection_type    82 dbus/object_manager_unittest.cc     bus_options.connection_type = Bus::PRIVATE;
connection_type    21 dbus/object_proxy_unittest.cc     bus_options.connection_type = Bus::PRIVATE;
connection_type    72 dbus/property_unittest.cc     bus_options.connection_type = Bus::PRIVATE;
connection_type    45 dbus/signal_sender_verification_unittest.cc     bus_options.connection_type = Bus::PRIVATE;
connection_type   189 dbus/test_service.cc   bus_options.connection_type = Bus::PRIVATE;
connection_type    48 device/media_transfer_protocol/media_transfer_protocol_manager.cc     options.connection_type = dbus::Bus::PRIVATE;
connection_type    46 net/android/network_change_notifier_android_unittest.cc       NetworkChangeNotifier::ConnectionType connection_type) OVERRIDE {
connection_type    17 net/android/network_change_notifier_delegate_android.cc     jint connection_type) {
connection_type    18 net/android/network_change_notifier_delegate_android.cc   switch (connection_type) {
connection_type    28 net/android/network_change_notifier_delegate_android.cc       NOTREACHED() << "Unknown connection type received: " << connection_type;
connection_type    31 net/android/network_change_notifier_delegate_android.cc   return static_cast<NetworkChangeNotifier::ConnectionType>(connection_type);
connection_type    64 net/android/network_change_notifier_delegate_android.h   void SetCurrentConnectionType(ConnectionType connection_type);
connection_type   151 net/base/network_change_notifier_mac.cc   ConnectionType connection_type = CONNECTION_UNKNOWN;
connection_type   153 net/base/network_change_notifier_mac.cc     connection_type = CalculateConnectionType(flags);
connection_type   160 net/base/network_change_notifier_mac.cc     connection_type_ = connection_type;
connection_type   217 net/base/network_change_notifier_win.cc     ConnectionType connection_type) {
connection_type   219 net/base/network_change_notifier_win.cc   last_computed_connection_type_ = connection_type;
connection_type    64 net/base/network_change_notifier_win.h   void SetCurrentConnectionType(ConnectionType connection_type);
connection_type   453 net/socket/ssl_client_socket_pool.cc     SSLSocketParams::ConnectionType connection_type) {
connection_type   454 net/socket/ssl_client_socket_pool.cc   switch (connection_type) {
connection_type   150 net/socket/ssl_client_socket_pool.h   static State GetInitialState(SSLSocketParams::ConnectionType connection_type);
connection_type    37 remoting/host/log_to_server_unittest.cc bool IsLogEntryForConnection(XmlElement* node, const char* connection_type) {
connection_type    44 remoting/host/log_to_server_unittest.cc               connection_type);
connection_type    47 remoting/host/log_to_server_unittest.cc MATCHER_P(IsClientConnected, connection_type, "") {
connection_type    59 remoting/host/log_to_server_unittest.cc   if (!IsLogEntryForConnection(log_entry, connection_type)) {
connection_type   286 sync/notifier/gcm_network_channel.cc     net::NetworkChangeNotifier::ConnectionType connection_type) {
connection_type   289 sync/notifier/gcm_network_channel.cc   if (connection_type != net::NetworkChangeNotifier::CONNECTION_NONE)
connection_type    77 sync/notifier/gcm_network_channel.h       net::NetworkChangeNotifier::ConnectionType connection_type) OVERRIDE;