Home
last modified time | relevance | path

Searched refs:is_secure (Results 1 – 14 of 14) sorted by relevance

/external/chromium/chrome/browser/password_manager/
Dpassword_store_mac.cc175 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 …]
Dpassword_store_mac_internal.h95 bool* is_secure,
/external/chromium/net/websockets/
Dwebsocket_handshake_unittest.cc234 EXPECT_FALSE(handshake->is_secure()); in TEST_F()
244 EXPECT_TRUE(handshake->is_secure()); in TEST_F()
Dwebsocket_handshake.cc40 bool WebSocketHandshake::is_secure() const { in is_secure() function in net::WebSocketHandshake
132 bool secure = is_secure(); in GetHostFieldValue()
Dwebsocket_handshake.h33 bool is_secure() const;
Dwebsocket_job_unittest.cc513 EXPECT_TRUE(GetSocket(job.get())->is_secure()); in TEST_F()
519 EXPECT_FALSE(GetSocket(job.get())->is_secure()); in TEST_F()
Dwebsocket_job.cc441 std::string scheme = socket_->is_secure() ? "https" : "http"; in GetURLForCookies()
/external/chromium/net/spdy/
Dspdy_session_pool.h74 bool is_secure);
Dspdy_session_pool.cc115 bool is_secure) { in GetSpdySessionFromSocket() argument
134 return (*spdy_session)->InitializeWithSocket(connection, is_secure, in GetSpdySessionFromSocket()
Dspdy_session.h96 bool is_secure,
Dspdy_session.cc322 bool is_secure, in InitializeWithSocket() argument
329 is_secure_ = is_secure; in InitializeWithSocket()
/external/chromium/net/socket_stream/
Dsocket_stream.cc94 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()
Dsocket_stream.h110 bool is_secure() const;
/external/chromium/chrome/browser/resources/net_internals/
Dspdyview.js129 tablePrinter.addCell(session.is_secure);