Searched refs:CreationDate (Results 1 – 9 of 9) sorted by relevance
120 int64 creation_time = cookie.CreationDate().ToInternalValue(); in AddCookie()127 int64 creation_time = cookie.CreationDate().ToInternalValue(); in UpdateCookieAccessTime()134 int64 creation_time = cookie.CreationDate().ToInternalValue(); in DeleteCookie()
90 return a->second->CreationDate() > b->second->CreationDate(); in operator ()()107 return cc1->CreationDate() < cc2->CreationDate(); in CookieSorter()120 return it1->second->CreationDate() < it2->second->CreationDate(); in LRUCookieSorter()655 if (cc->CreationDate() >= delete_begin && in DeleteAllCreatedBetween()656 (delete_end.is_null() || cc->CreationDate() < delete_end)) { in DeleteAllCreatedBetween()708 if (its.first->second->CreationDate() == cookie.CreationDate()) { in DeleteCanonicalCookie()884 int64 cookie_creation_time = (*it)->CreationDate().ToInternalValue(); in InitStore()
576 const base::Time& CreationDate() const { return creation_date_; } in CreationDate() function
1789 const int64 creation_date = it->CreationDate().ToInternalValue(); in TEST()1794 << it->CreationDate().ToInternalValue() in TEST()1800 it->CreationDate().ToInternalValue(), *it)); in TEST()1895 output->CreationDate().ToInternalValue()); in TEST()
274 cc->CreationDate() > Time::Now()) << L"CreationDate too recent"; in Load()488 add_smt.BindInt64(0, po->cc().CreationDate().ToInternalValue());506 po->cc().CreationDate().ToInternalValue());516 del_smt.BindInt64(0, po->cc().CreationDate().ToInternalValue());
98 base::TimeFormatFriendlyDateAndTime(cookie.CreationDate()))); in GetCookieTreeNodeDictionary()
66 base::TimeFormatFriendlyDateAndTime(cookie.CreationDate())); in SetCookie()
139 base::TimeFormatFriendlyDateAndTime(cookie->CreationDate())) retain]);
478 cookie.CreationDate())).c_str()); in gtk_chrome_cookie_view_display_cookie()