HomeSort by relevance Sort by last modified time
    Searched defs:update_time (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/ui/app_list/search/
history_data.h 49 base::Time update_time; member in struct:app_list::HistoryData::Data
history_data.cc 20 EntrySortData() : query(NULL), update_time(NULL) {}
22 const base::Time* update_time)
24 update_time(update_time) {
28 const base::Time* update_time; member in struct:app_list::__anon9580::EntrySortData
33 return *entry1.update_time < *entry2.update_time;
59 data.update_time = base::Time::Now();
62 store_->SetUpdateTime(query, data.update_time);
69 data.update_time = base::Time::Now()
    [all...]
  /external/chromium_org/google_apis/drive/
gdata_wapi_parser_unittest.cc 28 base::Time update_time; local
30 &update_time));
34 EXPECT_EQ(update_time, feed->updated_time());
  /external/chromium_org/content/browser/appcache/
appcache.h 106 base::Time update_time() const { return update_time_; } function in class:content::AppCache
appcache_database.h 66 base::Time update_time; member in struct:content::AppCacheDatabase::CacheRecord
  /external/chromium_org/chrome/browser/history/android/
android_provider_backend_unittest.cc 1402 SearchRow update_time; local
    [all...]
  /external/chromium_org/chrome/browser/task_manager/
task_manager.cc 1173 base::TimeDelta update_time = local
    [all...]

Completed in 662 milliseconds