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

/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXMenuListPopup.h38 class AXMenuListPopup : public AXMockObject { class in namespace:WebCore
40 static PassRefPtr<AXMenuListPopup> create() { return adoptRef(new AXMenuListPopup); }
48 AXMenuListPopup();
64 DEFINE_AX_OBJECT_TYPE_CASTS(AXMenuListPopup, isMenuListPopup());
H A DAXMenuListPopup.cpp27 #include "core/accessibility/AXMenuListPopup.h"
37 AXMenuListPopup::AXMenuListPopup() function in class:WebCore::AXMenuListPopup
41 bool AXMenuListPopup::isVisible() const
46 bool AXMenuListPopup::isOffScreen() const
54 bool AXMenuListPopup::isEnabled() const
62 bool AXMenuListPopup::computeAccessibilityIsIgnored() const
67 AXMenuListOption* AXMenuListPopup::menuListOptionAXObject(HTMLElement* element) const
81 bool AXMenuListPopup::press() const
90 void AXMenuListPopup
[all...]

Completed in 367 milliseconds