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

  /external/chromium/net/socket/
ssl_client_socket.cc 46 bool SSLClientSocket::was_npn_negotiated() const { function in class:net::SSLClientSocket
socket_test_util.cc 241 was_npn_negotiated(false),
1109 bool MockSSLClientSocket::was_npn_negotiated() const { function in class:net::MockSSLClientSocket
    [all...]
socket_test_util.h 252 bool was_npn_negotiated; member in struct:net::SSLSocketDataProvider
727 virtual bool was_npn_negotiated() const;
    [all...]
  /external/chromium/net/http/
http_response_info.h 54 bool was_npn_negotiated; member in class:net::HttpResponseInfo
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_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...]
  /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/webkit/glue/
resource_loader_bridge.h 180 bool was_npn_negotiated; member in struct:webkit_glue::ResourceResponseInfo
  /external/chromium/net/spdy/
spdy_session.cc 345 bool was_npn_negotiated; local
346 if (!GetSSLInfo(&ssl_info, &was_npn_negotiated))
    [all...]

Completed in 357 milliseconds