Home
last modified time | relevance | path

Searched refs:AXActiveDescendantChanged (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/accessibility/chromium/
DAXObjectCacheChromium.cpp71 case AXActiveDescendantChanged: in postPlatformNotification()
/external/webkit/Source/WebCore/accessibility/win/
DAXObjectCacheWin.cpp78 case AXActiveDescendantChanged: in postPlatformNotification()
/external/webkit/Source/WebCore/accessibility/
DAXObjectCache.h120 AXActiveDescendantChanged, enumerator
DAccessibilityRenderObject.cpp2901 …doc->axObjectCache()->postNotification(m_renderer, AXObjectCache::AXActiveDescendantChanged, true); in handleActiveDescendantChanged()
/external/webkit/Source/WebCore/accessibility/mac/
DAXObjectCacheMac.mm66 case AXActiveDescendantChanged:
/external/webkit/Source/WebKit/chromium/src/
DChromeClientImpl.cpp115 case AXObjectCache::AXActiveDescendantChanged: in toWebAccessibilityNotification()