Lines Matching defs:CookieMap
88 // CookieMap is the central data structure of the CookieMonster. It
108 typedef std::multimap<std::string, CanonicalCookie*> CookieMap;
109 typedef std::pair<CookieMap::iterator, CookieMap::iterator> CookieMapItPair;
110 typedef std::vector<CookieMap::iterator> CookieItVector;
120 // CookieMap typedef. So, e.g., the maximum number of cookies allowed for
319 // See comment on keys before the CookieMap typedef.
511 // Checks for any duplicate cookies for CookieMap key |key| which lie between
515 CookieMap::iterator begin,
516 CookieMap::iterator end);
536 // the CookieMap typedef for details.
545 CookieMap::iterator InternalInsertCookie(const std::string& key,
570 void InternalDeleteCookie(CookieMap::iterator it, bool sync_to_store,
573 // If the number of cookies for CookieMap key |key|, or globally, are
588 std::vector<CookieMap::iterator>* cookie_its);
637 CookieMap cookies_;