HomeSort by relevance Sort by last modified time
    Searched refs:spdy_settings_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/net/spdy/
spdy_session_pool.h 97 SpdySettingsStorage* mutable_spdy_settings() { return &spdy_settings_; }
98 const SpdySettingsStorage& spdy_settings() const { return spdy_settings_; }
160 SpdySettingsStorage spdy_settings_; member in class:net::SpdySessionPool
spdy_session_pool.cc 95 spdy_session = new SpdySession(host_port_proxy_pair, this, &spdy_settings_,
120 *spdy_session = new SpdySession(host_port_proxy_pair, this, &spdy_settings_,
spdy_session.h 436 SpdySettingsStorage* const spdy_settings_; member in class:net::SpdySession
spdy_session.cc 253 spdy_settings_(spdy_settings),
    [all...]

Completed in 301 milliseconds