Searched defs:using_spdy (Results 1 - 9 of 9) sorted by relevance

/external/chromium/net/http/
H A Dhttp_proxy_client_socket.h48 bool using_spdy,
63 bool using_spdy() { function in class:net::HttpProxyClientSocket
H A Dhttp_proxy_client_socket.cc35 bool using_spdy,
50 using_spdy_(using_spdy),
26 HttpProxyClientSocket( ClientSocketHandle* transport_socket, const GURL& request_url, const std::string& user_agent, const HostPortPair& endpoint, const HostPortPair& proxy_server, HttpAuthCache* http_auth_cache, HttpAuthHandlerFactory* http_auth_handler_factory, bool tunnel, bool using_spdy, bool is_https_proxy) argument
H A Dhttp_stream_factory_impl.cc172 bool using_spdy,
188 using_spdy,
166 OnSpdySessionReady( scoped_refptr<SpdySession> spdy_session, bool direct, const SSLConfig& used_ssl_config, const ProxyInfo& used_proxy_info, bool was_npn_negotiated, bool using_spdy, const NetLog::Source& source) argument
H A Dhttp_stream_factory_impl_request.cc66 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);
64 Complete( bool was_npn_negotiated, bool using_spdy, const NetLog::Source& job_source) argument
H A Dhttp_stream_factory_impl_job.cc166 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()) {
/external/chromium_org/net/http/
H A Dhttp_stream_factory_impl.cc272 bool using_spdy,
290 using_spdy,
338 false, // not using_spdy
265 OnNewSpdySessionReady( const base::WeakPtr<SpdySession>& spdy_session, bool direct, const SSLConfig& used_ssl_config, const ProxyInfo& used_proxy_info, bool was_npn_negotiated, NextProto protocol_negotiated, bool using_spdy, const BoundNetLog& net_log) argument
H A Dhttp_stream_factory_impl_request.cc85 bool using_spdy,
91 using_spdy_ = using_spdy;
238 bool HttpStreamFactoryImpl::Request::using_spdy() const { function in class:net::HttpStreamFactoryImpl::Request
285 DCHECK(job->using_spdy());
301 const bool using_spdy = job->using_spdy(); local
304 Complete(was_npn_negotiated, protocol_negotiated, using_spdy, net_log);
330 using_spdy,
82 Complete( bool was_npn_negotiated, NextProto protocol_negotiated, bool using_spdy, const BoundNetLog& job_net_log) argument
H A Dhttp_proxy_client_socket.cc36 bool using_spdy,
52 using_spdy_(using_spdy),
27 HttpProxyClientSocket( ClientSocketHandle* transport_socket, const GURL& request_url, const std::string& user_agent, const HostPortPair& endpoint, const HostPortPair& proxy_server, HttpAuthCache* http_auth_cache, HttpAuthHandlerFactory* http_auth_handler_factory, bool tunnel, bool using_spdy, NextProto protocol_negotiated, bool is_https_proxy) argument
H A Dhttp_stream_factory_impl_job.cc242 bool HttpStreamFactoryImpl::Job::using_spdy() const { function in class:net::HttpStreamFactoryImpl::Job
304 using_spdy(),
321 using_spdy(),
333 DCHECK(using_spdy());
341 was_npn_negotiated(), protocol_negotiated(), using_spdy(), net_log_);
411 using_spdy(),

Completed in 119 milliseconds