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

  /external/chromium_org/content/browser/appcache/
appcache.h 96 if (update_time_ > cache->update_time_)
100 if (update_time_ == cache->update_time_)
106 base::Time update_time() const { return update_time_; }
110 void set_update_time(base::Time ticks) { update_time_ = ticks; }
193 base::Time update_time_; member in class:content::AppCache
appcache.cc 159 update_time_ = cache_record.update_time;
204 cache_record->update_time = update_time_;
appcache_update_job_unittest.cc     [all...]

Completed in 107 milliseconds