Home
last modified time | relevance | path

Searched defs:actionElement (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXMenuListOption.cpp45 Element* AXMenuListOption::actionElement() const in actionElement() function in WebCore::AXMenuListOption
DAXImageMapLink.cpp84 Element* AXImageMapLink::actionElement() const in actionElement() function in WebCore::AXImageMapLink
DAXListBoxOption.cpp157 Element* AXListBoxOption::actionElement() const in actionElement() function in WebCore::AXListBoxOption
DAXNodeObject.cpp1383 Element* AXNodeObject::actionElement() const in actionElement() function in WebCore::AXNodeObject
DAXObject.h507 virtual Element* actionElement() const { return 0; } in actionElement() function