Searched refs:was_npn_negotiated (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium/net/socket/
H A Dssl_client_socket.cc46 bool SSLClientSocket::was_npn_negotiated() const { function in class:net::SSLClientSocket
H A Dssl_client_socket.h93 virtual bool was_npn_negotiated() const;
H A Dssl_client_socket_pool_unittest.cc324 EXPECT_TRUE(ssl_socket->was_npn_negotiated());
378 EXPECT_TRUE(ssl_socket->was_npn_negotiated());
410 EXPECT_TRUE(ssl_socket->was_npn_negotiated());
709 EXPECT_TRUE(ssl_socket->was_npn_negotiated());
H A Dsocket_test_util.cc241 was_npn_negotiated(false),
1109 bool MockSSLClientSocket::was_npn_negotiated() const { function in class:net::MockSSLClientSocket
1112 return data_->was_npn_negotiated;
H A Dsocket_test_util.h252 bool was_npn_negotiated; member in struct:net::SSLSocketDataProvider
727 virtual bool was_npn_negotiated() const;
/external/chromium/net/http/
H A Dhttp_response_info.cc65 was_npn_negotiated(false),
72 was_npn_negotiated(rhs.was_npn_negotiated),
91 was_npn_negotiated = rhs.was_npn_negotiated;
178 was_npn_negotiated = (flags & RESPONSE_INFO_WAS_NPN) != 0;
204 if (was_npn_negotiated)
H A Dhttp_stream_factory_impl_request.cc65 bool was_npn_negotiated,
70 was_npn_negotiated_ = was_npn_negotiated;
202 bool HttpStreamFactoryImpl::Request::was_npn_negotiated() const { function in class:net::HttpStreamFactoryImpl::Request
246 const bool was_npn_negotiated = job->was_npn_negotiated(); local
250 Complete(was_npn_negotiated,
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_response_info.h54 bool was_npn_negotiated; member in class:net::HttpResponseInfo
H A Dhttp_stream_factory_impl_request.h40 void Complete(bool was_npn_negotiated,
85 virtual bool was_npn_negotiated() const;
H A Dhttp_stream_factory_impl.h61 bool was_npn_negotiated,
H A Dhttp_stream_factory_impl_job.h72 bool was_npn_negotiated() const;
H A Dhttp_stream_factory_impl.cc171 bool was_npn_negotiated,
187 request->Complete(was_npn_negotiated,
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.h139 virtual bool was_npn_negotiated() const = 0;
H A Dhttp_stream_factory_impl_job.cc162 bool HttpStreamFactoryImpl::Job::was_npn_negotiated() const { function in class:net::HttpStreamFactoryImpl::Job
193 request_->Complete(was_npn_negotiated(),
211 was_npn_negotiated(), using_spdy(), net_log_.source());
277 proxy_info_, was_npn_negotiated(), using_spdy(), net_log_.source());
630 if (ssl_socket->was_npn_negotiated()) {
H A Dhttp_network_transaction.cc383 response_.was_npn_negotiated = stream_request_->was_npn_negotiated();
1027 if (use_spdy_histogram && response_.was_npn_negotiated) {
H A Dhttp_network_transaction_unittest.cc1977 ssl.was_npn_negotiated = true;
2063 ssl.was_npn_negotiated = true;
2161 ssl.was_npn_negotiated = true;
2164 ssl2.was_npn_negotiated = false;
2233 ssl.was_npn_negotiated = true;
2238 ssl2.was_npn_negotiated = true;
2299 ssl.was_npn_negotiated = true;
2304 ssl2.was_npn_negotiated = true;
4604 proxy_ssl.was_npn_negotiated = true;
4723 proxy_ssl.was_npn_negotiated
[all...]
H A Dhttp_proxy_client_socket_pool_unittest.cc176 ssl_data_->was_npn_negotiated = true;
/external/chromium/webkit/glue/
H A Dresource_loader_bridge.cc43 was_npn_negotiated(false),
H A Dresource_loader_bridge.h180 bool was_npn_negotiated; member in struct:webkit_glue::ResourceResponseInfo
/external/chromium/net/spdy/
H A Dspdy_stream.h215 bool GetSSLInfo(SSLInfo* ssl_info, bool* was_npn_negotiated);
H A Dspdy_stream.cc408 bool SpdyStream::GetSSLInfo(SSLInfo* ssl_info, bool* was_npn_negotiated) { argument
409 return session_->GetSSLInfo(ssl_info, was_npn_negotiated);
H A Dspdy_http_stream.cc335 &response_info_->was_npn_negotiated);
H A Dspdy_session.h136 bool GetSSLInfo(SSLInfo* ssl_info, bool* was_npn_negotiated);
H A Dspdy_session.cc345 bool was_npn_negotiated; local
346 if (!GetSSLInfo(&ssl_info, &was_npn_negotiated))
1020 bool SpdySession::GetSSLInfo(SSLInfo* ssl_info, bool* was_npn_negotiated) { argument
1025 *was_npn_negotiated = ssl_socket->was_npn_negotiated();
/external/chromium/net/url_request/
H A Durl_request.h412 bool was_npn_negotiated() const { function in class:net::URLRequest
413 return response_info_.was_npn_negotiated;

Completed in 196 milliseconds

12