Home | History | Annotate | Download | only in spdy

Lines Matching defs:SpdySessionPool

38 size_t SpdySessionPool::g_max_sessions_per_domain = kMaxSessionsPerDomain;
39 bool SpdySessionPool::g_force_single_domain = false;
40 bool SpdySessionPool::g_enable_ip_pooling = true;
42 SpdySessionPool::SpdySessionPool(HostResolver* resolver,
52 SpdySessionPool::~SpdySessionPool() {
61 scoped_refptr<SpdySession> SpdySessionPool::Get(
109 net::Error SpdySessionPool::GetSpdySessionFromSocket(
138 bool SpdySessionPool::HasSession(
149 void SpdySessionPool::Remove(const scoped_refptr<SpdySession>& session) {
163 Value* SpdySessionPool::SpdySessionPoolInfoToValue() const {
178 void SpdySessionPool::OnIPAddressChanged() {
182 void SpdySessionPool::OnSSLConfigChanged() {
186 scoped_refptr<SpdySession> SpdySessionPool::GetExistingSession(
200 scoped_refptr<SpdySession> SpdySessionPool::GetFromAlias(
252 void SpdySessionPool::OnUserCertAdded(const X509Certificate* cert) {
256 void SpdySessionPool::OnCertTrustChanged(const X509Certificate* cert) {
264 const HostPortProxyPair& SpdySessionPool::NormalizeListPair(
278 SpdySessionPool::SpdySessionList*
279 SpdySessionPool::AddSessionList(
283 SpdySessionPool::SpdySessionList* list = new SpdySessionList();
298 SpdySessionPool::SpdySessionList*
299 SpdySessionPool::GetSessionList(
308 void SpdySessionPool::RemoveSessionList(
321 bool SpdySessionPool::LookupAddresses(const HostPortProxyPair& pair,
334 void SpdySessionPool::AddAliases(const AddressList& addresses,
356 void SpdySessionPool::RemoveAliases(const HostPortProxyPair& pair) {
370 void SpdySessionPool::CloseAllSessions() {
382 void SpdySessionPool::CloseCurrentSessions() {
411 void SpdySessionPool::CloseIdleSessions() {