HomeSort by relevance Sort by last modified time
    Searched refs:endpoint_ (Results 1 - 8 of 8) sorted by null

  /external/chromium/net/http/
http_proxy_client_socket_pool.h 60 const HostPortPair& endpoint() const { return endpoint_; }
86 const HostPortPair endpoint_; member in class:net::HttpProxySocketParams
http_proxy_client_socket.h 157 const HostPortPair endpoint_; member in class:net::HttpProxyClientSocket
http_proxy_client_socket.cc 42 endpoint_(endpoint),
383 BuildTunnelRequest(request_, authorization_headers, endpoint_,
http_proxy_client_socket_pool.cc 45 endpoint_(endpoint),
  /external/chromium/net/spdy/
spdy_proxy_client_socket.h 149 const HostPortPair endpoint_; member in class:net::SpdyProxyClientSocket
spdy_proxy_client_socket.cc 38 endpoint_(endpoint),
337 BuildTunnelRequest(request_, authorization_headers, endpoint_, &request_line,
351 (*headers)["url"] = endpoint_.ToString();
  /external/chromium/net/socket/
deterministic_socket_data_unittest.cc 54 HostPortPair endpoint_; member in class:net::DeterministicSocketDataTest
72 endpoint_("www.google.com", 443),
73 tcp_params_(new TransportSocketParams(endpoint_,
98 connection_.Init(endpoint_.ToString(),
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
popuplib.js 197 var endpoint_ = ('opEndpoint' in openidParams) ? openidParams.opEndpoint : null;
214 if ((null === endpoint_) || (null === returnToUrl_)) {
217 if (endpoint_.indexOf('?') === -1) {
221 urlToOpen = [ endpoint_, connector,

Completed in 176 milliseconds