Home | History | Annotate | Download | only in gtk

Lines Matching refs:AXObjectCache

21 #include "AXObjectCache.h"
32 void AXObjectCache::detachWrapper(AccessibilityObject* obj)
37 void AXObjectCache::attachWrapper(AccessibilityObject* obj)
129 void AXObjectCache::postPlatformNotification(AccessibilityObject* coreObject, AXNotification notification)
159 static void emitTextChanged(AccessibilityObject* object, AXObjectCache::AXTextChange textChange, unsigned offset, unsigned count)
169 case AXObjectCache::AXTextInserted:
172 case AXObjectCache::AXTextDeleted:
181 void AXObjectCache::nodeTextChangePlatformNotification(AccessibilityObject* object, AXTextChange textChange, unsigned offset, unsigned count)
192 void AXObjectCache::handleFocusedUIElementChanged(RenderObject* oldFocusedRender, RenderObject* newFocusedRender)
206 void AXObjectCache::handleScrolledToAnchor(const Node*)