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

  /external/chromium/third_party/libjingle/source/talk/base/
messagequeue.h 205 // Internally posts a message which causes the doomed object to be deleted
206 template<class T> void Dispose(T* doomed) {
207 if (doomed) {
208 Post(NULL, MQID_DISPOSE, new DisposeData<T>(doomed));
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8NPUtils.cpp 150 ExceptionHandlerInfo* doomed = topHandler; local
152 delete doomed;
  /external/chromium/base/
observer_list_unittest.cc 40 Disrupter(ObserverList<Foo>* list, Foo* doomed)
41 : list_(list), doomed_(doomed) { }
53 ThreadSafeDisrupter(ObserverListThreadSafe<Foo>* list, Foo* doomed)
54 : list_(list), doomed_(doomed) { }
  /external/chromium_org/third_party/libjingle/source/talk/base/
messagequeue.h 221 // Internally posts a message which causes the doomed object to be deleted
222 template<class T> void Dispose(T* doomed) {
223 if (doomed) {
224 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/disk_cache/v3/
entry_impl_v3.h 70 bool doomed() { function in class:disk_cache::EntryImpl
backend_impl_v3.cc 213 if (!entry->doomed()) {
214 // We may have doomed this entry from within MatchEntry.
    [all...]
  /external/chromium/net/http/
http_cache.cc 100 doomed(false) {
596 // We keep track of doomed entries so that we can ensure that they are
601 entry->doomed = true;
632 DCHECK(entry->doomed);
659 DCHECK(!entry->doomed);
782 if (entry->doomed) {
799 // use (since any existing entry should have already been doomed).
    [all...]
http_cache.h 226 bool doomed; member in struct:net::HttpCache::ActiveEntry
261 // Closes a previously doomed entry.
264 // Returns an entry that is currently in use and not doomed, or NULL.
296 // Destroys an ActiveEntry (active or doomed).
326 // (PendingOp, active or doomed entry).
371 // The set of doomed entries.
  /external/chromium_org/net/http/
http_cache.cc 96 doomed(false) {
563 // We keep track of doomed entries so that we can ensure that they are
568 entry->doomed = true;
612 DCHECK(entry->doomed);
639 DCHECK(!entry->doomed);
765 if (entry->doomed) {
782 // use (since any existing entry should have already been doomed).
    [all...]
http_cache.h 232 bool doomed; member in struct:net::HttpCache::ActiveEntry
274 // Closes a previously doomed entry.
277 // Returns an entry that is currently in use and not doomed, or NULL.
309 // Destroys an ActiveEntry (active or doomed).
339 // (PendingOp, active or doomed entry).
391 // The set of doomed entries.
http_cache_transaction.cc     [all...]
  /external/chromium/net/disk_cache/
entry_impl.h 94 bool doomed() { function in class:disk_cache::EntryImpl
eviction.cc 507 bool doomed = (entry->entry()->Data()->state == ENTRY_DOOMED); local
511 return !doomed;
backend_impl.cc 922 if (!entry->doomed()) {
923 // We may have doomed this entry from within MatchEntry.
940 // An entry may be linked on the DELETED list for a while after being doomed.
    [all...]
  /external/chromium_org/net/disk_cache/
entry_impl.h 101 bool doomed() { function in class:disk_cache::EntryImpl
eviction.cc 531 bool doomed = (entry->entry()->Data()->state == ENTRY_DOOMED); local
535 return !doomed;
backend_impl.cc 774 if (!entry->doomed()) {
775 // We may have doomed this entry from within MatchEntry.
826 // An entry may be linked on the DELETED list for a while after being doomed.
    [all...]
  /external/chromium_org/content/renderer/
render_view_impl.cc 5734 WebView* doomed = webview(); local
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 377 milliseconds