Searched refs:GetLastUsed (Results 1 – 12 of 12) sorted by relevance
254 if (node->GetLastUsed() < initial_time) in DoomEntriesBetween()257 if (node->GetLastUsed() < end_time) in DoomEntriesBetween()270 if (!entry || entry->GetLastUsed() < initial_time) in DoomEntriesSince()
155 virtual base::Time GetLastUsed() const = 0;
98 virtual base::Time GetLastUsed() const;
142 virtual base::Time GetLastUsed() const;
609 if (node->GetLastUsed() >= initial_time && in SyncDoomEntriesBetween()610 node->GetLastUsed() < end_time) { in SyncDoomEntriesBetween()612 } else if (node->GetLastUsed() < initial_time) { in SyncDoomEntriesBetween()639 if (initial_time > entry->GetLastUsed()) { in SyncDoomEntriesSince()1720 access_times[i] = entries[i]->GetLastUsed(); in OpenFollowingEntry()
566 EXPECT_TRUE(entry->GetLastModified() == entry->GetLastUsed()); in GetTimes()577 EXPECT_TRUE(entry->GetLastModified() == entry->GetLastUsed()); in GetTimes()586 EXPECT_TRUE(entry->GetLastUsed() < t2); in GetTimes()589 EXPECT_TRUE(entry->GetLastUsed() >= t3); in GetTimes()1234 EXPECT_TRUE(initial < entry->GetLastUsed()); in DoomedEntry()
155 Time MemEntryImpl::GetLastUsed() const { in GetLastUsed() function in disk_cache::MemEntryImpl
231 CACHE_UMA(AGE, "TrimAge", 0, entry->GetLastUsed()); in ReportTrimTimes()
862 last_used[count] = entry->GetLastUsed(); in BackendEnumerations()879 EXPECT_TRUE(last_used[count] == entry->GetLastUsed()); in BackendEnumerations()
775 Time EntryImpl::GetLastUsed() const { in GetLastUsed() function in disk_cache::EntryImpl
807 msg.long_arg2 = entry_->GetLastUsed().ToInternalValue(); in DoGetUseTimes()
101 virtual Time GetLastUsed() const { in GetLastUsed() function in __anon01b053950111::MockDiskEntry