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

  /external/chromium_org/net/socket/
ssl_client_socket_openssl.cc 359 npn_status_(kNextProtoUnsupported),
400 return npn_status_;
512 npn_status_ = kNextProtoUnsupported;
916 if (npn_status_ == kNextProtoUnsupported) {
922 npn_status_ = kNextProtoNegotiated;
    [all...]
ssl_client_socket_openssl.h 282 NextProtoStatus npn_status_; member in class:net::SSLClientSocketOpenSSL

Completed in 57 milliseconds