Home
last modified time | relevance | path

Searched refs:axObject (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXObjectCache.cpp953 const AXObject* axObject = getOrCreate(const_cast<Node*>(node)); in nodeIsTextControl() local
954 return axObject && axObject->isTextControl(); in nodeIsTextControl()
DAXRenderObject.cpp1804 AXObject* axObject = axObjectCache()->getOrCreate(box.get()); in addInlineTextBoxChildren() local
1805 if (!axObject->accessibilityIsIgnored()) in addInlineTextBoxChildren()
1806 m_children.append(axObject); in addInlineTextBoxChildren()