Home
last modified time | relevance | path

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

/external/chromium_org/net/quic/test_tools/
Dquic_connection_peer.cc150 framer->SwapCryptersForTest(&connection->framer_); in SwapCrypters()
/external/chromium_org/net/quic/
Dquic_framer.h340 void SwapCryptersForTest(QuicFramer* other);
Dquic_framer.cc1492 void QuicFramer::SwapCryptersForTest(QuicFramer* other) { in SwapCryptersForTest() function in net::QuicFramer