Lines Matching refs:AXObjectCache
61 class AXObjectCache : public Noncopyable {
63 AXObjectCache();
64 ~AXObjectCache();
135 Timer<AXObjectCache> m_notificationPostTimer;
137 void notificationPostTimerFired(Timer<AXObjectCache>*);
146 inline void AXObjectCache::handleActiveDescendantChanged(RenderObject*) { } in handleActiveDescendantChanged()
147 inline void AXObjectCache::handleAriaRoleChanged(RenderObject*) { } in handleAriaRoleChanged()
148 inline void AXObjectCache::detachWrapper(AccessibilityObject*) { } in detachWrapper()
149 inline void AXObjectCache::attachWrapper(AccessibilityObject*) { } in attachWrapper()
150 inline void AXObjectCache::selectedChildrenChanged(RenderObject*) { } in selectedChildrenChanged()
151 inline void AXObjectCache::postNotification(RenderObject*, AXNotification, bool postToElement, Post… in postNotification()
152 inline void AXObjectCache::postPlatformNotification(AccessibilityObject*, AXNotification) { } in postPlatformNotification()
153 inline void AXObjectCache::handleFocusedUIElementChanged(RenderObject*, RenderObject*) { } in handleFocusedUIElementChanged()
154 inline void AXObjectCache::handleScrolledToAnchor(const Node*) { } in handleScrolledToAnchor()
155 inline void AXObjectCache::contentChanged(RenderObject*) { } in contentChanged()