Searched defs:IgnoreObject (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
H A Dheap-checker.h186 // static T* obj = IgnoreObject(new T(...));
196 static T* IgnoreObject(T* ptr) { function in class:HeapLeakChecker
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/
H A Dheap-checker.h186 // static T* obj = IgnoreObject(new T(...));
196 static T* IgnoreObject(T* ptr) { function in class:HeapLeakChecker
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/WebKit/Source/core/accessibility/
H A DAXObject.h241 IgnoreObject, enumerator in enum:blink::AXObjectInclusion

Completed in 4036 milliseconds