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

  /external/chromium_org/net/disk_cache/simple/
simple_entry_operation.cc 150 bool optimistic,
164 optimistic,
250 const bool optimistic = false; local
264 optimistic,
322 bool optimistic,
336 optimistic_(optimistic),
simple_entry_operation.h 67 bool optimistic,
109 bool optimistic() const { return optimistic_; } function in class:disk_cache::SimpleEntryOperation
125 bool optimistic,
simple_entry_impl.cc 431 // We can only do optimistic Write if there is no pending operations, so
437 const bool optimistic = local
443 if (!optimistic) {
470 optimistic,
    [all...]

Completed in 92 milliseconds