/external/chromium_org/net/android/ |
D | network_change_notifier_delegate_android.cc | 17 jint connection_type) { in ConvertConnectionType() argument 18 switch (connection_type) { in ConvertConnectionType() 28 NOTREACHED() << "Unknown connection type received: " << connection_type; in ConvertConnectionType() 31 return static_cast<NetworkChangeNotifier::ConnectionType>(connection_type); in ConvertConnectionType()
|
D | network_change_notifier_delegate_android.h | 64 void SetCurrentConnectionType(ConnectionType connection_type);
|
D | network_change_notifier_android_unittest.cc | 46 NetworkChangeNotifier::ConnectionType connection_type) OVERRIDE { in OnConnectionTypeChanged() argument
|
/external/chromium_org/chrome/browser/ui/webui/help/ |
D | help_utils_chromeos.cc | 39 int connection_type; in IsUpdateOverCellularAllowed() local 40 if (!types_value->GetInteger(i, &connection_type)) { in IsUpdateOverCellularAllowed() 44 if (connection_type == 4) in IsUpdateOverCellularAllowed()
|
/external/chromium_org/chrome/browser/policy/cloud/ |
D | user_policy_signin_service_android.cc | 110 net::NetworkChangeNotifier::ConnectionType connection_type = in OnInitializationCompleted() local 113 if (connection_type == net::NetworkChangeNotifier::CONNECTION_ETHERNET || in OnInitializationCompleted() 114 connection_type == net::NetworkChangeNotifier::CONNECTION_WIFI) { in OnInitializationCompleted()
|
/external/chromium/net/socket_stream/ |
D | socket_stream_metrics.cc | 92 void SocketStreamMetrics::CountConnectionType(ConnectionType connection_type) { in CountConnectionType() argument 94 connection_type, NUM_CONNECTION_TYPES); in CountConnectionType()
|
D | socket_stream_metrics.h | 52 void CountConnectionType(ConnectionType connection_type);
|
/external/dnsmasq/src/ |
D | log.c | 44 static int connection_type = SOCK_DGRAM; variable 125 log_fd = socket(AF_UNIX, connection_type, 0); in log_reopen() 240 connection_type = connection_type == SOCK_DGRAM ? SOCK_STREAM : SOCK_DGRAM; in log_write()
|
/external/chromium_org/remoting/host/ |
D | log_to_server_unittest.cc | 37 bool IsLogEntryForConnection(XmlElement* node, const char* connection_type) { in IsLogEntryForConnection() argument 44 connection_type); in IsLogEntryForConnection() 47 MATCHER_P(IsClientConnected, connection_type, "") { 59 if (!IsLogEntryForConnection(log_entry, connection_type)) {
|
/external/chromium_org/net/base/ |
D | network_change_notifier_mac.cc | 151 ConnectionType connection_type = CONNECTION_UNKNOWN; in SetInitialConnectionType() local 153 connection_type = CalculateConnectionType(flags); in SetInitialConnectionType() 160 connection_type_ = connection_type; in SetInitialConnectionType()
|
D | network_change_notifier_win.cc | 217 ConnectionType connection_type) { in SetCurrentConnectionType() argument 219 last_computed_connection_type_ = connection_type; in SetCurrentConnectionType()
|
D | network_change_notifier_win.h | 64 void SetCurrentConnectionType(ConnectionType connection_type);
|
/external/chromium_org/chrome/browser/metrics/ |
D | metrics_network_observer.h | 36 SystemProfileProto::Network::ConnectionType connection_type() const;
|
D | metrics_network_observer.cc | 47 MetricsNetworkObserver::connection_type() const { in connection_type() function in MetricsNetworkObserver
|
/external/chromium_org/dbus/ |
D | object_proxy_unittest.cc | 21 bus_options.connection_type = Bus::PRIVATE; in SetUp()
|
D | end_to_end_sync_unittest.cc | 35 client_bus_options.connection_type = Bus::PRIVATE; in SetUp()
|
D | end_to_end_async_unittest.cc | 60 bus_options.connection_type = Bus::PRIVATE; in SetUp() 140 bus_options.connection_type = Bus::PRIVATE; in SetUpBrokenBus()
|
D | property_unittest.cc | 70 bus_options.connection_type = Bus::PRIVATE; in SetUp()
|
/external/chromium_org/chromeos/network/ |
D | network_change_notifier_chromeos_unittest.cc | 63 NetworkChangeNotifier::ConnectionType connection_type; in TEST() member 99 EXPECT_EQ(type_mappings[i].connection_type, type); in TEST()
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/ |
D | __init__.py | 541 redirections=httplib2.DEFAULT_MAX_REDIRECTS, connection_type=None): argument 575 connection_type=connection_type)
|
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/ |
D | __init__.py | 541 redirections=httplib2.DEFAULT_MAX_REDIRECTS, connection_type=None): argument 575 connection_type=connection_type)
|
/external/chromium/chrome/browser/ui/webui/options/chromeos/ |
D | internet_options_handler.h | 113 chromeos::ConnectionType connection_type,
|
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/ |
D | __init__.py | 966 …, method="GET", body=None, headers=None, redirections=DEFAULT_MAX_REDIRECTS, connection_type=None): argument 1008 if not connection_type: 1009 … connection_type = (scheme == 'https') and HTTPSConnectionWithTimeout or HTTPConnectionWithTimeout 1012 … conn = self.connections[conn_key] = connection_type(authority, key_file=certs[0][0], 1015 …conn = self.connections[conn_key] = connection_type(authority, timeout=self.timeout, proxy_info=se…
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/ |
D | __init__.py | 966 …, method="GET", body=None, headers=None, redirections=DEFAULT_MAX_REDIRECTS, connection_type=None): argument 1008 if not connection_type: 1009 … connection_type = (scheme == 'https') and HTTPSConnectionWithTimeout or HTTPConnectionWithTimeout 1012 … conn = self.connections[conn_key] = connection_type(authority, key_file=certs[0][0], 1015 …conn = self.connections[conn_key] = connection_type(authority, timeout=self.timeout, proxy_info=se…
|
/external/chromium_org/net/socket/ |
D | ssl_client_socket_pool.cc | 453 SSLSocketParams::ConnectionType connection_type) { in GetInitialState() argument 454 switch (connection_type) { in GetInitialState()
|