Searched refs:last_modified_ (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/content/public/browser/
H A Dindexed_db_info.cc16 last_modified_(last_modified),
H A Dindexed_db_info.h25 base::Time last_modified_; member in class:content::IndexedDBInfo
H A Ddownload_url_parameters.h72 last_modified_ = last_modified;
108 const std::string& last_modified() const { return last_modified_; }
147 std::string last_modified_; member in class:content::DownloadUrlParameters
/external/chromium_org/base/files/
H A Dfile_path_watcher_win.cc80 Time last_modified_; member in class:base::__anon2255::FilePathWatcherImpl
83 // |last_modified_| time stamp.
102 last_modified_ = file_info.last_modified;
169 } else if (file_exists && (last_modified_.is_null() ||
170 last_modified_ != file_info.last_modified)) {
171 last_modified_ = file_info.last_modified;
174 } else if (file_exists && last_modified_ == file_info.last_modified &&
195 } else if (!file_exists && !last_modified_.is_null()) {
196 last_modified_ = Time();
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_blob_info.h45 const base::Time& last_modified() const { return last_modified_; }
66 base::Time last_modified_; // Only for File; valid only if size is. member in class:content::IndexedDBBlobInfo
H A Dindexed_db_blob_info.cc73 last_modified_ = time;
H A Dindexed_db_backing_store.h178 base::Time last_modified() const { return last_modified_; }
186 base::Time last_modified_; member in class:content::IndexedDBBackingStore::Transaction::WriteDescriptor
H A Dindexed_db_backing_store.cc4302 last_modified_(last_modified) {
/external/chromium_org/third_party/zlib/google/
H A Dzip_reader.h80 base::Time last_modified() const { return last_modified_; }
92 base::Time last_modified_; member in class:zip::ZipReader::EntryInfo
H A Dzip_reader.cc65 last_modified_ = base::Time::FromLocalExploded(exploded_time);
68 last_modified_ = base::Time::UnixEpoch();
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_synchronous_entry.h50 base::Time last_modified() const { return last_modified_; }
53 last_modified_ = last_modified;
68 base::Time last_modified_; member in class:disk_cache::SimpleEntryStat
H A Dsimple_entry_impl.cc179 last_modified_(last_used_),
334 return last_modified_;
687 SimpleEntryStat(last_used_, last_modified_, data_size_,
726 // |last_modified_| yet, we make this approximation.
727 last_used_ = last_modified_ = base::Time::Now();
736 SimpleEntryStat(last_used_, last_modified_, data_size_,
784 SimpleEntryStat(last_used_, last_modified_, data_size_,
865 new SimpleEntryStat(last_used_, last_modified_, data_size_,
949 new SimpleEntryStat(last_used_, last_modified_, data_size_,
959 // |last_modified_| ye
[all...]
H A Dsimple_entry_impl.h319 // |last_used_|, |last_modified_| and |data_size_| are copied from the
323 base::Time last_modified_; member in class:disk_cache::SimpleEntryImpl
H A Dsimple_synchronous_entry.cc128 last_modified_(last_modified),
/external/chromium_org/net/disk_cache/memory/
H A Dmem_entry_impl.cc80 last_modified_ = current;
177 return last_modified_;
536 last_modified_ = current;
573 last_modified_ = current;
H A Dmem_entry_impl.h173 base::Time last_modified_; // LRU information. member in class:disk_cache::MemEntryImpl
/external/chromium_org/chrome/browser/ui/webui/
H A Dcookies_tree_model_util.cc201 base::TimeFormatFriendlyDateAndTime(indexed_db_info.last_modified_)));

Completed in 1617 milliseconds