Searched defs:disable_resolver_cache (Results 1 - 3 of 3) sorted by relevance

/external/chromium/net/socket/
H A Dclient_socket_pool_manager.cc84 bool disable_resolver_cache = local
105 disable_resolver_cache,
118 disable_resolver_cache,
H A Dtcp_client_socket_pool.cc26 bool disable_resolver_cache, bool ignore_limits)
34 Initialize(priority, referrer, disable_resolver_cache);
40 bool disable_resolver_cache)
48 Initialize(priority, referrer, disable_resolver_cache);
55 bool disable_resolver_cache) {
61 if (disable_resolver_cache)
24 TCPSocketParams(const HostPortPair& host_port_pair, RequestPriority priority, const GURL& referrer, bool disable_resolver_cache, bool ignore_limits) argument
38 TCPSocketParams(const std::string& host, int port, RequestPriority priority, const GURL& referrer, bool disable_resolver_cache) argument
53 Initialize(RequestPriority priority, const GURL& referrer, bool disable_resolver_cache) argument
H A Dtransport_client_socket_pool.cc64 bool disable_resolver_cache,
71 Initialize(priority, referrer, disable_resolver_cache);
78 bool disable_resolver_cache) {
84 if (disable_resolver_cache)
60 TransportSocketParams( const HostPortPair& host_port_pair, RequestPriority priority, const GURL& referrer, bool disable_resolver_cache, bool ignore_limits) argument
76 Initialize(RequestPriority priority, const GURL& referrer, bool disable_resolver_cache) argument

Completed in 169 milliseconds