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

  /external/chromium/net/disk_cache/
entry_impl.h 97 bool IsDirty(int32 current_id);
entry_impl.cc 120 int current_id = backend_->GetCurrentEntryId(); local
121 node_.Data()->dirty = current_id == 1 ? -1 : current_id - 1;
548 bool EntryImpl::IsDirty(int32 current_id) {
555 return node_.Data()->dirty && current_id != node_.Data()->dirty;

Completed in 198 milliseconds