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

  /external/chromium_org/net/http/
proxy_client_socket.h 51 virtual bool IsUsingSpdy() const = 0;
http_proxy_client_socket.h 63 virtual bool IsUsingSpdy() const OVERRIDE;
http_proxy_client_socket.cc 95 bool HttpProxyClientSocket::IsUsingSpdy() const {
http_proxy_client_socket_pool_unittest.cc 417 EXPECT_TRUE(tunnel_socket->IsUsingSpdy());
420 EXPECT_FALSE(tunnel_socket->IsUsingSpdy());
http_stream_factory_impl_job.cc 942 if (proxy_socket->IsUsingSpdy())
    [all...]
  /external/chromium_org/net/spdy/
spdy_proxy_client_socket.h 65 virtual bool IsUsingSpdy() const OVERRIDE;
spdy_proxy_client_socket.cc 89 bool SpdyProxyClientSocket::IsUsingSpdy() const {

Completed in 196 milliseconds