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.h97 SpdySettingsStorage* mutable_spdy_settings() { return &spdy_settings_; } in mutable_spdy_settings()
98 const SpdySettingsStorage& spdy_settings() const { return spdy_settings_; } in spdy_settings()
160 SpdySettingsStorage spdy_settings_; variable
Dspdy_session_pool.cc95 spdy_session = new SpdySession(host_port_proxy_pair, this, &spdy_settings_, in Get()
120 *spdy_session = new SpdySession(host_port_proxy_pair, this, &spdy_settings_, in GetSpdySessionFromSocket()
Dspdy_session.cc253 spdy_settings_(spdy_settings), in SpdySession()
1389 spdy_settings_->Set(host_port_pair(), settings); in OnSettings()
1470 spdy::SpdySettings settings = spdy_settings_->Get(host_port_pair()); in SendSettings()
1489 spdy_settings_->Set(host_port_pair(), settings); in SendSettings()
1645 const spdy::SpdySettings& settings = spdy_settings_->Get(host_port_pair()); in RecordHistograms()
Dspdy_session.h436 SpdySettingsStorage* const spdy_settings_; variable