Searched refs:spdy_settings_ (Results 1 – 4 of 4) sorted by relevance
97 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
95 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()
253 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()
436 SpdySettingsStorage* const spdy_settings_; variable