HomeSort by relevance Sort by last modified time
    Searched refs:was_npn_negotiated (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium/net/http/
http_response_info.h 54 bool was_npn_negotiated; member in class:net::HttpResponseInfo
http_response_info.cc 65 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)
http_stream_factory_impl_request.cc 65 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);
http_stream_factory_impl_request.h 40 void Complete(bool was_npn_negotiated,
85 virtual bool was_npn_negotiated() const;
http_stream_factory_impl.h 61 bool was_npn_negotiated,
http_stream_factory.h 139 virtual bool was_npn_negotiated() const = 0;
http_stream_factory_impl_job.h 72 bool was_npn_negotiated() const;
http_stream_factory_impl.cc 171 bool was_npn_negotiated,
187 request->Complete(was_npn_negotiated,
http_stream_factory_impl_job.cc 162 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()) {
    [all...]
http_network_transaction.cc 383 response_.was_npn_negotiated = stream_request_->was_npn_negotiated();
    [all...]
http_network_transaction_unittest.cc     [all...]
http_proxy_client_socket_pool_unittest.cc 176 ssl_data_->was_npn_negotiated = true;
  /external/chromium/net/socket/
ssl_client_socket.cc 46 bool SSLClientSocket::was_npn_negotiated() const { function in class:net::SSLClientSocket
ssl_client_socket.h 93 virtual bool was_npn_negotiated() const;
ssl_client_socket_pool_unittest.cc 324 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());
socket_test_util.h 252 bool was_npn_negotiated; member in struct:net::SSLSocketDataProvider
727 virtual bool was_npn_negotiated() const;
    [all...]
socket_test_util.cc 241 was_npn_negotiated(false),
1109 bool MockSSLClientSocket::was_npn_negotiated() const { function in class:net::MockSSLClientSocket
    [all...]
  /external/chromium/webkit/glue/
resource_loader_bridge.cc 43 was_npn_negotiated(false),
resource_loader_bridge.h 180 bool was_npn_negotiated; member in struct:webkit_glue::ResourceResponseInfo
  /external/chromium/net/url_request/
url_request.h 412 bool was_npn_negotiated() const { function in class:net::URLRequest
413 return response_info_.was_npn_negotiated;
  /external/chromium/net/spdy/
spdy_stream.h 215 bool GetSSLInfo(SSLInfo* ssl_info, bool* was_npn_negotiated);
spdy_stream.cc 408 bool SpdyStream::GetSSLInfo(SSLInfo* ssl_info, bool* was_npn_negotiated) {
409 return session_->GetSSLInfo(ssl_info, was_npn_negotiated);
spdy_http_stream.cc 335 &response_info_->was_npn_negotiated);
spdy_session.h 136 bool GetSSLInfo(SSLInfo* ssl_info, bool* was_npn_negotiated);
spdy_session.cc 345 bool was_npn_negotiated; local
346 if (!GetSSLInfo(&ssl_info, &was_npn_negotiated))
    [all...]

Completed in 198 milliseconds

1 2