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

/external/chromium/net/socket_stream/
H A Dsocket_stream_metrics.cc92 void SocketStreamMetrics::CountConnectionType(ConnectionType connection_type) { argument
94 connection_type, NUM_CONNECTION_TYPES);
H A Dsocket_stream_metrics.h52 void CountConnectionType(ConnectionType connection_type);
/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/chrome/browser/ui/webui/options/chromeos/
H A Dinternet_options_handler.h113 chromeos::ConnectionType connection_type,
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
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
H A D__init__.py541 redirections=httplib2.DEFAULT_MAX_REDIRECTS, connection_type=None):
575 connection_type=connection_type)
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
H A D__init__.py966 def request(self, uri, method="GET", body=None, headers=None, redirections=DEFAULT_MAX_REDIRECTS, connection_type=None):
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=self.proxy_info)

Completed in 157 milliseconds