Searched refs:SetWebSocketKeyForTesting (Results 1 – 5 of 5) sorted by relevance
66 basic_handshake_stream.SetWebSocketKeyForTesting("dGhlIHNhbXBsZSBub25jZQ=="); in TEST()134 basic_handshake_stream.SetWebSocketKeyForTesting("dGhlIHNhbXBsZSBub25jZQ=="); in TEST()
112 void SetWebSocketKeyForTesting(const std::string& key);
301 handshake_stream->SetWebSocketKeyForTesting("dGhlIHNhbXBsZSBub25jZQ=="); in OnBasicHandshakeStreamCreated()
449 void WebSocketBasicHandshakeStream::SetWebSocketKeyForTesting( in SetWebSocketKeyForTesting() function in net::WebSocketBasicHandshakeStream
303 ->SetWebSocketKeyForTesting("dGhlIHNhbXBsZSBub25jZQ=="); in CreateAndInitializeStream()