Searched refs:npn_negotiated_protocol (Results 1 – 14 of 14) sorted by relevance
10 const std::string& npn_negotiated_protocol) in WebURLResponseExtraDataImpl() argument11 : npn_negotiated_protocol_(npn_negotiated_protocol), in WebURLResponseExtraDataImpl()
23 const std::string& npn_negotiated_protocol); in NON_EXPORTED_BASE()26 const std::string& npn_negotiated_protocol() const { in NON_EXPORTED_BASE()
723 new WebURLResponseExtraDataImpl(info.npn_negotiated_protocol); in PopulateURLResponse()
118 npn_negotiated_protocol(rhs.npn_negotiated_protocol), in HttpResponseInfo()142 npn_negotiated_protocol = rhs.npn_negotiated_protocol; in operator =()252 if (!pickle.ReadString(&iter, &npn_negotiated_protocol)) in InitFromPickle()356 pickle->WriteString(npn_negotiated_protocol); in Persist()
103 std::string npn_negotiated_protocol; variable
480 response_.npn_negotiated_protocol = SSLClientSocket::NextProtoToString( in OnStreamReady()
95 std::string npn_negotiated_protocol; member
137 const std::string& npn_negotiated_protocol() const { in NON_EXPORTED_BASE()
118 IPC_STRUCT_TRAITS_MEMBER(npn_negotiated_protocol)
52 response->head.npn_negotiated_protocol = in PopulateResourceResponse()53 response_info.npn_negotiated_protocol; in PopulateResourceResponse()
152 isolate, document_state->npn_negotiated_protocol().c_str())); in GetLoadTimes()
334 response_info_->npn_negotiated_protocol = in OnResponseHeadersUpdated()
548 response_info_->npn_negotiated_protocol = "quic/1+spdy/3"; in ParseResponseHeaders()
1128 extra_data->npn_negotiated_protocol()); in didReceiveResponse()