HomeSort by relevance Sort by last modified time
    Searched defs:using_spdy (Results 1 - 3 of 3) sorted by null

  /external/chromium/net/http/
http_proxy_client_socket.h 48 bool using_spdy,
63 bool using_spdy() { function in class:net::HttpProxyClientSocket
http_stream_factory_impl_request.cc 66 bool using_spdy,
71 using_spdy_ = using_spdy;
207 bool HttpStreamFactoryImpl::Request::using_spdy() const { function in class:net::HttpStreamFactoryImpl::Request
233 DCHECK(job->using_spdy());
247 const bool using_spdy = job->using_spdy(); local
251 using_spdy,
265 was_npn_negotiated, using_spdy, source);
http_stream_factory_impl_job.cc 166 bool HttpStreamFactoryImpl::Job::using_spdy() const { function in class:net::HttpStreamFactoryImpl::Job
194 using_spdy(),
204 DCHECK(using_spdy());
211 was_npn_negotiated(), using_spdy(), net_log_.source());
277 proxy_info_, was_npn_negotiated(), using_spdy(), net_log_.source());
641 if (proxy_socket->using_spdy()) {
    [all...]

Completed in 62 milliseconds