Searched refs:rootAXEditableElement (Results 1 – 3 of 3) sorted by relevance
144 Element* rootAXEditableElement(Node*);145 const Element* rootAXEditableElement(const Node*);
933 const Element* AXObjectCache::rootAXEditableElement(const Node* node) in rootAXEditableElement() function in WebCore::AXObjectCache
594 return cache->rootAXEditableElement(this); in isEditableToAccessibility()1299 return const_cast<Element*>(cache->rootAXEditableElement(this)); in rootEditableElement()