Home
last modified time | relevance | path

Searched defs:SpdyProxyClientSocketTest (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/net/spdy/
H A Dspdy_proxy_client_socket_unittest.cc134 class SpdyProxyClientSocketTest : public PlatformTest, class
226 SpdyProxyClientSocketTest::SpdyProxyClientSocketTest() in SpdyProxyClientSocketTest() function in net::SpdyProxyClientSocketTest
515 TEST_P(SpdyProxyClientSocketTest, ConnectSendsCorrectRequest) { in TEST_P() argument
535 TEST_P(SpdyProxyClientSocketTest, ConnectWithAuthRequested) { in TEST_P() argument
555 TEST_P(SpdyProxyClientSocketTest, ConnectWithAuthCredentials) { in TEST_P() argument
574 TEST_P(SpdyProxyClientSocketTest, ConnectRedirects) { in TEST_P() argument
606 TEST_P(SpdyProxyClientSocketTest, ConnectFails) { in TEST_P() argument
626 TEST_P(SpdyProxyClientSocketTest, SetStreamPriority) { in TEST_P() argument
649 TEST_P(SpdyProxyClientSocketTest, WasEverUsedReturnsCorrectValues) { in TEST_P() argument
676 TEST_P(SpdyProxyClientSocketTest, GetPeerAddressReturnsCorrectValues) { in TEST_P() argument
[all …]
H A Dspdy_session.h621 friend class SpdyProxyClientSocketTest; variable