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

  /external/chromium/base/
observer_list_unittest.cc 39 Disrupter(ObserverList<Foo>* list, Foo* doomed)
40 : list_(list), doomed_(doomed) { }
52 ThreadSafeDisrupter(ObserverListThreadSafe<Foo>* list, Foo* doomed)
53 : list_(list), doomed_(doomed) { }
  /external/chromium/net/http/
http_cache.h 167 bool doomed; member in struct:net::HttpCache::ActiveEntry
193 // Closes a previously doomed entry.
196 // Returns an entry that is currently in use and not doomed, or NULL.
230 // Destroys an ActiveEntry (active or doomed).
253 // list of an entry (NewEntry, active or doomed entry).
291 // The set of doomed entries.
http_cache.cc 45 doomed(false) {
334 // We keep track of doomed entries so that we can ensure that they are
339 entry->doomed = true;
370 DCHECK(entry->doomed);
476 if (entry->doomed) {
494 DCHECK(!entry->doomed);
532 // use (since any existing entry should have already been doomed).

Completed in 61 milliseconds