Searched defs:was_npn_negotiated (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/content/child/
H A Dweburlresponse_extradata_impl.h59 bool was_npn_negotiated() const { function in class:content::WebURLResponseExtraDataImpl
62 void set_was_npn_negotiated(bool was_npn_negotiated) { argument
63 was_npn_negotiated_ = was_npn_negotiated;
/external/chromium_org/content/public/common/
H A Dresource_response_info.h81 bool was_npn_negotiated; member in struct:content::ResourceResponseInfo
/external/chromium_org/net/http/
H A Dhttp_response_info.h84 bool was_npn_negotiated; member in class:net::HttpResponseInfo
H A Dhttp_stream_factory_impl.cc261 bool was_npn_negotiated,
279 request->Complete(was_npn_negotiated,
256 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.cc72 bool was_npn_negotiated,
78 was_npn_negotiated_ = was_npn_negotiated;
221 bool HttpStreamFactoryImpl::Request::was_npn_negotiated() const { function in class:net::HttpStreamFactoryImpl::Request
287 const bool was_npn_negotiated = job->was_npn_negotiated(); local
293 Complete(was_npn_negotiated, protocol_negotiated, using_spdy, net_log);
311 was_npn_negotiated,
71 Complete( bool was_npn_negotiated, NextProto protocol_negotiated, bool using_spdy, const BoundNetLog& job_net_log) argument
H A Dhttp_stream_factory_impl_job.cc234 bool HttpStreamFactoryImpl::Job::was_npn_negotiated() const { function in class:net::HttpStreamFactoryImpl::Job
303 request_->Complete(was_npn_negotiated(),
320 request_->Complete(was_npn_negotiated(),
346 was_npn_negotiated(), protocol_negotiated(), using_spdy(), net_log_);
416 was_npn_negotiated(),
/external/chromium_org/content/public/renderer/
H A Ddocument_state.h134 bool was_npn_negotiated() const { return was_npn_negotiated_; } function in class:content::DocumentState
/external/chromium_org/net/spdy/
H A Dspdy_proxy_client_socket.cc96 bool was_npn_negotiated; local
98 spdy_stream_->GetSSLInfo(&ssl_info, &was_npn_negotiated,
190 bool was_npn_negotiated; local
192 return spdy_stream_->GetSSLInfo(ssl_info, &was_npn_negotiated,
H A Dspdy_stream.cc691 bool* was_npn_negotiated,
694 ssl_info, was_npn_negotiated, protocol_negotiated);
690 GetSSLInfo(SSLInfo* ssl_info, bool* was_npn_negotiated, NextProto* protocol_negotiated) argument
H A Dspdy_session.cc772 bool was_npn_negotiated; local
774 if (!GetSSLInfo(&ssl_info, &was_npn_negotiated, &protocol_negotiated))
1961 bool* was_npn_negotiated,
1963 *was_npn_negotiated = connection_->socket()->WasNpnNegotiated();
1960 GetSSLInfo(SSLInfo* ssl_info, bool* was_npn_negotiated, NextProto* protocol_negotiated) argument
/external/chromium_org/net/websockets/
H A Dwebsocket_job.cc595 bool was_npn_negotiated; local
598 &ssl_info, &was_npn_negotiated, &protocol_negotiated);
/external/chromium_org/net/socket/
H A Dsocket_test_util.h329 bool was_npn_negotiated; member in struct:net::SSLSocketDataProvider

Completed in 187 milliseconds