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

  /external/chromium_org/webkit/browser/appcache/
appcache.h 92 if (update_time_ > cache->update_time_)
96 if (update_time_ == cache->update_time_)
102 base::Time update_time() const { return update_time_; }
106 void set_update_time(base::Time ticks) { update_time_ = ticks; }
188 base::Time update_time_; member in class:appcache::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 62 milliseconds