Home | History | Annotate | Download | only in base

Lines Matching refs:CookieMap

68   // CookieMap is the central data structure of the CookieMonster.  It
98 typedef std::multimap<std::string, CanonicalCookie*> CookieMap;
99 typedef std::pair<CookieMap::iterator, CookieMap::iterator> CookieMapItPair;
193 // before CookieMap and Garbage collection constants for details. This
311 // CookieMap typedef. So, e.g., the maximum number of cookies allowed for
364 CookieMap key |key| which lie between
368 CookieMap::iterator begin,
369 CookieMap::iterator end);
389 // the CookieMap typedef for details.
421 void InternalDeleteCookie(CookieMap::iterator it, bool sync_to_store,
424 // If the number of cookies for CookieMap key |key|, or globally, are
439 std::vector<CookieMap::iterator>* cookie_its);
448 std::vector<CookieMap::iterator>& cookie_its);
451 // See comment on keys before the CookieMap typedef.
484 CookieMap cookies_;