Searched refs:handshake_challenge_for_testing_ (Results 1 – 2 of 2) sorted by relevance
147 if (handshake_challenge_for_testing_) { in SendRequest()148 handshake_challenge = *handshake_challenge_for_testing_; in SendRequest()149 handshake_challenge_for_testing_.reset(); in SendRequest()267 handshake_challenge_for_testing_.reset(new std::string(key)); in SetWebSocketKeyForTesting()
100 scoped_ptr<std::string> handshake_challenge_for_testing_; variable