OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestSession
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/net/tools/quic/test_tools/
quic_test_utils.cc
66
TestSession
::
TestSession
(QuicConnection* connection,
72
TestSession
::~
TestSession
() {}
74
void
TestSession
::SetCryptoStream(QuicCryptoStream* stream) {
78
QuicCryptoStream*
TestSession
::GetCryptoStream() {
quic_test_utils.h
95
class
TestSession
: public QuicSession {
97
TestSession
(QuicConnection* connection, const QuicConfig& config);
98
virtual ~
TestSession
();
109
DISALLOW_COPY_AND_ASSIGN(
TestSession
);
/external/chromium_org/net/quic/
quic_crypto_server_stream_test.cc
105
TestSession
session_;
140
scoped_ptr<
TestSession
> client_session(
141
new
TestSession
(client_conn, client_config));
154
scoped_ptr<
TestSession
> server_session(new
TestSession
(server_conn, config_));
176
client_session.reset(new
TestSession
(client_conn, client_config));
177
server_session.reset(new
TestSession
(server_conn, config_));
quic_crypto_client_stream_test.cc
28
session_(new
TestSession
(connection_, DefaultQuicConfig())),
46
scoped_ptr<
TestSession
> session_;
118
session_.reset(new
TestSession
(connection_, DefaultQuicConfig()));
quic_session_test.cc
91
class
TestSession
: public QuicSession {
93
explicit
TestSession
(QuicConnection* connection)
173
TestSession
session_;
398
TestSession
session(connection);
438
TestSession
session(connection);
/external/chromium_org/net/quic/test_tools/
quic_test_utils.cc
301
TestSession
::
TestSession
(QuicConnection* connection,
307
TestSession
::~
TestSession
() {}
309
void
TestSession
::SetCryptoStream(QuicCryptoStream* stream) {
313
QuicCryptoStream*
TestSession
::GetCryptoStream() {
quic_test_utils.h
344
class
TestSession
: public QuicSession {
346
TestSession
(QuicConnection* connection, const QuicConfig& config);
347
virtual ~
TestSession
();
358
DISALLOW_COPY_AND_ASSIGN(
TestSession
);
crypto_test_utils.cc
137
TestSession
server_session(server_conn, DefaultQuicConfig());
165
TestSession
client_session(client_conn, DefaultQuicConfig());
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
session_unittest.cc
[
all
...]
Completed in 57 milliseconds