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

  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfEmbeddedFileParameterDictionary_autogen.cpp 23 SkPdfDate SkPdfEmbeddedFileParameterDictionary::CreationDate(SkPdfNativeDoc* doc) {
24 SkPdfNativeObject* ret = get("CreationDate", "");
32 return get("CreationDate", "") != NULL;
SkPdfDocumentInformationDictionary_autogen.cpp 83 SkPdfDate SkPdfDocumentInformationDictionary::CreationDate(SkPdfNativeDoc* doc) {
84 SkPdfNativeObject* ret = get("CreationDate", "");
92 return get("CreationDate", "") != NULL;
SkPdfDocumentInformationDictionary_autogen.h     [all...]
SkPdfEmbeddedFileParameterDictionary_autogen.h     [all...]
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfEmbeddedFileParameterDictionary_autogen.cpp 23 SkPdfDate SkPdfEmbeddedFileParameterDictionary::CreationDate(SkPdfNativeDoc* doc) {
24 SkPdfNativeObject* ret = get("CreationDate", "");
32 return get("CreationDate", "") != NULL;
SkPdfDocumentInformationDictionary_autogen.cpp 83 SkPdfDate SkPdfDocumentInformationDictionary::CreationDate(SkPdfNativeDoc* doc) {
84 SkPdfNativeObject* ret = get("CreationDate", "");
92 return get("CreationDate", "") != NULL;
SkPdfDocumentInformationDictionary_autogen.h     [all...]
SkPdfEmbeddedFileParameterDictionary_autogen.h     [all...]
  /external/chromium_org/net/cookies/
cookie_monster_store_test.cc 172 int64 creation_time = cookie.CreationDate().ToInternalValue();
179 int64 creation_time = cookie.CreationDate().ToInternalValue();
186 int64 creation_time = cookie.CreationDate().ToInternalValue();
cookie_monster.cc 135 return a->second->CreationDate() > b->second->CreationDate();
151 return cc1->CreationDate() < cc2->CreationDate();
163 // older cookies over newer ones. CreationDate() is guaranteed to be unique.
164 return it1->second->CreationDate() < it2->second->CreationDate();
    [all...]
canonical_cookie.h 78 const base::Time& CreationDate() const { return creation_date_; }
cookie_monster_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/ui/views/
cookie_info_view.cc 67 base::TimeFormatFriendlyDateAndTime(cookie.CreationDate()));
  /external/chromium_org/content/browser/net/
sqlite_persistent_cookie_store.cc 745 cc->CreationDate() > Time::Now()) << L"CreationDate too recent";
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
cookies_tree_model_util.cc 128 base::TimeFormatFriendlyDateAndTime(cookie.CreationDate())));
  /external/chromium_org/chrome/browser/prerender/
prerender_manager.cc     [all...]

Completed in 1090 milliseconds