HomeSort by relevance Sort by last modified time
    Searched defs:DoomEntriesBetween (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/disk_cache/
mem_backend_impl.cc 181 bool MemBackendImpl::DoomEntriesBetween(const Time initial_time,
207 int MemBackendImpl::DoomEntriesBetween(const base::Time initial_time,
210 if (DoomEntriesBetween(initial_time, end_time))
backend_impl.cc 527 bool BackendImpl::DoomEntriesBetween(const Time initial_time,
563 int BackendImpl::DoomEntriesBetween(const base::Time initial_time,
566 if (DoomEntriesBetween(initial_time, end_time))
    [all...]

Completed in 747 milliseconds