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

1 2

  /external/chromium_org/content/public/common/
resource_response_info.cc 17 was_npn_negotiated(false),
resource_response_info.h 81 bool was_npn_negotiated; member in struct:content::ResourceResponseInfo
  /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/net/http/
http_response_info.cc 103 was_npn_negotiated(false),
114 was_npn_negotiated(rhs.was_npn_negotiated),
140 was_npn_negotiated = rhs.was_npn_negotiated;
272 was_npn_negotiated = (flags & RESPONSE_INFO_WAS_NPN) != 0;
301 if (was_npn_negotiated) {
357 if (was_npn_negotiated)
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_request.h 48 void Complete(bool was_npn_negotiated,
105 virtual bool was_npn_negotiated() const OVERRIDE;
http_response_info.h 84 bool was_npn_negotiated; member in class:net::HttpResponseInfo
http_stream_factory.h 166 virtual bool was_npn_negotiated() const = 0;
http_stream_factory_impl.h 93 bool was_npn_negotiated,
http_stream_factory_impl.cc 261 bool was_npn_negotiated,
279 request->Complete(was_npn_negotiated,
http_stream_factory_impl_job.h 79 bool was_npn_negotiated() const;
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_stream.h 375 bool* was_npn_negotiated,
spdy_http_stream.cc 325 &response_info_->was_npn_negotiated,
spdy_stream.cc 691 bool* was_npn_negotiated,
694 ssl_info, was_npn_negotiated, protocol_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/chrome/renderer/
loadtimes_extension_bindings.cc 148 v8::Boolean::New(isolate, document_state->was_npn_negotiated()));
  /external/chromium_org/content/common/
resource_messages.h 115 IPC_STRUCT_TRAITS_MEMBER(was_npn_negotiated)
  /external/chromium_org/content/browser/loader/
resource_loader.cc 53 response->head.was_npn_negotiated = response_info.was_npn_negotiated;
  /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/quic/
quic_http_stream.cc 548 response_info_->was_npn_negotiated = true;
quic_network_transaction_unittest.cc 230 EXPECT_TRUE(response->was_npn_negotiated);
241 EXPECT_FALSE(response->was_npn_negotiated);
    [all...]
  /external/chromium_org/net/socket/
socket_test_util.cc 276 was_npn_negotiated(false),
294 was_npn_negotiated = true;
    [all...]

Completed in 502 milliseconds

1 2