Searched refs:axObject (Results 1 – 2 of 2) sorted by relevance
953 const AXObject* axObject = getOrCreate(const_cast<Node*>(node)); in nodeIsTextControl() local954 return axObject && axObject->isTextControl(); in nodeIsTextControl()
1804 AXObject* axObject = axObjectCache()->getOrCreate(box.get()); in addInlineTextBoxChildren() local1805 if (!axObject->accessibilityIsIgnored()) in addInlineTextBoxChildren()1806 m_children.append(axObject); in addInlineTextBoxChildren()