Searched refs:connection_type (Results 1 – 7 of 7) sorted by relevance
/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/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,
|
D | internet_options_handler.cc | 986 chromeos::ConnectionType connection_type, in GetNetwork() argument 1003 if (connection_type == chromeos::TYPE_CELLULAR) { in GetNetwork() 1023 network->Append(Value::CreateIntegerValue(static_cast<int>(connection_type))); in GetNetwork()
|
/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…
|