Lines Matching refs: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
318 // See comment on keys before the CookieMap typedef.
510 // Checks for any duplicate cookies for CookieMap key |key| which lie between
514 CookieMap::iterator begin,
515 CookieMap::iterator end);
535 // the CookieMap typedef for details.
544 CookieMap::iterator InternalInsertCookie(const std::string& key,
569 void InternalDeleteCookie(CookieMap::iterator it, bool sync_to_store,
572 // If the number of cookies for CookieMap key |key|, or globally, are
587 std::vector<CookieMap::iterator>* cookie_its);
636 CookieMap cookies_;