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

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXRenderObject.h 170 virtual bool needsToUpdateChildren() const { return m_childrenDirty; }
AXObject.h 490 virtual bool needsToUpdateChildren() const { return false; }
AXObjectCache.cpp 909 if (!obj->needsToUpdateChildren()) {
AXRenderObject.cpp     [all...]

Completed in 140 milliseconds