Home
last modified time | relevance | path

Searched defs:AXNotification (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/accessibility/
DAXObjectCache.h119 enum AXNotification { enum
184 inline void AXObjectCache::postNotification(RenderObject*, AXNotification, bool postToElement, Post… in postNotification() argument
185 inline void AXObjectCache::postNotification(AccessibilityObject*, Document*, AXNotification, bool p… in postNotification() argument
186 inline void AXObjectCache::postPlatformNotification(AccessibilityObject*, AXNotification) { } in postPlatformNotification() argument
/external/webkit/Source/WebCore/page/
DChromeClient.h309 …virtual void postAccessibilityNotification(AccessibilityObject*, AXObjectCache::AXNotification) { } in postAccessibilityNotification()