HomeSort by relevance Sort by last modified time
    Searched refs:was_npn_negotiated (Results 1 - 25 of 73) sorted by null

1 2 3

  /external/chromium_org/webkit/common/
resource_response_info.cc 17 was_npn_negotiated(false),
resource_response_info.h 80 bool was_npn_negotiated; member in struct:webkit_glue::ResourceResponseInfo
  /external/chromium_org/webkit/child/
weburlresponse_extradata_impl.h 60 bool was_npn_negotiated() const { function in class:webkit_glue::WebURLResponseExtraDataImpl
63 void set_was_npn_negotiated(bool was_npn_negotiated) {
64 was_npn_negotiated_ = was_npn_negotiated;
  /external/chromium_org/net/http/
http_pipelined_connection.h 55 bool was_npn_negotiated,
85 virtual bool was_npn_negotiated() const = 0;
http_pipelined_host_test_util.h 35 bool was_npn_negotiated,
59 MOCK_CONST_METHOD0(was_npn_negotiated, bool());
http_pipelined_host.h 81 bool was_npn_negotiated,
http_pipelined_host_forced.h 48 bool was_npn_negotiated,
http_pipelined_host_forced.cc 36 bool was_npn_negotiated,
44 net_log, was_npn_negotiated, protocol_negotiated));
http_response_info.cc 103 was_npn_negotiated(false),
114 was_npn_negotiated(rhs.was_npn_negotiated),
138 was_npn_negotiated = rhs.was_npn_negotiated;
270 was_npn_negotiated = (flags & RESPONSE_INFO_WAS_NPN) != 0;
299 if (was_npn_negotiated) {
355 if (was_npn_negotiated)
http_stream_factory_impl_request.cc 85 bool was_npn_negotiated,
91 was_npn_negotiated_ = was_npn_negotiated;
239 bool HttpStreamFactoryImpl::Request::was_npn_negotiated() const { function in class:net::HttpStreamFactoryImpl::Request
310 const bool was_npn_negotiated = job->was_npn_negotiated(); local
316 Complete(was_npn_negotiated, protocol_negotiated, using_spdy, net_log);
340 was_npn_negotiated,
http_pipelined_connection_impl.h 57 bool was_npn_negotiated,
67 bool was_npn_negotiated,
85 virtual bool was_npn_negotiated() const OVERRIDE;
http_pipelined_stream.cc 145 bool HttpPipelinedStream::was_npn_negotiated() const { function in class:net::HttpPipelinedStream
146 return pipeline_->was_npn_negotiated();
http_stream_factory_impl_request.h 52 void Complete(bool was_npn_negotiated,
112 virtual bool was_npn_negotiated() const OVERRIDE;
http_pipelined_host_impl.h 50 bool was_npn_negotiated,
http_pipelined_host_pool.h 60 bool was_npn_negotiated,
http_pipelined_stream.h 98 bool was_npn_negotiated() const;
http_response_info.h 83 bool was_npn_negotiated; member in class:net::HttpResponseInfo
  /external/chromium/net/http/
http_response_info.h 54 bool was_npn_negotiated; member in class:net::HttpResponseInfo
http_response_info.cc 65 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)
http_stream_factory_impl_request.cc 65 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);
http_stream_factory_impl_request.h 40 void Complete(bool was_npn_negotiated,
85 virtual bool was_npn_negotiated() const;
http_stream_factory_impl.h 61 bool was_npn_negotiated,
  /external/chromium/net/socket/
ssl_client_socket.cc 46 bool SSLClientSocket::was_npn_negotiated() const { function in class:net::SSLClientSocket
ssl_client_socket.h 93 virtual bool was_npn_negotiated() const;
  /external/chromium/webkit/glue/
resource_loader_bridge.cc 43 was_npn_negotiated(false),

Completed in 717 milliseconds

1 2 3