Searched refs:is_https_ (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_server_id.cc17 is_https_(is_https),
24 is_https_(is_https),
32 is_https_(is_https),
41 if (is_https_ != other.is_https_) {
42 return is_https_ < other.is_https_;
48 return is_https_ == other.is_https_ &&
54 return (is_https_
[all...]
H A Dquic_server_id.h48 bool is_https() const { return is_https_; }
54 bool is_https_; member in class:net::QuicServerId
H A Dquic_stream_factory_test.cc121 is_https_(false),
159 is_https_,
171 &factory_, destination, is_https_);
212 bool is_https_; member in class:net::test::QuicStreamFactoryTest
236 is_https_,
255 is_https_,
284 is_https_,
314 is_https_,
345 is_https_,
358 !is_https_,
[all...]
H A Dquic_stream_factory.h77 bool is_https_; member in class:net::QuicStreamRequest
H A Dquic_stream_factory.cc454 is_https_ = is_https;
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
H A Dmock.py192 # self.is_https_ needs to be accessible from tests. To avoid name
194 self.is_https_ = is_https
205 return self.is_https_
H A Dtest_handshake_draft75.py413 request.is_https_ = True
432 request.is_https_ = True
H A Dtest_handshake_hybi00.py372 request.is_https_ = True
391 request.is_https_ = True

Completed in 202 milliseconds