/external/chromium/chrome/browser/password_manager/ |
password_store_mac.cc | 175 GURL URLFromComponents(bool is_secure, const std::string& host, int port, 178 std::string scheme(is_secure ? "https" : "http"); 548 bool is_secure; local 550 &is_secure, &security_domain)) { 556 SecProtocolType protocol = is_secure ? kSecProtocolTypeHTTPS 650 bool is_secure; local 652 &is_secure, &security_domain)) { 658 SecProtocolType protocol = is_secure ? kSecProtocolTypeHTTPS 673 bool* is_secure, std::string* security_domain) { 683 if (is_secure) [all...] |
password_store_mac_internal.h | 95 bool* is_secure,
|
/external/chromium/net/spdy/ |
spdy_session_pool.h | 64 // For testing, setting is_secure to false allows Spdy to connect with a 74 bool is_secure);
|
spdy_session_pool.cc | 115 bool is_secure) { 134 return (*spdy_session)->InitializeWithSocket(connection, is_secure,
|
spdy_session.h | 92 // testing, setting is_secure to false allows initialization with a 96 bool is_secure,
|
spdy_session.cc | 322 bool is_secure, 329 is_secure_ = is_secure; 931 dict->SetBoolean("is_secure", is_secure_); [all...] |
/external/chromium/chrome/browser/resources/net_internals/ |
spdyview.js | 129 tablePrinter.addCell(session.is_secure);
|
/external/chromium/net/websockets/ |
websocket_handshake.h | 33 bool is_secure() const;
|
websocket_handshake.cc | 40 bool WebSocketHandshake::is_secure() const { function in class:net::WebSocketHandshake 132 bool secure = is_secure();
|
websocket_handshake_unittest.cc | 234 EXPECT_FALSE(handshake->is_secure()); 244 EXPECT_TRUE(handshake->is_secure());
|
websocket_job_unittest.cc | 513 EXPECT_TRUE(GetSocket(job.get())->is_secure()); 519 EXPECT_FALSE(GetSocket(job.get())->is_secure());
|
websocket_job.cc | 441 std::string scheme = socket_->is_secure() ? "https" : "http";
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/handshake/ |
_base.py | 80 def get_default_port(is_secure): 81 if is_secure:
|
/external/chromium/net/socket_stream/ |
socket_stream.cc | 94 bool SocketStream::is_secure() const { function in class:net::SocketStream 576 else if (is_secure()) { 733 if (is_secure()) { 796 if (is_secure()) [all...] |
socket_stream.h | 110 bool is_secure() const;
|