Home
last modified time | relevance | path

Searched refs:SetUnderlyingConnectionCloseTimeoutForTesting (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/net/websockets/
H A Dwebsocket_channel.h156 void SetUnderlyingConnectionCloseTimeoutForTesting(base::TimeDelta delay);
H A Dwebsocket_channel_test.cc1733 channel_->SetUnderlyingConnectionCloseTimeoutForTesting( in TEST_F()
1765 channel_->SetUnderlyingConnectionCloseTimeoutForTesting( in TEST_F()
2751 channel_->SetUnderlyingConnectionCloseTimeoutForTesting( in CreateChannelAndConnectSuccessfully()
H A Dwebsocket_channel.cc430 void WebSocketChannel::SetUnderlyingConnectionCloseTimeoutForTesting( in SetUnderlyingConnectionCloseTimeoutForTesting() function in net::WebSocketChannel