Home
last modified time | relevance | path

Searched refs:AXRowExpanded (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/accessibility/chromium/
DAXObjectCacheChromium.cpp89 case AXRowExpanded: in postPlatformNotification()
/external/webkit/Source/WebCore/accessibility/
DAXObjectCache.h135 AXRowExpanded, enumerator
DAccessibilityRenderObject.cpp2887 …e()->postNotification(this, document(), isExpanded() ? AXObjectCache::AXRowExpanded : AXObjectCach… in handleAriaExpandedChanged()
/external/webkit/Source/WebCore/accessibility/mac/
DAXObjectCacheMac.mm108 case AXRowExpanded:
/external/webkit/Source/WebKit/chromium/src/
DChromeClientImpl.cpp143 case AXObjectCache::AXRowExpanded: in toWebAccessibilityNotification()