Lines Matching defs:set
49 #include <set>
299 // In Mozilla if you set a cookie like AAAA, it will have an empty token
1272 // Cookieable Schemes must be set before first use of function.
1351 std::set<CanonicalCookie*> matching_cookies;
1591 // Set of cookies ordered by creation time.
1592 typedef std::set<CookieMap::iterator, OrderByCreationTimeDesc> CookieSet;
1609 CookieSet& set = equivalent_cookies[signature];
1612 if (!set.empty())
1617 bool insert_success = set.insert(it).second;
1691 // than in the set path as many websites won't set cookies, and we
1727 // Add this cookie to the set of matching cookies. Update the access
1842 // if a cookie was set, in the common case it will be used soon after,
2014 // Set access day to the oldest cookie that wasn't deleted.
2248 // set cookies that result in the same system time. When this happens, we