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

  /external/chromium_org/chrome/browser/translate/
translate_language_list.h 30 base::Time last_updated() { return last_updated_; } function in class:TranslateLanguageList
translate_manager.cc 127 return GetInstance()->language_list_->last_updated();
  /external/chromium/chrome/browser/history/
thumbnail_database.h 122 base::Time* last_updated,
thumbnail_database.cc 168 "ALTER TABLE thumbnails ADD last_updated INTEGER DEFAULT 0",
205 "last_updated INTEGER DEFAULT 0,"
258 "(url_id, boring_score, good_clipping, at_top, last_updated, data) "
342 "SELECT boring_score, good_clipping, at_top, last_updated "
352 base::Time last_updated = local
355 current_at_top, last_updated);
369 "UPDATE favicons SET image_data=?, last_updated=? WHERE id=?"));
380 "UPDATE favicons SET image_data=NULL, last_updated=? WHERE id=?"));
393 "UPDATE favicons SET last_updated=? WHERE id=?"));
423 base::Time* last_updated,
    [all...]
history_backend.cc 1713 Time last_updated; local
1745 Time last_updated; local
    [all...]
expire_history_backend_unittest.cc 316 Time last_updated;
319 return thumb_db_->GetFavicon(favicon_id, &last_updated, &icon_data_unused,
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
api_util_interface.h 53 const base::Time& last_updated,
  /external/chromium_org/chrome/browser/ui/webui/translate_internals/
translate_internals_handler.cc 177 base::Time last_updated = local
192 dict.Set("last_updated",
193 new base::FundamentalValue(last_updated.ToJsTime()));
  /external/chromium_org/chrome/browser/history/
thumbnail_database_unittest.cc 157 favicon_bitmap1.last_updated.ToInternalValue());
167 favicon_bitmap2.last_updated.ToInternalValue());
307 "last_updated INTEGER DEFAULT 0,"
348 "last_updated INTEGER DEFAULT 0,"
377 "last_updated INTEGER DEFAULT 0,"
385 int64 last_updated = Time::Now().ToInternalValue(); local
392 "INSERT INTO favicons (id, url, last_updated, image_data, icon_type, "
396 statement.BindInt64(2, last_updated);
415 "SELECT icon_id, last_updated, image_data, width, height "
419 EXPECT_EQ(last_updated, statement.ColumnInt64(1))
538 base::Time last_updated = base::Time::Now(); local
    [all...]
thumbnail_database.cc 67 // last_updated The time at which this favicon was inserted into the
484 "ALTER TABLE thumbnails ADD last_updated INTEGER DEFAULT 0",
547 "last_updated INTEGER DEFAULT 0,"
618 "(url_id, boring_score, good_clipping, at_top, last_updated, data) "
681 "SELECT boring_score, good_clipping, at_top, last_updated "
691 base::Time last_updated = local
694 current_at_top, last_updated);
726 "SELECT id, last_updated, image_data, width, height FROM favicon_bitmaps "
739 favicon_bitmap.last_updated =
755 base::Time* last_updated,
    [all...]
thumbnail_database.h 128 base::Time* last_updated,
168 // Sets the the favicon as out of date. This will set |last_updated| for all
history_backend_unittest.cc 2164 base::Time last_updated = base::Time::FromTimeT(0); local
    [all...]
history_types.h 713 base::Time last_updated; member in struct:history::FaviconBitmap
history_backend.cc 2395 base::Time last_updated; local
    [all...]
  /external/chromium_org/chrome/browser/resources/translate_internals/
translate_internals.js 222 span.textContent = formatDate(new Date(details['last_updated']));

Completed in 169 milliseconds