HomeSort by relevance Sort by last modified time
    Searched refs:npn_negotiated_protocol (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/webkit/child/
weburlresponse_extradata_impl.cc 10 const std::string& npn_negotiated_protocol)
11 : npn_negotiated_protocol_(npn_negotiated_protocol),
weburlresponse_extradata_impl.h 23 const std::string& npn_negotiated_protocol);
26 const std::string& npn_negotiated_protocol() const { function in class:webkit_glue::WebURLResponseExtraDataImpl
  /external/chromium_org/content/public/common/
resource_response_info.h 96 std::string npn_negotiated_protocol; member in struct:content::ResourceResponseInfo
  /external/chromium_org/net/http/
http_response_info.cc 119 npn_negotiated_protocol(rhs.npn_negotiated_protocol),
144 npn_negotiated_protocol = rhs.npn_negotiated_protocol;
254 if (!pickle.ReadString(&iter, &npn_negotiated_protocol))
358 pickle->WriteString(npn_negotiated_protocol);
http_response_info.h 34 // like |npn_negotiated_protocol|.
106 std::string npn_negotiated_protocol; member in class:net::HttpResponseInfo
http_network_transaction.cc 485 response_.npn_negotiated_protocol = SSLClientSocket::NextProtoToString(
    [all...]
  /external/chromium_org/content/public/renderer/
document_state.h 137 const std::string& npn_negotiated_protocol() const { function in class:content::DocumentState
  /external/chromium_org/chrome/renderer/
loadtimes_extension_bindings.cc 152 isolate, document_state->npn_negotiated_protocol().c_str()));
  /external/chromium_org/content/common/
resource_messages.h 118 IPC_STRUCT_TRAITS_MEMBER(npn_negotiated_protocol)
  /external/chromium_org/content/browser/loader/
resource_loader.cc 52 response->head.npn_negotiated_protocol =
53 response_info.npn_negotiated_protocol;
  /external/chromium_org/net/quic/
quic_http_stream.cc 542 response_info_->npn_negotiated_protocol = "quic/1+spdy/3";
  /external/chromium_org/net/spdy/
spdy_http_stream.cc 327 response_info_->npn_negotiated_protocol =
  /external/chromium_org/content/child/
web_url_loader_impl.cc 744 new WebURLResponseExtraDataImpl(info.npn_negotiated_protocol);
  /external/chromium_org/content/renderer/
render_frame_impl.cc     [all...]

Completed in 657 milliseconds