/external/webkit/WebCore/accessibility/ |
D | AXObjectCache.cpp | 70 bool AXObjectCache::gAccessibilityEnabled = false; 71 bool AXObjectCache::gAccessibilityEnhancedUserInterfaceEnabled = false; 73 AXObjectCache::AXObjectCache() in AXObjectCache() function in WebCore::AXObjectCache 74 : m_notificationPostTimer(this, &AXObjectCache::notificationPostTimerFired) in AXObjectCache() 78 AXObjectCache::~AXObjectCache() in ~AXObjectCache() 89 AccessibilityObject* AXObjectCache::focusedImageMapUIElement(HTMLAreaElement* areaElement) in focusedImageMapUIElement() 118 AccessibilityObject* AXObjectCache::focusedUIElementForPage(const Page* page) in focusedUIElementForPage() 147 AccessibilityObject* AXObjectCache::get(RenderObject* renderer) in get() 162 bool AXObjectCache::nodeIsAriaType(Node* node, String role) in nodeIsAriaType() 170 AccessibilityObject* AXObjectCache::getOrCreate(RenderObject* renderer) in getOrCreate() [all …]
|
D | AXObjectCache.h | 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() [all …]
|
D | AccessibilityMenuList.cpp | 55 AXObjectCache* cache = m_renderer->document()->axObjectCache(); in addChildren()
|
D | AccessibilityRenderObject.h | 36 class AXObjectCache; variable 152 virtual AXObjectCache* axObjectCache() const;
|
D | AccessibilityARIAGrid.cpp | 95 AXObjectCache* axCache = m_renderer->document()->axObjectCache(); in addChildren()
|
D | AccessibilityRenderObject.cpp | 566 AXObjectCache* cache = axObjectCache(); in anchorElement() 1331 AXObjectCache* cache = axObjectCache(); in ariaFlowToElements() 1942 axObjectCache()->postNotification(m_renderer, AXObjectCache::AXValueChanged, true); in changeValueByPercent() 2046 AXObjectCache* AccessibilityRenderObject::axObjectCache() const in axObjectCache() 2509 return AXObjectCache::focusedUIElementForPage(page); in focusedUIElement() 2577 …doc->axObjectCache()->postNotification(m_renderer, AXObjectCache::AXActiveDescendantChanged, true); in handleActiveDescendantChanged() 2834 … axObjectCache()->postNotification(renderParent, AXObjectCache::AXLiveRegionChanged, true); in contentChanged() 2865 … axObjectCache()->postNotification(renderParent, AXObjectCache::AXLiveRegionChanged, true); in childrenChanged()
|
D | AccessibilityObject.h | 79 class AXObjectCache; variable 385 virtual AXObjectCache* axObjectCache() const { return 0; } in axObjectCache()
|
D | AccessibilityObject.cpp | 96 ASSERT(AXObjectCache::accessibilityEnabled()); in firstAccessibleObjectFromNode() 105 AXObjectCache* cache = document->axObjectCache(); in firstAccessibleObjectFromNode()
|
D | AccessibilityTable.cpp | 216 AXObjectCache* axCache = m_renderer->document()->axObjectCache(); in addChildren()
|
/external/webkit/WebCore/accessibility/win/ |
D | AXObjectCacheWin.cpp | 40 void AXObjectCache::detachWrapper(AccessibilityObject* obj) in detachWrapper() 49 void AXObjectCache::attachWrapper(AccessibilityObject*) in attachWrapper() 55 void AXObjectCache::handleScrolledToAnchor(const Node* anchorNode) in handleScrolledToAnchor() 62 void AXObjectCache::postPlatformNotification(AccessibilityObject* obj, AXNotification notification) in postPlatformNotification() 106 AXID AXObjectCache::platformGenerateAXID() const in platformGenerateAXID() 125 void AXObjectCache::handleFocusedUIElementChanged(RenderObject*, RenderObject* newFocusedRenderer) in handleFocusedUIElementChanged()
|
/external/webkit/WebCore/accessibility/chromium/ |
D | AXObjectCacheChromium.cpp | 45 void AXObjectCache::detachWrapper(AccessibilityObject* obj) in detachWrapper() 52 void AXObjectCache::attachWrapper(AccessibilityObject*) in attachWrapper() 57 void AXObjectCache::postPlatformNotification(AccessibilityObject* obj, AXNotification notification) in postPlatformNotification() 70 void AXObjectCache::handleFocusedUIElementChanged(RenderObject*, RenderObject*) in handleFocusedUIElementChanged() 74 void AXObjectCache::handleScrolledToAnchor(const Node*) in handleScrolledToAnchor()
|
/external/webkit/WebCore/accessibility/gtk/ |
D | AXObjectCacheAtk.cpp | 28 void AXObjectCache::detachWrapper(AccessibilityObject* obj) in detachWrapper() 33 void AXObjectCache::attachWrapper(AccessibilityObject* obj) in attachWrapper() 40 void AXObjectCache::postPlatformNotification(AccessibilityObject* coreObject, AXNotification notifi… in postPlatformNotification() 53 void AXObjectCache::handleFocusedUIElementChanged(RenderObject* oldFocusedRender, RenderObject* new… in handleFocusedUIElementChanged() 67 void AXObjectCache::handleScrolledToAnchor(const Node*) in handleScrolledToAnchor()
|
/external/webkit/WebCore/platform/android/ |
D | TemporaryLinkStubs.cpp | 504 AXObjectCache::~AXObjectCache() in ~AXObjectCache() 510 bool AXObjectCache::gAccessibilityEnabled = false; 511 bool AXObjectCache::gAccessibilityEnhancedUserInterfaceEnabled = false; 513 void AXObjectCache::childrenChanged(RenderObject*) in childrenChanged() 518 void AXObjectCache::remove(RenderObject*) in remove()
|
/external/webkit/WebCore/accessibility/mac/ |
D | AXObjectCacheMac.mm | 27 #import "AXObjectCache.h" 46 void AXObjectCache::detachWrapper(AccessibilityObject* obj) 53 void AXObjectCache::attachWrapper(AccessibilityObject* obj) 58 void AXObjectCache::postPlatformNotification(AccessibilityObject* obj, AXNotification notification) 106 void AXObjectCache::handleFocusedUIElementChanged(RenderObject*, RenderObject*) 111 void AXObjectCache::handleScrolledToAnchor(const Node*)
|
/external/webkit/WebCore/editing/mac/ |
D | SelectionControllerMac.mm | 29 #import "AXObjectCache.h" 40 …if (AXObjectCache::accessibilityEnabled() && m_selection.start().isNotNull() && m_selection.end().… 41 …jectCache()->postNotification(m_selection.start().node()->renderer(), AXObjectCache::AXSelectedTex…
|
/external/webkit/WebKit/chromium/src/ |
D | WebAccessibilityCache.cpp | 42 AXObjectCache::enableAccessibility(); in enableAccessibility()
|
D | WebAccessibilityCacheImpl.cpp | 97 AXObjectCache::enableAccessibility(); in initialize()
|
/external/webkit/WebCore/rendering/ |
D | RenderObjectChildList.cpp | 130 if (AXObjectCache::accessibilityEnabled()) in removeChildNode() 178 if (AXObjectCache::accessibilityEnabled()) in appendChildNode() 235 if (AXObjectCache::accessibilityEnabled()) in insertChildNode()
|
D | RenderMenuList.cpp | 319 if (AXObjectCache::accessibilityEnabled()) in didSetSelectedIndex() 320 …document()->axObjectCache()->postNotification(this, AXObjectCache::AXMenuListValueChanged, true, P… in didSetSelectedIndex()
|
D | RenderTextControl.cpp | 184 if (AXObjectCache::accessibilityEnabled()) in setInnerTextValue() 185 … document()->axObjectCache()->postNotification(this, AXObjectCache::AXValueChanged, false); in setInnerTextValue()
|
D | RenderWidget.cpp | 121 if (AXObjectCache::accessibilityEnabled()) { in destroy()
|
/external/webkit/WebCore/platform/ |
D | Scrollbar.cpp | 128 if (AXObjectCache::accessibilityEnabled()) { in scroll() 131 AXObjectCache* cache = document->axObjectCache(); in scroll() 134 cache->postNotification(axObject, document, AXObjectCache::AXValueChanged, true); in scroll()
|
/external/webkit/WebCore/editing/gtk/ |
D | SelectionControllerGtk.cpp | 33 …if (AXObjectCache::accessibilityEnabled() && m_selection.start().isNotNull() && m_selection.end().… in notifyAccessibilityForSelectionChange()
|
/external/webkit/WebCore/dom/ |
D | Document.h | 49 class AXObjectCache; variable 488 AXObjectCache* axObjectCache() const; 1113 mutable AXObjectCache* m_axObjectCache;
|
/external/webkit/WebKit/gtk/webkit/ |
D | webkitwebframe.cpp | 1104 if (!AXObjectCache::accessibilityEnabled()) in webkit_web_frame_get_focused_accessible_element() 1105 AXObjectCache::enableAccessibility(); in webkit_web_frame_get_focused_accessible_element()
|