HomeSort by relevance Sort by last modified time
    Searched refs:TestSession (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/net/tools/quic/test_tools/
quic_test_utils.cc 62 TestSession::TestSession(QuicConnection* connection,
69 TestSession::~TestSession() {}
71 void TestSession::SetCryptoStream(QuicCryptoStream* stream) {
75 QuicCryptoStream* TestSession::GetCryptoStream() {
quic_test_utils.h 88 class TestSession : public QuicSession {
90 TestSession(QuicConnection* connection,
93 virtual ~TestSession();
105 DISALLOW_COPY_AND_ASSIGN(TestSession);
  /external/chromium_org/net/quic/
quic_crypto_server_stream_test.cc 98 TestSession session_;
151 scoped_ptr<TestSession> client_session(
152 new TestSession(client_conn, client_config, false));
165 scoped_ptr<TestSession> server_session(
166 new TestSession(server_conn, config_, true));
188 client_session.reset(new TestSession(client_conn, client_config, false));
189 server_session.reset(new TestSession(server_conn, config_, true));
quic_crypto_client_stream_test.cc 54 session_(new TestSession(connection_, DefaultQuicConfig(), true)),
73 scoped_ptr<TestSession> session_;
174 session_.reset(new TestSession(connection_, QuicConfig(), true));
quic_session_test.cc 65 class TestSession : public QuicSession {
67 TestSession(QuicConnection* connection, bool is_server)
127 TestSession session_;
204 testing::InvokeWithoutArgs(&session_, &TestSession::MarkTwoWriteBlocked));
  /external/chromium_org/net/quic/test_tools/
quic_test_utils.cc 264 TestSession::TestSession(QuicConnection* connection,
271 TestSession::~TestSession() {}
273 void TestSession::SetCryptoStream(QuicCryptoStream* stream) {
277 QuicCryptoStream* TestSession::GetCryptoStream() {
quic_test_utils.h 302 class TestSession : public QuicSession {
304 TestSession(QuicConnection* connection,
307 virtual ~TestSession();
319 DISALLOW_COPY_AND_ASSIGN(TestSession);
crypto_test_utils.cc 139 TestSession server_session(server_conn, QuicConfig(), true);
172 TestSession client_session(client_conn, QuicConfig(), false);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
session_unittest.cc     [all...]

Completed in 821 milliseconds