Searched refs:set_was_npn_negotiated (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/content/child/
H A Dweburlresponse_extradata_impl.h62 void set_was_npn_negotiated(bool was_npn_negotiated) { function in class:content::WebURLResponseExtraDataImpl
H A Dweb_url_loader_impl.cc770 extra_data->set_was_npn_negotiated(info.was_npn_negotiated);
/external/chromium_org/net/socket/
H A Dssl_client_socket.h145 virtual bool set_was_npn_negotiated(bool negotiated);
H A Dssl_client_socket.cc111 bool SSLClientSocket::set_was_npn_negotiated(bool negotiated) { function in class:net::SSLClientSocket
H A Dsocket_test_util.h974 virtual bool set_was_npn_negotiated(bool negotiated) OVERRIDE;
H A Dssl_client_socket_pool.cc460 ssl_socket_->set_was_npn_negotiated(true);
H A Dsocket_test_util.cc1431 bool MockSSLClientSocket::set_was_npn_negotiated(bool negotiated) { function in class:net::MockSSLClientSocket
/external/chromium_org/content/public/renderer/
H A Ddocument_state.h135 void set_was_npn_negotiated(bool value) { was_npn_negotiated_ = value; } function in class:content::DocumentState
/external/chromium_org/content/renderer/
H A Drender_frame_impl.cc2834 document_state->set_was_npn_negotiated(

Completed in 286 milliseconds