Searched defs:AXMenuList (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXMenuList.cpp27 #include "core/accessibility/AXMenuList.h"
35 AXMenuList::AXMenuList(RenderMenuList* renderer) function in class:blink::AXMenuList
40 PassRefPtr<AXMenuList> AXMenuList::create(RenderMenuList* renderer)
42 return adoptRef(new AXMenuList(renderer));
45 bool AXMenuList::press() const
55 void AXMenuList::addChildren()
76 void AXMenuList::childrenChanged()
85 bool AXMenuList
[all...]

Completed in 1061 milliseconds