HomeSort by relevance Sort by last modified time
    Searched defs:is_secure (Results 1 - 3 of 3) sorted by null

  /external/chromium/net/websockets/
websocket_handshake.cc 40 bool WebSocketHandshake::is_secure() const { function in class:net::WebSocketHandshake
132 bool secure = 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...]
  /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...]

Completed in 74 milliseconds