Searched refs:was_npn_negotiated (Results 1 - 25 of 73) sorted by relevance

123

/external/chromium_org/webkit/common/
H A Dresource_response_info.cc17 was_npn_negotiated(false),
H A Dresource_response_info.h80 bool was_npn_negotiated; member in struct:webkit_glue::ResourceResponseInfo
/external/chromium_org/webkit/child/
H A Dweburlresponse_extradata_impl.h60 bool was_npn_negotiated() const { function in class:webkit_glue::WebURLResponseExtraDataImpl
63 void set_was_npn_negotiated(bool was_npn_negotiated) { argument
64 was_npn_negotiated_ = was_npn_negotiated;
/external/chromium/net/socket/
H A Dssl_client_socket.cc46 bool SSLClientSocket::was_npn_negotiated() const { function in class:net::SSLClientSocket
H A Dssl_client_socket.h93 virtual bool was_npn_negotiated() const;
/external/chromium_org/net/http/
H A Dhttp_pipelined_connection.h55 bool was_npn_negotiated,
85 virtual bool was_npn_negotiated() const = 0;
H A Dhttp_pipelined_host_test_util.h35 bool was_npn_negotiated,
59 MOCK_CONST_METHOD0(was_npn_negotiated, bool());
H A Dhttp_response_info.cc99 was_npn_negotiated(false),
110 was_npn_negotiated(rhs.was_npn_negotiated),
134 was_npn_negotiated = rhs.was_npn_negotiated;
250 was_npn_negotiated = (flags & RESPONSE_INFO_WAS_NPN) != 0;
279 if (was_npn_negotiated) {
324 if (was_npn_negotiated)
H A Dhttp_pipelined_host_forced.cc36 bool was_npn_negotiated,
45 net_log, was_npn_negotiated, protocol_negotiated));
31 CreateStreamOnNewPipeline( ClientSocketHandle* connection, const SSLConfig& used_ssl_config, const ProxyInfo& used_proxy_info, const BoundNetLog& net_log, bool was_npn_negotiated, NextProto protocol_negotiated) argument
H A Dhttp_stream_factory_impl_request.cc83 bool was_npn_negotiated,
89 was_npn_negotiated_ = was_npn_negotiated;
227 bool HttpStreamFactoryImpl::Request::was_npn_negotiated() const { function in class:net::HttpStreamFactoryImpl::Request
298 const bool was_npn_negotiated = job->was_npn_negotiated(); local
304 Complete(was_npn_negotiated, protocol_negotiated, using_spdy, net_log);
328 was_npn_negotiated,
82 Complete( bool was_npn_negotiated, NextProto protocol_negotiated, bool using_spdy, const BoundNetLog& job_net_log) argument
H A Dhttp_pipelined_stream.cc136 bool HttpPipelinedStream::was_npn_negotiated() const { function in class:net::HttpPipelinedStream
137 return pipeline_->was_npn_negotiated();
H A Dhttp_stream_factory_impl_request.h51 void Complete(bool was_npn_negotiated,
109 virtual bool was_npn_negotiated() const OVERRIDE;
H A Dhttp_pipelined_host.h81 bool was_npn_negotiated,
H A Dhttp_pipelined_host_forced.h48 bool was_npn_negotiated,
H A Dhttp_pipelined_host_impl.h50 bool was_npn_negotiated,
H A Dhttp_pipelined_host_pool.h60 bool was_npn_negotiated,
H A Dhttp_response_info.h83 bool was_npn_negotiated; member in class:net::HttpResponseInfo
H A Dhttp_pipelined_host_impl.cc41 bool was_npn_negotiated,
48 net_log, was_npn_negotiated, protocol_negotiated);
36 CreateStreamOnNewPipeline( ClientSocketHandle* connection, const SSLConfig& used_ssl_config, const ProxyInfo& used_proxy_info, const BoundNetLog& net_log, bool was_npn_negotiated, NextProto protocol_negotiated) argument
H A Dhttp_pipelined_host_pool.cc64 bool was_npn_negotiated,
72 was_npn_negotiated,
58 CreateStreamOnNewPipeline( const HttpPipelinedHost::Key& key, ClientSocketHandle* connection, const SSLConfig& used_ssl_config, const ProxyInfo& used_proxy_info, const BoundNetLog& net_log, bool was_npn_negotiated, NextProto protocol_negotiated) argument
/external/chromium/net/http/
H A Dhttp_response_info.cc65 was_npn_negotiated(false),
72 was_npn_negotiated(rhs.was_npn_negotiated),
91 was_npn_negotiated = rhs.was_npn_negotiated;
178 was_npn_negotiated = (flags & RESPONSE_INFO_WAS_NPN) != 0;
204 if (was_npn_negotiated)
H A Dhttp_stream_factory_impl_request.cc65 bool was_npn_negotiated,
70 was_npn_negotiated_ = was_npn_negotiated;
202 bool HttpStreamFactoryImpl::Request::was_npn_negotiated() const { function in class:net::HttpStreamFactoryImpl::Request
246 const bool was_npn_negotiated = job->was_npn_negotiated(); local
250 Complete(was_npn_negotiated,
265 was_npn_negotiated, using_spdy, source);
64 Complete( bool was_npn_negotiated, bool using_spdy, const NetLog::Source& job_source) argument
H A Dhttp_response_info.h54 bool was_npn_negotiated; member in class:net::HttpResponseInfo
H A Dhttp_stream_factory_impl_request.h40 void Complete(bool was_npn_negotiated,
85 virtual bool was_npn_negotiated() const;
H A Dhttp_stream_factory_impl.h61 bool was_npn_negotiated,
/external/chromium/webkit/glue/
H A Dresource_loader_bridge.cc43 was_npn_negotiated(false),

Completed in 802 milliseconds

123