HomeSort by relevance Sort by last modified time
    Searched refs:certificate_error_code_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/spdy/
spdy_session.cc 261 certificate_error_code_(OK),
330 certificate_error_code_ = certificate_error_code;
362 if (is_secure_ && certificate_error_code_ != OK &&
366 CloseSessionOnError(static_cast<net::Error>(certificate_error_code_), true);
459 if (is_secure_ && certificate_error_code_ != OK &&
463 CloseSessionOnError(static_cast<net::Error>(certificate_error_code_), true);
    [all...]
spdy_session.h 478 int certificate_error_code_; member in class:net::SpdySession

Completed in 31 milliseconds