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

  /external/chromium_org/base/debug/
leak_annotations.h 34 HeapLeakChecker::IgnoreObject(X)
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityTableRow.cpp 89 if (decision == IgnoreObject)
AccessibilityObject.cpp 225 case IgnoreObject:
237 attributeCache->setIgnored(axObjectID(), result ? IgnoreObject : IncludeObject);
244 return defaultObjectInclusion() == IgnoreObject;
258 return IgnoreObject;
261 return IgnoreObject;
269 m_lastKnownIsIgnoredValue = accessibilityIsIgnored() ? IgnoreObject : IncludeObject;
271 return m_lastKnownIsIgnoredValue == IgnoreObject;
276 m_lastKnownIsIgnoredValue = isIgnored ? IgnoreObject : IncludeObject;
AccessibilityTableCell.cpp 60 if (decision == IgnoreObject)
AccessibilityObject.h 211 IgnoreObject,
AccessibilityTable.cpp 517 if (decision == IgnoreObject)
AccessibilityRenderObject.cpp 638 return IgnoreObject;
645 return IgnoreObject;
663 if (decision == IgnoreObject)
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
heap-checker.h 186 // static T* obj = IgnoreObject(new T(...));
196 static T* IgnoreObject(T* ptr) {
201 // Undo what an earlier IgnoreObject() call promised and asked to do.
203 // allocated object which was previously registered with IgnoreObject().
246 // Actually implements IgnoreObject().
384 // Contrast with HeapLeakChecker::IgnoreObject(o), in which o and
  /external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
heap-checker.h 186 // static T* obj = IgnoreObject(new T(...));
196 static T* IgnoreObject(T* ptr) {
201 // Undo what an earlier IgnoreObject() call promised and asked to do.
203 // allocated object which was previously registered with IgnoreObject().
246 // Actually implements IgnoreObject().
384 // Contrast with HeapLeakChecker::IgnoreObject(o), in which o and
  /external/chromium_org/third_party/tcmalloc/chromium/src/
malloc_extension.cc 203 HeapLeakChecker::IgnoreObject(current_instance);
heap-checker.cc 368 // All objects (memory ranges) ignored via HeapLeakChecker::IgnoreObject
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
malloc_extension.cc 202 HeapLeakChecker::IgnoreObject(current_instance);
heap-checker.cc 368 // All objects (memory ranges) ignored via HeapLeakChecker::IgnoreObject
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
heap-checker_unittest.cc 791 HeapLeakChecker::IgnoreObject(p);
965 // as well as that (Un)IgnoreObject work for such objects fine.
998 HeapLeakChecker::IgnoreObject(obj_maker()); // test IgnoreObject
1001 HeapLeakChecker::IgnoreObject(obj);
1003 HeapLeakChecker::IgnoreObject(obj); // not to need deletion for obj
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
heap-checker_unittest.cc 791 HeapLeakChecker::IgnoreObject(p);
965 // as well as that (Un)IgnoreObject work for such objects fine.
998 HeapLeakChecker::IgnoreObject(obj_maker()); // test IgnoreObject
1001 HeapLeakChecker::IgnoreObject(obj);
1003 HeapLeakChecker::IgnoreObject(obj); // not to need deletion for obj
    [all...]

Completed in 893 milliseconds