/external/webkit/WebCore/page/ |
D | AXObjectCache.h | 58 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()
|
D | AXObjectCache.cpp | 51 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 …]
|
D | AccessibilityRenderObject.h | 36 class AXObjectCache; variable 136 virtual AXObjectCache* axObjectCache() const;
|
D | AccessibilityObject.h | 76 class AXObjectCache; variable 277 virtual AXObjectCache* axObjectCache() const;
|
D | AccessibilityTable.cpp | 218 AXObjectCache* axCache = m_renderer->document()->axObjectCache(); in addChildren()
|
D | AccessibilityObject.cpp | 298 AXObjectCache* AccessibilityObject::axObjectCache() const in axObjectCache()
|
D | AccessibilityRenderObject.cpp | 468 AXObjectCache* cache = axObjectCache(); in anchorElement() 1465 AXObjectCache* AccessibilityRenderObject::axObjectCache() const in axObjectCache()
|
D | FrameView.cpp | 553 if (AXObjectCache::accessibilityEnabled()) in layout()
|
/external/webkit/WebCore/page/chromium/ |
D | AXObjectCacheChromium.cpp | 34 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/ |
D | AXObjectCacheWin.cpp | 34 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/ |
D | AXObjectCacheAtk.cpp | 28 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()
|
D | AccessibilityObjectWrapperAtk.cpp | 642 static AXObjectCache* fallbackCache = new AXObjectCache();
|
/external/webkit/WebCore/page/mac/ |
D | AXObjectCacheMac.mm | 27 #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()
|
D | EventHandlerMac.mm | 29 #include "AXObjectCache.h" 651 if (AXObjectCache::accessibilityEnhancedUserInterfaceEnabled())
|
D | AccessibilityObjectWrapper.mm | 34 #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/ |
D | TemporaryLinkStubs.cpp | 807 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/ |
D | RenderSVGContainer.cpp | 130 if (AXObjectCache::accessibilityEnabled()) in removeChildNode() 156 if (AXObjectCache::accessibilityEnabled()) in appendChildNode() 187 if (AXObjectCache::accessibilityEnabled()) in insertChildNode()
|
D | RenderContainer.cpp | 195 if (AXObjectCache::accessibilityEnabled()) in removeChildNode() 463 if (AXObjectCache::accessibilityEnabled()) in appendChildNode() 519 if (AXObjectCache::accessibilityEnabled()) in insertChildNode()
|
D | RenderWidget.cpp | 78 if (AXObjectCache::accessibilityEnabled()) { in destroy()
|
D | RenderListBox.cpp | 141 if (AXObjectCache::accessibilityEnabled()) in selectionChanged()
|
/external/webkit/WebCore/editing/mac/ |
D | SelectionControllerMac.mm | 29 #import "AXObjectCache.h" 43 … if (AXObjectCache::accessibilityEnabled() && m_sel.start().isNotNull() && m_sel.end().isNotNull())
|
/external/webkit/WebCore/dom/ |
D | Document.h | 52 class AXObjectCache; variable 418 AXObjectCache* axObjectCache() const; 954 mutable AXObjectCache* m_axObjectCache;
|
D | Document.cpp | 1408 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/ |
D | WebFrame.mm | 55 #import <WebCore/AXObjectCache.h> 693 if (!AXObjectCache::accessibilityEnabled()) { 694 AXObjectCache::enableAccessibility(); 696 AXObjectCache::enableEnhancedUserInterfaceAccessibility();
|
/external/webkit/WebCore/html/ |
D | HTMLSelectElement.cpp | 532 if (AXObjectCache::accessibilityEnabled() && renderer()) in childrenChanged()
|