HomeSort by relevance Sort by last modified time
    Searched refs:CreationDate (Results 1 - 9 of 9) sorted by null

  /external/chromium/net/base/
cookie_monster_store_test.cc 120 int64 creation_time = cookie.CreationDate().ToInternalValue();
127 int64 creation_time = cookie.CreationDate().ToInternalValue();
134 int64 creation_time = cookie.CreationDate().ToInternalValue();
cookie_monster.cc 90 return a->second->CreationDate() > b->second->CreationDate();
107 return cc1->CreationDate() < cc2->CreationDate();
119 // older cookies over newer ones. CreationDate() is guaranteed to be unique.
120 return it1->second->CreationDate() < it2->second->CreationDate();
655 if (cc->CreationDate() >= delete_begin &&
656 (delete_end.is_null() || cc->CreationDate() < delete_end)) {
708 if (its.first->second->CreationDate() == cookie.CreationDate())
    [all...]
cookie_monster.h 576 const base::Time& CreationDate() const { return creation_date_; }
    [all...]
cookie_monster_unittest.cc     [all...]
  /external/chromium/chrome/browser/net/
sqlite_persistent_cookie_store.cc 274 cc->CreationDate() > Time::Now()) << L"CreationDate too recent";
488 add_smt.BindInt64(0, po->cc().CreationDate().ToInternalValue());
506 po->cc().CreationDate().ToInternalValue());
516 del_smt.BindInt64(0, po->cc().CreationDate().ToInternalValue());
  /frameworks/av/libvideoeditor/vss/common/inc/
M4WRITER_common.h 189 M4OSA_Char* CreationDate;
  /external/chromium/chrome/browser/ui/webui/
cookies_tree_model_util.cc 98 base::TimeFormatFriendlyDateAndTime(cookie.CreationDate())));
  /external/chromium/chrome/browser/ui/views/
cookie_info_view.cc 66 base::TimeFormatFriendlyDateAndTime(cookie.CreationDate()));
  /external/chromium/chrome/browser/ui/gtk/
gtk_chrome_cookie_view.cc 478 cookie.CreationDate())).c_str());

Completed in 352 milliseconds