Home
last modified time | relevance | path

Searched refs:AXMenuListValueChanged (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/accessibility/gtk/
DAXObjectCacheAtk.cpp139 … } else if (notification == AXSelectedChildrenChanged || notification == AXMenuListValueChanged) { in postPlatformNotification()
140 if (notification == AXMenuListValueChanged && coreObject->isMenuList()) { in postPlatformNotification()
/external/webkit/Source/WebCore/accessibility/chromium/
DAXObjectCacheChromium.cpp86 case AXMenuListValueChanged: in postPlatformNotification()
/external/webkit/Source/WebCore/accessibility/win/
DAXObjectCacheWin.cpp87 case AXMenuListValueChanged: in postPlatformNotification()
/external/webkit/Source/WebCore/accessibility/
DAXObjectCache.h132 AXMenuListValueChanged, enumerator
/external/webkit/Source/WebCore/rendering/
DRenderMenuList.cpp345 …document()->axObjectCache()->postNotification(this, AXObjectCache::AXMenuListValueChanged, true, P… in didSetSelectedIndex()
/external/webkit/Source/WebKit/chromium/src/
DChromeClientImpl.cpp137 case AXObjectCache::AXMenuListValueChanged: in toWebAccessibilityNotification()
/external/webkit/Source/WebCore/
DChangeLog54484 notifyChildrenSelectionChange for AXMenuListValueChanged.
62308 notifyChildrenSelectionChange for AXMenuListValueChanged.
64671 notifyChildrenSelectionChange for AXMenuListValueChanged.
DChangeLog-2010-01-2915595 Added a new accessibility notification, AXMenuListValueChanged. Added
15601 If the WebCore notification is AXMenuListValueChanged, broadcast an
15613 If the selected index has changed, post AXMenuListValueChanged to the