Searched refs:validate_client_hello_cb_ (Results 1 – 2 of 2) sorted by relevance
23 validate_client_hello_cb_(NULL) { in QuicCryptoServerStream()28 if (validate_client_hello_cb_ != NULL) { in ~QuicCryptoServerStream()29 validate_client_hello_cb_->Cancel(); in ~QuicCryptoServerStream()48 if (validate_client_hello_cb_ != NULL) { in OnHandshakeMessage()56 validate_client_hello_cb_ = new ValidateCallback(this); in OnHandshakeMessage()61 validate_client_hello_cb_); in OnHandshakeMessage()68 DCHECK(validate_client_hello_cb_ != NULL); in FinishProcessingHandshakeMessage()69 validate_client_hello_cb_ = NULL; in FinishProcessingHandshakeMessage()
81 ValidateCallback* validate_client_hello_cb_; variable