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

  /external/chromium_org/net/disk_cache/simple/
simple_entry_impl.cc 181 synchronous_entry_(NULL),
527 DCHECK(!synchronous_entry_);
680 DCHECK(!synchronous_entry_);
719 DCHECK(!synchronous_entry_);
762 DCHECK(synchronous_entry_);
778 if (synchronous_entry_) {
781 base::Unretained(synchronous_entry_),
787 synchronous_entry_ = NULL;
866 base::Unretained(synchronous_entry_),
    [all...]
simple_entry_impl.h 112 // The state immediately after construction, but before |synchronous_entry_|
344 // The |synchronous_entry_| is the worker thread object that performs IO on
350 SimpleSynchronousEntry* synchronous_entry_; member in class:disk_cache::SimpleEntryImpl

Completed in 24 milliseconds