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

  /external/chromium_org/content/public/common/
appcache_info.h 37 base::Time last_update_time; member in struct:content::AppCacheInfo
  /device/htc/flounder/health/
healthd-flounder.cpp 49 static long last_update_time; variable
158 uptime = last_update_time;
169 last_update_time = uptime;
198 if (uptime > last_update_time &&
199 uptime - last_update_time <= UPDATE_PERIOD_MINIMUM_S) {
214 uptime > last_update_time &&
215 uptime - last_update_time <= UPDATE_PERIOD_MINIMUM_S) {
232 last_update_time = uptime;
  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_settings_unittest.cc 163 int64 last_update_time; local
168 &last_update_time);
171 EXPECT_EQ(last_update_time_.ToInternalValue(), last_update_time);
177 int64 last_update_time; local
183 &last_update_time);
192 EXPECT_EQ(last_update_time_.ToInternalValue(), last_update_time);
198 &last_update_time);
208 &last_update_time);
218 &last_update_time);
data_reduction_proxy_settings.cc 492 int64* last_update_time) {
506 *last_update_time = 0L;
520 *last_update_time =
data_reduction_proxy_settings.h 165 int64* last_update_time);
  /external/chromium_org/components/gcm_driver/
gcm_account_mapper.h 85 bool CanTriggerUpdate(const base::Time& last_update_time) const;
gcm_account_mapper.cc 314 const base::Time& last_update_time) const {
315 return last_update_time +
  /external/chromium_org/content/common/
appcache_messages.h 22 IPC_STRUCT_TRAITS_MEMBER(last_update_time)
  /external/chromium_org/content/child/appcache/
web_application_cache_host_impl.cc 299 info->updateTime = cache_info_.last_update_time.ToDoubleT();
  /external/chromium_org/content/browser/appcache/
view_appcache_internals_job.cc 139 base::UTF16ToUTF8(TimeFormatFriendlyDateAndTime(info->last_update_time)),
517 appcache_info_.last_update_time =
appcache_host.cc 38 info->last_update_time = cache->update_time();
appcache_storage_impl.cc 378 info.last_update_time = cache_record.update_time;
    [all...]

Completed in 336 milliseconds