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

  /external/chromium_org/content/child/
weburlresponse_extradata_impl.h 59 bool was_npn_negotiated() const { function in class:content::WebURLResponseExtraDataImpl
62 void set_was_npn_negotiated(bool was_npn_negotiated) {
63 was_npn_negotiated_ = was_npn_negotiated;
  /external/chromium_org/content/public/common/
resource_response_info.h 81 bool was_npn_negotiated; member in struct:content::ResourceResponseInfo
  /external/chromium_org/net/http/
http_response_info.h 84 bool was_npn_negotiated; member in class:net::HttpResponseInfo
http_stream_factory_impl_request.cc 72 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,
http_stream_factory_impl_job.cc 234 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(),
    [all...]
  /external/chromium_org/net/spdy/
spdy_proxy_client_socket.cc 96 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,
spdy_session.cc 772 bool was_npn_negotiated; local
774 if (!GetSSLInfo(&ssl_info, &was_npn_negotiated, &protocol_negotiated))
    [all...]
  /external/chromium_org/content/public/renderer/
document_state.h 134 bool was_npn_negotiated() const { return was_npn_negotiated_; } function in class:content::DocumentState
  /external/chromium_org/net/websockets/
websocket_job.cc 595 bool was_npn_negotiated; local
598 &ssl_info, &was_npn_negotiated, &protocol_negotiated);
  /external/chromium_org/net/socket/
socket_test_util.h 329 bool was_npn_negotiated; member in struct:net::SSLSocketDataProvider
    [all...]

Completed in 108 milliseconds