Searched refs:GetRandomGenerator (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_connection_helper.h41 virtual QuicRandom* GetRandomGenerator() OVERRIDE;
H A Dquic_connection_helper.cc110 QuicRandom* QuicConnectionHelper::GetRandomGenerator() { function in class:net::QuicConnectionHelper
H A Dquic_server.cc56 crypto_config_.AddDefaultConfig(helper_.GetRandomGenerator(),
H A Dquic_connection_helper_test.cc49 TEST_F(QuicConnectionHelperTest, GetRandomGenerator) {
50 EXPECT_EQ(&random_generator_, helper_.GetRandomGenerator());
H A Dquic_connection.h222 virtual QuicRandom* GetRandomGenerator() = 0;
H A Dquic_connection.cc198 random_generator_(helper->GetRandomGenerator()),
H A Dquic_connection_test.cc257 virtual QuicRandom* GetRandomGenerator() OVERRIDE {
/external/chromium_org/net/tools/quic/
H A Dquic_epoll_connection_helper.h40 virtual QuicRandom* GetRandomGenerator() OVERRIDE;
H A Dquic_epoll_connection_helper.cc78 QuicRandom* QuicEpollConnectionHelper::GetRandomGenerator() { function in class:net::tools::QuicEpollConnectionHelper
H A Dquic_epoll_connection_helper_test.cc51 TEST_F(QuicEpollConnectionHelperTest, GetRandomGenerator) {
52 QuicRandom* random = helper_.GetRandomGenerator();
/external/chromium_org/net/quic/test_tools/
H A Dquic_test_utils.cc212 QuicRandom* MockHelper::GetRandomGenerator() { function in class:net::test::MockHelper
H A Dquic_test_utils.h259 virtual QuicRandom* GetRandomGenerator() OVERRIDE;

Completed in 1692 milliseconds