Home
last modified time | relevance | path

Searched refs:spdy_settings (Results 1 – 4 of 4) sorted by relevance

/external/chromium/net/spdy/
Dspdy_session_pool.h98 const SpdySettingsStorage& spdy_settings() const { return spdy_settings_; } in spdy_settings() function
Dspdy_session.h59 SpdySettingsStorage* spdy_settings,
Dspdy_session.cc244 SpdySettingsStorage* spdy_settings, in SpdySession() argument
253 spdy_settings_(spdy_settings), in SpdySession()
Dspdy_network_transaction_unittest.cc4208 EXPECT_TRUE(spdy_session_pool->spdy_settings().Get(host_port_pair).empty()); in TEST_P()
4270 spdy_session_pool->spdy_settings().Get(host_port_pair); in TEST_P()
4317 EXPECT_TRUE(spdy_session_pool->spdy_settings().Get(host_port_pair).empty()); in TEST_P()
4339 EXPECT_EQ(2u, spdy_session_pool->spdy_settings().Get(host_port_pair).size()); in TEST_P()
4343 spdy_session_pool->spdy_settings().Get(host_port_pair); in TEST_P()
4383 spdy_session_pool->spdy_settings().Get(host_port_pair); in TEST_P()