Home
last modified time | relevance | path

Searched defs:connection_type (Results 1 – 5 of 5) sorted by relevance

/external/chromium/net/socket_stream/
Dsocket_stream_metrics.cc92 void SocketStreamMetrics::CountConnectionType(ConnectionType connection_type) { in CountConnectionType()
/external/dnsmasq/src/
Dlog.c44 static int connection_type = SOCK_DGRAM; variable
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
D__init__.py541 redirections=httplib2.DEFAULT_MAX_REDIRECTS, connection_type=None): argument
/external/chromium/chrome/browser/ui/webui/options/chromeos/
Dinternet_options_handler.cc986 chromeos::ConnectionType 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