Home
last modified time | relevance | path

Searched refs:AXObjectCache (Results 1 – 25 of 40) sorted by relevance

12

/external/webkit/WebCore/page/
DAXObjectCache.h58 class AXObjectCache {
60 ~AXObjectCache();
101 inline void AXObjectCache::handleActiveDescendantChanged(RenderObject*) { } in handleActiveDescendantChanged()
102 inline void AXObjectCache::handleAriaRoleChanged(RenderObject*) { } in handleAriaRoleChanged()
103 inline void AXObjectCache::handleFocusedUIElementChanged() { } in handleFocusedUIElementChanged()
104 inline void AXObjectCache::detachWrapper(AccessibilityObject*) { } in detachWrapper()
105 inline void AXObjectCache::attachWrapper(AccessibilityObject*) { } in attachWrapper()
106 inline void AXObjectCache::selectedChildrenChanged(RenderObject*) { } in selectedChildrenChanged()
107 inline void AXObjectCache::postNotification(RenderObject*, const String&) { } in postNotification()
108 inline void AXObjectCache::postNotificationToElement(RenderObject*, const String&) { } in postNotificationToElement()
DAXObjectCache.cpp51 bool AXObjectCache::gAccessibilityEnabled = false;
52 bool AXObjectCache::gAccessibilityEnhancedUserInterfaceEnabled = false;
54 AXObjectCache::~AXObjectCache() in ~AXObjectCache()
64 AccessibilityObject* AXObjectCache::get(RenderObject* renderer) in get()
101 AccessibilityObject* AXObjectCache::get(AccessibilityRole role) in get()
133 void AXObjectCache::remove(AXID axID) in remove()
155 void AXObjectCache::remove(RenderObject* renderer) in remove()
165 AXID AXObjectCache::getAXID(AccessibilityObject* obj) in getAXID()
187 void AXObjectCache::removeAXID(AccessibilityObject* obj) in removeAXID()
198 void AXObjectCache::childrenChanged(RenderObject* renderer) in childrenChanged()
[all …]
DAccessibilityRenderObject.h36 class AXObjectCache; variable
136 virtual AXObjectCache* axObjectCache() const;
DAccessibilityObject.h76 class AXObjectCache; variable
277 virtual AXObjectCache* axObjectCache() const;
DAccessibilityTable.cpp218 AXObjectCache* axCache = m_renderer->document()->axObjectCache(); in addChildren()
DAccessibilityObject.cpp298 AXObjectCache* AccessibilityObject::axObjectCache() const in axObjectCache()
DAccessibilityRenderObject.cpp468 AXObjectCache* cache = axObjectCache(); in anchorElement()
1465 AXObjectCache* AccessibilityRenderObject::axObjectCache() const in axObjectCache()
DFrameView.cpp553 if (AXObjectCache::accessibilityEnabled()) in layout()
/external/webkit/WebCore/page/chromium/
DAXObjectCacheChromium.cpp34 void AXObjectCache::detachWrapper(AccessibilityObject* obj) in detachWrapper()
41 void AXObjectCache::attachWrapper(AccessibilityObject*) in attachWrapper()
46 void AXObjectCache::postNotification(RenderObject*, const String&) in postNotification()
50 void AXObjectCache::postNotificationToElement(RenderObject*, const String&) in postNotificationToElement()
54 void AXObjectCache::handleFocusedUIElementChanged() in handleFocusedUIElementChanged()
/external/webkit/WebCore/page/win/
DAXObjectCacheWin.cpp34 void AXObjectCache::detachWrapper(AccessibilityObject* obj) in detachWrapper()
43 void AXObjectCache::attachWrapper(AccessibilityObject*) in attachWrapper()
49 void AXObjectCache::postNotification(RenderObject*, const String&) in postNotification()
53 void AXObjectCache::postNotificationToElement(RenderObject*, const String&) in postNotificationToElement()
57 void AXObjectCache::handleFocusedUIElementChanged() in handleFocusedUIElementChanged()
/external/webkit/WebCore/page/gtk/
DAXObjectCacheAtk.cpp28 void AXObjectCache::detachWrapper(AccessibilityObject* obj) in detachWrapper()
33 void AXObjectCache::attachWrapper(AccessibilityObject* obj) in attachWrapper()
40 void AXObjectCache::postNotification(RenderObject*, const String&) in postNotification()
44 void AXObjectCache::postNotificationToElement(RenderObject*, const String&) in postNotificationToElement()
48 void AXObjectCache::handleFocusedUIElementChanged() in handleFocusedUIElementChanged()
DAccessibilityObjectWrapperAtk.cpp642 static AXObjectCache* fallbackCache = new AXObjectCache();
/external/webkit/WebCore/page/mac/
DAXObjectCacheMac.mm27 #import "AXObjectCache.h"
42 void AXObjectCache::detachWrapper(AccessibilityObject* obj)
49 void AXObjectCache::attachWrapper(AccessibilityObject* obj)
54 void AXObjectCache::postNotification(RenderObject* renderer, const String& message)
71 void AXObjectCache::postNotificationToElement(RenderObject* renderer, const String& message)
84 void AXObjectCache::handleFocusedUIElementChanged()
DEventHandlerMac.mm29 #include "AXObjectCache.h"
651 if (AXObjectCache::accessibilityEnhancedUserInterfaceEnabled())
DAccessibilityObjectWrapper.mm34 #import "AXObjectCache.h"
193 AXObjectCache* cache = renderer->document()->axObjectCache();
225 AXObjectCache* cache = renderer->document()->axObjectCache();
465 AXObjectCache* cache = doc->axObjectCache();
/external/webkit/WebCore/platform/android/
DTemporaryLinkStubs.cpp807 AXObjectCache::~AXObjectCache() in ~AXObjectCache()
813 bool AXObjectCache::gAccessibilityEnabled = false;
814 bool AXObjectCache::gAccessibilityEnhancedUserInterfaceEnabled = false;
816 void AXObjectCache::childrenChanged(RenderObject*) in childrenChanged()
821 void AXObjectCache::remove(RenderObject*) in remove()
/external/webkit/WebCore/rendering/
DRenderSVGContainer.cpp130 if (AXObjectCache::accessibilityEnabled()) in removeChildNode()
156 if (AXObjectCache::accessibilityEnabled()) in appendChildNode()
187 if (AXObjectCache::accessibilityEnabled()) in insertChildNode()
DRenderContainer.cpp195 if (AXObjectCache::accessibilityEnabled()) in removeChildNode()
463 if (AXObjectCache::accessibilityEnabled()) in appendChildNode()
519 if (AXObjectCache::accessibilityEnabled()) in insertChildNode()
DRenderWidget.cpp78 if (AXObjectCache::accessibilityEnabled()) { in destroy()
DRenderListBox.cpp141 if (AXObjectCache::accessibilityEnabled()) in selectionChanged()
/external/webkit/WebCore/editing/mac/
DSelectionControllerMac.mm29 #import "AXObjectCache.h"
43 … if (AXObjectCache::accessibilityEnabled() && m_sel.start().isNotNull() && m_sel.end().isNotNull())
/external/webkit/WebCore/dom/
DDocument.h52 class AXObjectCache; variable
418 AXObjectCache* axObjectCache() const;
954 mutable AXObjectCache* m_axObjectCache;
DDocument.cpp1408 AXObjectCache* Document::axObjectCache() const in axObjectCache()
1441 m_axObjectCache = new AXObjectCache; in axObjectCache()
1662 if (f && renderer() && this == topDocument() && AXObjectCache::accessibilityEnabled()) in implicitClose()
2631 if (!focusChangeBlocked && m_focusedNode && AXObjectCache::accessibilityEnabled()) in setFocusedNode()
/external/webkit/WebKit/mac/WebView/
DWebFrame.mm55 #import <WebCore/AXObjectCache.h>
693 if (!AXObjectCache::accessibilityEnabled()) {
694 AXObjectCache::enableAccessibility();
696 AXObjectCache::enableEnhancedUserInterfaceAccessibility();
/external/webkit/WebCore/html/
DHTMLSelectElement.cpp532 if (AXObjectCache::accessibilityEnabled() && renderer()) in childrenChanged()

12