Searched refs:AXMenuListValueChanged (Results 1 – 8 of 8) sorted by relevance
139 … } else if (notification == AXSelectedChildrenChanged || notification == AXMenuListValueChanged) { in postPlatformNotification()140 if (notification == AXMenuListValueChanged && coreObject->isMenuList()) { in postPlatformNotification()
86 case AXMenuListValueChanged: in postPlatformNotification()
87 case AXMenuListValueChanged: in postPlatformNotification()
132 AXMenuListValueChanged, enumerator
345 …document()->axObjectCache()->postNotification(this, AXObjectCache::AXMenuListValueChanged, true, P… in didSetSelectedIndex()
137 case AXObjectCache::AXMenuListValueChanged: in toWebAccessibilityNotification()
54484 notifyChildrenSelectionChange for AXMenuListValueChanged.62308 notifyChildrenSelectionChange for AXMenuListValueChanged.64671 notifyChildrenSelectionChange for AXMenuListValueChanged.
15595 Added a new accessibility notification, AXMenuListValueChanged. Added15601 If the WebCore notification is AXMenuListValueChanged, broadcast an15613 If the selected index has changed, post AXMenuListValueChanged to the