Home
last modified time | relevance | path

Searched refs:was_npn_negotiated_ (Results 1 – 18 of 18) sorted by relevance

/external/chromium/net/socket/
Dssl_client_socket.cc10 : was_npn_negotiated_(false), in SSLClientSocket()
47 return was_npn_negotiated_; in was_npn_negotiated()
51 return was_npn_negotiated_ = negotiated; in set_was_npn_negotiated()
Dssl_client_socket.h105 bool was_npn_negotiated_;
/external/chromium_org/webkit/child/
Dweburlresponse_extradata_impl.h61 return was_npn_negotiated_; in NON_EXPORTED_BASE()
64 was_npn_negotiated_ = was_npn_negotiated; in NON_EXPORTED_BASE()
87 bool was_npn_negotiated_; in NON_EXPORTED_BASE() local
/external/chromium_org/net/socket/
Dssl_client_socket.cc16 : was_npn_negotiated_(false), in SSLClientSocket()
99 return was_npn_negotiated_; in WasNpnNegotiated()
126 return was_npn_negotiated_ = negotiated; in set_was_npn_negotiated()
Dssl_client_socket.h167 bool was_npn_negotiated_; variable
/external/chromium_org/net/http/
Dhttp_pipelined_host_pool_unittest.cc80 was_npn_negotiated_(false), in HttpPipelinedHostPoolTest()
92 was_npn_negotiated_, in CreateDummyStream()
99 net_log_, was_npn_negotiated_, in CreateDummyStream()
127 bool was_npn_negotiated_; member in net::__anonc4cae45c0111::HttpPipelinedHostPoolTest
158 was_npn_negotiated_, in TEST_F()
Dhttp_stream_factory_impl_request.cc30 was_npn_negotiated_(false), in Request()
91 was_npn_negotiated_ = was_npn_negotiated; in Complete()
241 return was_npn_negotiated_; in was_npn_negotiated()
Dhttp_stream_factory_impl_job.cc105 was_npn_negotiated_(false), in Job()
240 return was_npn_negotiated_; in was_npn_negotiated()
924 was_npn_negotiated_ = true; in DoInitConnectionComplete()
932 was_npn_negotiated_ = true; in DoInitConnectionComplete()
955 was_npn_negotiated_ = true; in DoInitConnectionComplete()
1080 was_npn_negotiated_, in DoCreateStream()
Dhttp_stream_factory_impl_request.h141 bool was_npn_negotiated_; variable
Dhttp_stream_factory_impl_job.h303 bool was_npn_negotiated_; variable
Dhttp_pipelined_connection_impl.h302 bool was_npn_negotiated_; variable
Dhttp_pipelined_connection_impl.cc83 was_npn_negotiated_(was_npn_negotiated), in HttpPipelinedConnectionImpl()
822 return was_npn_negotiated_; in was_npn_negotiated()
/external/chromium_org/content/public/renderer/
Ddocument_state.h134 bool was_npn_negotiated() const { return was_npn_negotiated_; } in NON_EXPORTED_BASE()
135 void set_was_npn_negotiated(bool value) { was_npn_negotiated_ = value; } in NON_EXPORTED_BASE()
202 bool was_npn_negotiated_; in NON_EXPORTED_BASE() local
Ddocument_state.cc15 was_npn_negotiated_(false), in DocumentState()
/external/chromium/net/http/
Dhttp_stream_factory_impl_request.cc24 was_npn_negotiated_(false), in Request()
70 was_npn_negotiated_ = was_npn_negotiated; in Complete()
204 return was_npn_negotiated_; in was_npn_negotiated()
Dhttp_stream_factory_impl_request.h107 bool was_npn_negotiated_; variable
Dhttp_stream_factory_impl_job.cc61 was_npn_negotiated_(false), in Job()
163 return was_npn_negotiated_; in was_npn_negotiated()
631 was_npn_negotiated_ = true; in DoInitConnectionComplete()
642 was_npn_negotiated_ = true; in DoInitConnectionComplete()
Dhttp_stream_factory_impl_job.h256 bool was_npn_negotiated_; variable