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

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXMenuList.h 33 class AXMenuList;
38 class AXMenuList : public AXRenderObject {
40 static PassRefPtr<AXMenuList> create(RenderMenuList* renderer);
48 explicit AXMenuList(RenderMenuList*);
58 DEFINE_AX_OBJECT_TYPE_CASTS(AXMenuList, isMenuList());
AXMenuList.cpp 27 #include "core/accessibility/AXMenuList.h"
35 AXMenuList::AXMenuList(RenderMenuList* renderer)
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::isCollapsed() cons
    [all...]

Completed in 397 milliseconds