Home
last modified time | relevance | path

Searched refs:handshake_challenge_for_testing_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/net/websockets/
Dwebsocket_basic_handshake_stream.cc147 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()
Dwebsocket_basic_handshake_stream.h100 scoped_ptr<std::string> handshake_challenge_for_testing_; variable