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

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXTableRow.cpp 88 if (decision == IgnoreObject)
AXObject.cpp 265 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;
AXTableCell.cpp 59 if (decision == IgnoreObject)
AXObject.h 241 IgnoreObject,
AXTable.cpp 546 if (decision == IgnoreObject)
AXRenderObject.cpp 573 return IgnoreObject;
580 return IgnoreObject;
598 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 208 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 604 milliseconds