Home
last modified time | relevance | path

Searched refs:GetSessionList (Results 1 – 2 of 2) sorted by relevance

/external/chromium/net/flip/
Dflip_session_pool.cc24 FlipSessionList* list = GetSessionList(domain); in Get()
49 FlipSessionList* list = GetSessionList(domain); in GetFlipSessionFromSocket()
61 if (GetSessionList(domain)) in HasSession()
68 FlipSessionList* list = GetSessionList(domain); in Remove()
82 FlipSessionPool::GetSessionList(const std::string& domain) { in GetSessionList() function in net::FlipSessionPool
90 FlipSessionPool::GetSessionList(const std::string& domain) const { in GetSessionList() function in net::FlipSessionPool
98 FlipSessionList* list = GetSessionList(domain); in RemoveSessionList()
Dflip_session_pool.h64 FlipSessionList* GetSessionList(const std::string& domain);
65 const FlipSessionList* GetSessionList(const std::string& domain) const;