HomeSort by relevance Sort by last modified time
    Searched defs:rootAXEditableElement (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObjectCache.cpp 887 const Element* AXObjectCache::rootAXEditableElement(const Node* node)
AXObjectCache.h 140 Element* rootAXEditableElement(Node*);
141 const Element* rootAXEditableElement(const Node*);
241 inline Element* AXObjectCache::rootAXEditableElement(Node*) { return 0; }
246 inline const Element* AXObjectCache::rootAXEditableElement(const Node*) { return 0; }

Completed in 205 milliseconds