Searched refs:IgnoreObject (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXTableRow.cpp88 if (decision == IgnoreObject)
H A DAXObject.cpp265 case IgnoreObject:
277 attributeCache->setIgnored(axObjectID(), result ? IgnoreObject : IncludeObject);
284 return defaultObjectInclusion() == IgnoreObject;
298 return IgnoreObject;
301 return IgnoreObject;
325 m_lastKnownIsIgnoredValue = accessibilityIsIgnored() ? IgnoreObject : IncludeObject;
327 return m_lastKnownIsIgnoredValue == IgnoreObject;
332 m_lastKnownIsIgnoredValue = isIgnored ? IgnoreObject : IncludeObject;
H A DAXTableCell.cpp59 if (decision == IgnoreObject)
H A DAXObject.h241 IgnoreObject, enumerator in enum:blink::AXObjectInclusion
H A DAXTable.cpp546 if (decision == IgnoreObject)
H A DAXRenderObject.cpp573 return IgnoreObject;
580 return IgnoreObject;
598 if (decision == IgnoreObject)
/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/tcmalloc/chromium/src/
H A Dmalloc_extension.cc208 HeapLeakChecker::IgnoreObject(current_instance);
H A Dheap-checker.cc368 // All objects (memory ranges) ignored via HeapLeakChecker::IgnoreObject
1115 " IgnoreObject() has disappeared", ptr, object->second);
1579 IgnoreObject(n); // otherwise it might be treated as live due to our stack
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dheap-checker_unittest.cc791 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
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dmalloc_extension.cc202 HeapLeakChecker::IgnoreObject(current_instance);
H A Dheap-checker.cc368 // All objects (memory ranges) ignored via HeapLeakChecker::IgnoreObject
1115 " IgnoreObject() has disappeared", ptr, object->second);
1579 IgnoreObject(n); // otherwise it might be treated as live due to our stack
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dheap-checker_unittest.cc791 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

Completed in 949 milliseconds