Searched refs:is_secure (Results 1 – 14 of 14) sorted by relevance
/external/chromium/chrome/browser/password_manager/ |
D | password_store_mac.cc | 175 GURL URLFromComponents(bool is_secure, const std::string& host, int port, in URLFromComponents() argument 178 std::string scheme(is_secure ? "https" : "http"); in URLFromComponents() 548 bool is_secure; in AddPassword() local 550 &is_secure, &security_domain)) { in AddPassword() 556 SecProtocolType protocol = is_secure ? kSecProtocolTypeHTTPS in AddPassword() 650 bool is_secure; in MatchingKeychainItems() local 652 &is_secure, &security_domain)) { in MatchingKeychainItems() 658 SecProtocolType protocol = is_secure ? kSecProtocolTypeHTTPS in MatchingKeychainItems() 673 bool* is_secure, std::string* security_domain) { in ExtractSignonRealmComponents() argument 683 if (is_secure) in ExtractSignonRealmComponents() [all …]
|
D | password_store_mac_internal.h | 95 bool* is_secure,
|
/external/chromium/net/websockets/ |
D | websocket_handshake_unittest.cc | 234 EXPECT_FALSE(handshake->is_secure()); in TEST_F() 244 EXPECT_TRUE(handshake->is_secure()); in TEST_F()
|
D | websocket_handshake.cc | 40 bool WebSocketHandshake::is_secure() const { in is_secure() function in net::WebSocketHandshake 132 bool secure = is_secure(); in GetHostFieldValue()
|
D | websocket_handshake.h | 33 bool is_secure() const;
|
D | websocket_job_unittest.cc | 513 EXPECT_TRUE(GetSocket(job.get())->is_secure()); in TEST_F() 519 EXPECT_FALSE(GetSocket(job.get())->is_secure()); in TEST_F()
|
D | websocket_job.cc | 441 std::string scheme = socket_->is_secure() ? "https" : "http"; in GetURLForCookies()
|
/external/chromium/net/spdy/ |
D | spdy_session_pool.h | 74 bool is_secure);
|
D | spdy_session_pool.cc | 115 bool is_secure) { in GetSpdySessionFromSocket() argument 134 return (*spdy_session)->InitializeWithSocket(connection, is_secure, in GetSpdySessionFromSocket()
|
D | spdy_session.h | 96 bool is_secure,
|
D | spdy_session.cc | 322 bool is_secure, in InitializeWithSocket() argument 329 is_secure_ = is_secure; in InitializeWithSocket()
|
/external/chromium/net/socket_stream/ |
D | socket_stream.cc | 94 bool SocketStream::is_secure() const { in is_secure() function in net::SocketStream 576 else if (is_secure()) { in DoTcpConnectComplete() 733 if (is_secure()) { in DoReadTunnelHeadersComplete() 796 if (is_secure()) in DoSOCKSConnectComplete()
|
D | socket_stream.h | 110 bool is_secure() const;
|
/external/chromium/chrome/browser/resources/net_internals/ |
D | spdyview.js | 129 tablePrinter.addCell(session.is_secure);
|