IsUsingSpdy        61 net/http/http_proxy_client_socket.h   virtual bool IsUsingSpdy() const OVERRIDE;
IsUsingSpdy       343 net/http/http_proxy_client_socket_pool_unittest.cc     EXPECT_TRUE(tunnel_socket->IsUsingSpdy());
IsUsingSpdy       346 net/http/http_proxy_client_socket_pool_unittest.cc     EXPECT_FALSE(tunnel_socket->IsUsingSpdy());
IsUsingSpdy       953 net/http/http_stream_factory_impl_job.cc     if (proxy_socket->IsUsingSpdy()) {
IsUsingSpdy        51 net/http/proxy_client_socket.h   virtual bool IsUsingSpdy() const = 0;
IsUsingSpdy        65 net/spdy/spdy_proxy_client_socket.h   virtual bool IsUsingSpdy() const OVERRIDE;