Lines Matching refs:CookieMap
87 // CookieMap is the central data structure of the CookieMonster. It
107 typedef std::multimap<std::string, CanonicalCookie*> CookieMap;
108 typedef std::pair<CookieMap::iterator, CookieMap::iterator> CookieMapItPair;
109 typedef std::vector<CookieMap::iterator> CookieItVector;
119 // CookieMap typedef. So, e.g., the maximum number of cookies allowed for
489 // Checks for any duplicate cookies for CookieMap key |key| which lie between
493 CookieMap::iterator begin,
494 CookieMap::iterator end);
514 // the CookieMap typedef for details.
523 CookieMap::iterator InternalInsertCookie(const std::string& key,
548 void InternalDeleteCookie(CookieMap::iterator it, bool sync_to_store,
551 // If the number of cookies for CookieMap key |key|, or globally, are
566 std::vector<CookieMap::iterator>* cookie_its);
576 // See comment on keys before the CookieMap typedef.
619 CookieMap cookies_;