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

  /external/chromium_org/base/files/
file.h 228 bool SetTimes(Time last_access_time, Time last_modified_time);
file_win.cc 231 bool File::SetTimes(Time last_access_time, Time last_modified_time) {
file_posix.cc 356 bool File::SetTimes(Time last_access_time, Time last_modified_time) {
file_unittest.cc 311 EXPECT_TRUE(file.SetTimes(new_last_accessed, new_last_modified));
  /external/chromium_org/net/disk_cache/v3/
entry_impl_v3.h 83 void SetTimes(base::Time last_used, base::Time last_modified);
entry_impl_v3.cc 425 void EntryImpl::SetTimes(base::Time last_used, base::Time last_modified) {
    [all...]
  /external/chromium/net/disk_cache/
entry_impl.h 122 void SetTimes(base::Time last_used, base::Time last_modified);
entry_impl.cc 681 void EntryImpl::SetTimes(base::Time last_used, base::Time last_modified) {
    [all...]
  /external/chromium/net/tools/dump_cache/
cache_dumper.cc 31 static_cast<disk_cache::EntryImpl*>(entry)->SetTimes(last_used,
  /external/chromium_org/net/disk_cache/
entry_impl.h 133 void SetTimes(base::Time last_used, base::Time last_modified);
entry_impl.cc 685 void EntryImpl::SetTimes(base::Time last_used, base::Time last_modified) {
    [all...]
  /external/chromium_org/net/tools/dump_cache/
cache_dumper.cc 36 static_cast<disk_cache::EntryImpl*>(entry)->SetTimes(last_used,

Completed in 150 milliseconds