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

  /external/chromium_org/net/disk_cache/v3/
backend_impl_v3.h 216 EntryImpl* OpenFollowingEntry(bool forward, void** iter);
backend_impl_v3.cc 1041 EntryImpl* BackendImpl::OpenFollowingEntry(bool forward, void** iter) {
    [all...]
  /external/chromium/net/disk_cache/
backend_impl.h 294 EntryImpl* OpenFollowingEntry(bool forward, void** iter);
backend_impl.cc 795 return OpenFollowingEntry(true, iter);
799 return OpenFollowingEntry(false, iter);
    [all...]
  /external/chromium_org/net/disk_cache/
backend_impl.h 307 EntryImpl* OpenFollowingEntry(bool forward, void** iter);
backend_impl.cc 606 return OpenFollowingEntry(true, iter);
610 return OpenFollowingEntry(false, iter);
    [all...]

Completed in 2900 milliseconds