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

  /external/chromium_org/mojo/public/cpp/application/lib/
service_connector.h 88 ConnectionList doomed; local
89 doomed.swap(connections_);
90 for (typename ConnectionList::iterator it = doomed.begin();
91 it != doomed.end(); ++it) {
  /external/chromium_org/mojo/public/cpp/bindings/
interface_ptr.h 45 State doomed; local
46 internal_state_.Swap(&doomed);
  /external/chromium_org/mojo/shell/
dbus_service_loader_linux.cc 174 LoadContext* doomed = it->second; local
177 delete doomed;
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8NPUtils.cpp 151 ExceptionHandlerInfo* doomed = topHandler; local
153 delete doomed;
  /external/chromium_org/third_party/libjingle/source/talk/base/
messagequeue.h 232 // Internally posts a message which causes the doomed object to be deleted
233 template<class T> void Dispose(T* doomed) {
234 if (doomed) {
235 Post(NULL, MQID_DISPOSE, new DisposeData<T>(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 98 doomed(false) {
593 // We keep track of doomed entries so that we can ensure that they are
598 entry->doomed = true;
645 DCHECK(entry->doomed);
672 DCHECK(!entry->doomed);
798 if (entry->doomed) {
815 // use (since any existing entry should have already been doomed).
    [all...]
http_cache.h 239 bool doomed; member in struct:net::HttpCache::ActiveEntry
281 // Closes a previously doomed entry.
284 // Returns an entry that is currently in use and not doomed, or NULL.
316 // Destroys an ActiveEntry (active or doomed).
346 // (PendingOp, active or doomed entry).
404 // 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.cc 750 if (!entry->doomed()) {
751 // We may have doomed this entry from within MatchEntry.
802 // An entry may be linked on the DELETED list for a while after being doomed.
    [all...]
backend_impl_v3.cc 145 if (!entry->doomed()) {
146 // We may have doomed this entry from within MatchEntry.
    [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 3190 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 1872 milliseconds