Searched defs:SpdySessionKey (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/spdy/
H A Dspdy_session_key.cc11 SpdySessionKey::SpdySessionKey() : privacy_mode_(PRIVACY_MODE_DISABLED) { function in class:net::SpdySessionKey
14 SpdySessionKey::SpdySessionKey(const HostPortPair& host_port_pair, function in class:net::SpdySessionKey
19 DVLOG(1) << "SpdySessionKey(host=" << host_port_pair.ToString()
24 SpdySessionKey::SpdySessionKey(const HostPortProxyPair& host_port_proxy_pair, function in class:net::SpdySessionKey
28 DVLOG(1) << "SpdySessionKey(hppp=" << host_port_proxy_pair.first.ToString()
33 SpdySessionKey::~SpdySessionKey() {}
[all...]
H A Dspdy_session_key.h13 // SpdySessionKey is used as unique index for SpdySessionPool.
14 class NET_EXPORT_PRIVATE SpdySessionKey { class in namespace:net
16 SpdySessionKey();
17 SpdySessionKey(const HostPortPair& host_port_pair,
22 SpdySessionKey(const HostPortProxyPair& host_port_proxy_pair,
25 ~SpdySessionKey();
28 bool operator<(const SpdySessionKey& other) const;
31 bool Equals(const SpdySessionKey& other) const;

Completed in 484 milliseconds