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

  /external/chromium_org/mojo/public/cpp/bindings/
interface_ptr.h 43 State doomed; local
44 internal_state_.Swap(&doomed);
  /external/chromium_org/mojo/shell/
dbus_application_loader_linux.cc 177 LoadContext* doomed = it->second; local
180 delete doomed;
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8NPUtils.cpp 151 ExceptionHandlerInfo* doomed = topHandler; local
153 delete doomed;
  /external/chromium_org/third_party/webrtc/base/
messagequeue.h 215 // Internally posts a message which causes the doomed object to be deleted
216 template<class T> void Dispose(T* doomed) {
217 if (doomed) {
218 Post(NULL, MQID_DISPOSE, new DisposeData<T>(doomed));
  /external/chromium_org/base/
observer_list_unittest.cc 41 Disrupter(ObserverList<Foo>* list, Foo* doomed)
43 doomed_(doomed) {
57 ThreadSafeDisrupter(ObserverListThreadSafe<Foo>* list, Foo* doomed)
59 doomed_(doomed) {
  /external/chromium_org/net/http/
http_cache.cc 105 doomed(false) {
609 // We keep track of doomed entries so that we can ensure that they are
614 entry->doomed = true;
662 DCHECK(entry->doomed);
689 DCHECK(!entry->doomed);
815 if (entry->doomed) {
832 // use (since any existing entry should have already been doomed).
    [all...]
http_cache.h 253 bool doomed; member in struct:net::HttpCache::ActiveEntry
295 // Closes a previously doomed entry.
298 // Returns an entry that is currently in use and not doomed, or NULL.
330 // Destroys an ActiveEntry (active or doomed).
360 // (PendingOp, active or doomed entry).
421 // The set of doomed entries.
http_cache_transaction.cc     [all...]
  /external/chromium_org/net/disk_cache/blockfile/
entry_impl.h 101 bool doomed() { function in class:disk_cache::EntryImpl
eviction.cc 536 bool doomed = (entry->entry()->Data()->state == ENTRY_DOOMED); local
540 return !doomed;
backend_impl_v3.cc 138 if (!entry->doomed()) {
139 // We may have doomed this entry from within MatchEntry.
    [all...]
backend_impl.cc 801 if (!entry->doomed()) {
802 // We may have doomed this entry from within MatchEntry.
853 // An entry may be linked on the DELETED list for a while after being doomed.
    [all...]
  /external/chromium_org/net/disk_cache/simple/
simple_synchronous_entry.h 112 bool doomed; member in struct:disk_cache::SimpleSynchronousEntry::EntryOperationData
simple_synchronous_entry.cc 202 doomed(doomed_p) {}
317 bool doomed = in_entry_op.doomed; local
323 // Don't create a new file if the entry has been doomed, to avoid it being
325 if (doomed) {
327 << in_entry_op.index << " of doomed cache entry.";
    [all...]
  /external/chromium_org/content/renderer/
render_view_impl.cc 3449 WebView* doomed = webview(); local
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 509 milliseconds