/external/chromium_org/components/translate/core/browser/ |
translate_language_list.h | 34 base::Time last_updated() { return last_updated_; } function in class:translate::TranslateLanguageList
|
/external/chromium_org/chrome/browser/ui/webui/translate_internals/ |
translate_internals_handler.cc | 217 base::Time last_updated = local 232 dict.Set("last_updated", 233 new base::FundamentalValue(last_updated.ToJsTime()));
|
/external/chromium_org/chrome/browser/history/ |
thumbnail_database_unittest.cc | 81 // [id], [icon_id], [last_updated], [image_data], [width], and [height]. 394 base::Time last_updated = base::Time::Now(); local 395 db.AddFaviconBitmap(id, favicon1, last_updated, kSmallSize); 396 db.AddFaviconBitmap(id, favicon2, last_updated, kLargeSize); [all...] |
history_backend.cc | 1583 base::Time last_updated; local 2122 base::Time last_updated; local [all...] |
history_backend_unittest.cc | 2450 base::Time last_updated = base::Time::FromTimeT(0); local [all...] |
/external/chromium_org/components/history/core/browser/ |
history_types.h | 511 base::Time last_updated; member in struct:history::FaviconBitmap
|