HomeSort by relevance Sort by last modified time
    Searched defs:CreateIfSessionExists (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/quic/
quic_stream_factory_test.cc 68 static scoped_ptr<QuicHttpStream> CreateIfSessionExists(
74 return factory->CreateIfSessionExists(server_id, net_log);
127 scoped_ptr<QuicHttpStream> CreateIfSessionExists(
130 return QuicStreamFactoryPeer::CreateIfSessionExists(
146 EXPECT_EQ(NULL, CreateIfSessionExists(destination, net_log_).get());
188 EXPECT_EQ(NULL, CreateIfSessionExists(destination, net_log_).get());
221 TEST_P(QuicStreamFactoryTest, CreateIfSessionExists) {
222 EXPECT_EQ(NULL, CreateIfSessionExists(host_port_pair_, net_log_).get());
247 stream = CreateIfSessionExists(host_port_pair_, net_log_);
    [all...]
quic_stream_factory.cc 562 request->set_stream(CreateIfSessionExists(server_id, net_log));
599 request->set_stream(CreateIfSessionExists(server_id, net_log));
640 (*it)->set_stream(CreateIfSessionExists(job->server_id(),
662 scoped_ptr<QuicHttpStream> QuicStreamFactory::CreateIfSessionExists(
    [all...]

Completed in 46 milliseconds