Searched refs:doomed (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/mojo/public/cpp/bindings/
H A Dinterface_ptr.h43 State doomed; local
44 internal_state_.Swap(&doomed);
/external/chromium_org/mojo/shell/
H A Ddbus_application_loader_linux.cc177 LoadContext* doomed = it->second; local
180 delete doomed;
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8NPUtils.cpp151 ExceptionHandlerInfo* doomed = topHandler; local
153 delete doomed;
/external/chromium_org/third_party/webrtc/base/
H A Dmessagequeue.h215 // Internally posts a message which causes the doomed object to be deleted
216 template<class T> void Dispose(T* doomed) { argument
217 if (doomed) {
218 Post(NULL, MQID_DISPOSE, new DisposeData<T>(doomed));
/external/chromium_org/base/
H A Dobserver_list_unittest.cc41 Disrupter(ObserverList<Foo>* list, Foo* doomed) argument
43 doomed_(doomed) {
57 ThreadSafeDisrupter(ObserverListThreadSafe<Foo>* list, Foo* doomed) argument
59 doomed_(doomed) {
/external/chromium_org/net/http/
H A Dhttp_cache.cc105 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).
H A Dhttp_cache.h253 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.
H A Dhttp_cache_transaction.cc1519 if (!entry_->doomed) {
/external/chromium_org/net/disk_cache/blockfile/
H A Dentry_impl.h101 bool doomed() { function in class:disk_cache::EntryImpl
H A Deviction.cc536 bool doomed = (entry->entry()->Data()->state == ENTRY_DOOMED); local
540 return !doomed;
H A Dbackend_impl_v3.cc138 if (!entry->doomed()) {
139 // We may have doomed this entry from within MatchEntry.
H A Dbackend_impl.cc801 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.
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_synchronous_entry.h112 bool doomed; member in struct:disk_cache::SimpleSynchronousEntry::EntryOperationData
H A Dsimple_synchronous_entry.cc202 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.";
/external/chromium_org/content/renderer/
H A Drender_view_impl.cc3448 // We need to grab a pointer to the doomed WebView before we destroy it.
3449 WebView* doomed = webview(); local
3451 g_view_map.Get().erase(doomed);

Completed in 325 milliseconds