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

  /external/chromium_org/chrome/browser/ui/webui/quota_internals/
quota_internals_types.h 94 last_modified_time_ = last_modified_time;
108 base::Time last_modified_time_; member in class:quota_internals::PerOriginStorageInfo
quota_internals_types.cc 95 if (!last_modified_time_.is_null()) {
97 last_modified_time_.ToDoubleT() * 1000.0);
  /external/chromium/base/
file_util_proxy.cc 611 last_modified_time_(last_modified_time) {
616 if (!base::TouchPlatformFile(file_, last_access_time_, last_modified_time_))
623 base::Time last_modified_time_; member in class:__anon4067::RelayTouch
635 last_modified_time_(last_modified_time) {
641 file_path_, last_access_time_, last_modified_time_))
648 base::Time last_modified_time_; member in class:__anon4067::RelayTouchFilePath
  /external/chromium_org/content/browser/download/
download_item_impl.cc 128 last_modified_time_(last_modified),
178 last_modified_time_(info.last_modified),
568 return last_modified_time_;
833 (current_path_.empty() || (etag_.empty() && last_modified_time_.empty()));
    [all...]
download_item_impl.h 464 std::string last_modified_time_; member in class:content::DownloadItemImpl

Completed in 86 milliseconds