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

  /external/chromium_org/content/child/
weburlresponse_extradata_impl.h 62 void set_was_npn_negotiated(bool was_npn_negotiated) { function in class:content::WebURLResponseExtraDataImpl
web_url_loader_impl.cc 770 extra_data->set_was_npn_negotiated(info.was_npn_negotiated);
    [all...]
  /external/chromium_org/net/socket/
ssl_client_socket.h 145 virtual bool set_was_npn_negotiated(bool negotiated);
ssl_client_socket.cc 111 bool SSLClientSocket::set_was_npn_negotiated(bool negotiated) { function in class:net::SSLClientSocket
socket_test_util.h     [all...]
ssl_client_socket_pool.cc 460 ssl_socket_->set_was_npn_negotiated(true);
socket_test_util.cc 1431 bool MockSSLClientSocket::set_was_npn_negotiated(bool negotiated) { function in class:net::MockSSLClientSocket
    [all...]