Searched refs:SetWebSocketKeyForTesting (Results 1 – 5 of 5) sorted by relevance
63 basic_handshake_stream.SetWebSocketKeyForTesting("dGhlIHNhbXBsZSBub25jZQ=="); in TEST()131 basic_handshake_stream.SetWebSocketKeyForTesting("dGhlIHNhbXBsZSBub25jZQ=="); in TEST()
98 void SetWebSocketKeyForTesting(const std::string& key);
288 handshake_stream->SetWebSocketKeyForTesting("dGhlIHNhbXBsZSBub25jZQ=="); in OnBasicHandshakeStreamCreated()
444 void WebSocketBasicHandshakeStream::SetWebSocketKeyForTesting( in SetWebSocketKeyForTesting() function in net::WebSocketBasicHandshakeStream
242 ->SetWebSocketKeyForTesting("dGhlIHNhbXBsZSBub25jZQ=="); in CreateAndInitializeStream()