Home | History | Annotate | Download | only in browser

Lines Matching defs:globals_

43     globals_.http_server_properties.reset(new net::HttpServerPropertiesImpl());
48 field_trial_params_, &globals_);
52 IOThreadPeer::InitializeNetworkSessionParamsFromGlobals(globals_, params);
56 IOThread::Globals globals_;
62 globals_.quic_connection_options.push_back(net::kPACE);
63 globals_.quic_connection_options.push_back(net::kTBBR);
64 globals_.quic_connection_options.push_back(net::kTIME);
68 EXPECT_EQ(globals_.quic_connection_options,
74 IOThreadPeer::ConfigureSpdyFromTrial("SpdyDisabled", &globals_);
80 IOThreadPeer::ConfigureSpdyFromTrial("Control", &globals_);
81 EXPECT_THAT(globals_.next_protos,
86 globals_.use_alternate_protocols.CopyToIfSet(&use_alternate_protocols);
92 IOThreadPeer::ConfigureSpdyFromTrial("Spdy4Enabled", &globals_);
93 EXPECT_THAT(globals_.next_protos,
99 globals_.use_alternate_protocols.CopyToIfSet(&use_alternate_protocols);
105 IOThreadPeer::ConfigureSpdyFromTrial("Spdy4Control", &globals_);
106 EXPECT_THAT(globals_.next_protos,
111 globals_.use_alternate_protocols.CopyToIfSet(&use_alternate_protocols);