OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AXMenuListPopup
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXMenuListPopup.h
38
class
AXMenuListPopup
: public AXMockObject {
40
static PassRefPtr<
AXMenuListPopup
> create() { return adoptRef(new
AXMenuListPopup
); }
48
AXMenuListPopup
();
64
DEFINE_AX_OBJECT_TYPE_CASTS(
AXMenuListPopup
, isMenuListPopup());
AXMenuListPopup.cpp
27
#include "core/accessibility/
AXMenuListPopup
.h"
37
AXMenuListPopup
::
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
::addChildren(
[
all
...]
Completed in 574 milliseconds