Home
last modified time | relevance | path

Searched refs:connection_type (Results 1 – 7 of 7) sorted by relevance

/external/chromium/net/socket_stream/
Dsocket_stream_metrics.cc92 void SocketStreamMetrics::CountConnectionType(ConnectionType connection_type) { in CountConnectionType() argument
94 connection_type, NUM_CONNECTION_TYPES); in CountConnectionType()
Dsocket_stream_metrics.h52 void CountConnectionType(ConnectionType connection_type);
/external/dnsmasq/src/
Dlog.c44 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__.py541 redirections=httplib2.DEFAULT_MAX_REDIRECTS, connection_type=None): argument
575 connection_type=connection_type)
/external/chromium/chrome/browser/ui/webui/options/chromeos/
Dinternet_options_handler.h113 chromeos::ConnectionType connection_type,
Dinternet_options_handler.cc986 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__.py966 …, method="GET", body=None, headers=None, redirections=DEFAULT_MAX_REDIRECTS, connection_type=None): argument
1008 if not connection_type:
1009connection_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…