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

  /external/chromium_org/net/websockets/
websocket_basic_handshake_stream.cc 147 if (handshake_challenge_for_testing_) {
148 handshake_challenge = *handshake_challenge_for_testing_;
149 handshake_challenge_for_testing_.reset();
267 handshake_challenge_for_testing_.reset(new std::string(key));
websocket_basic_handshake_stream.h 100 scoped_ptr<std::string> handshake_challenge_for_testing_; member in class:net::WebSocketBasicHandshakeStream

Completed in 79 milliseconds