AXObjectCache      95 Source/core/accessibility/AXARIAGrid.cpp     AXObjectCache* axCache = m_renderer->document().axObjectCache();
AXObjectCache      61 Source/core/accessibility/AXInlineTextBox.h     AXObjectCache* m_axObjectCache;
AXObjectCache      59 Source/core/accessibility/AXMenuList.cpp     AXObjectCache* cache = m_renderer->document().axObjectCache();
AXObjectCache     101 Source/core/accessibility/AXMenuList.cpp     AXObjectCache* cache = document->axObjectCache();
AXObjectCache     114 Source/core/accessibility/AXMenuList.cpp     cache->postNotification(this, document.get(), AXObjectCache::AXMenuListValueChanged, true, PostSynchronously);
AXObjectCache     115 Source/core/accessibility/AXMenuListPopup.cpp     AXObjectCache* cache = axObjectCache();
AXObjectCache     140 Source/core/accessibility/AXMenuListPopup.cpp     AXObjectCache* cache = axObjectCache();
AXObjectCache     143 Source/core/accessibility/AXMenuListPopup.cpp     cache->postNotification(child.get(), document(), AXObjectCache::AXFocusedUIElementChanged, true, PostSynchronously);
AXObjectCache     144 Source/core/accessibility/AXMenuListPopup.cpp     cache->postNotification(child.get(), document(), AXObjectCache::AXMenuListItemSelected, true, PostSynchronously);
AXObjectCache     149 Source/core/accessibility/AXNodeObject.cpp     axObjectCache()->postNotification(node(), AXObjectCache::AXValueChanged, true);
AXObjectCache    1421 Source/core/accessibility/AXNodeObject.cpp     AXObjectCache* cache = axObjectCache();
AXObjectCache    1518 Source/core/accessibility/AXNodeObject.cpp     axObjectCache()->postNotification(this, document(), AXObjectCache::AXChildrenChanged, true);
AXObjectCache    1532 Source/core/accessibility/AXNodeObject.cpp             axObjectCache()->postNotification(parent, parent->document(), AXObjectCache::AXLiveRegionChanged, true);
AXObjectCache    1537 Source/core/accessibility/AXNodeObject.cpp             axObjectCache()->postNotification(parent, parent->document(), AXObjectCache::AXValueChanged, true);
AXObjectCache    1547 Source/core/accessibility/AXNodeObject.cpp         axObjectCache()->postNotification(this, document(), AXObjectCache::AXSelectedTextChanged, true);
AXObjectCache    1556 Source/core/accessibility/AXNodeObject.cpp     AXObjectCache* cache = axObjectCache();
AXObjectCache    1563 Source/core/accessibility/AXNodeObject.cpp             cache->postNotification(parentNode, AXObjectCache::AXLiveRegionChanged, true);
AXObjectCache    1568 Source/core/accessibility/AXNodeObject.cpp             cache->postNotification(parentNode, AXObjectCache::AXValueChanged, true);
AXObjectCache    1675 Source/core/accessibility/AXNodeObject.cpp     axObjectCache()->postNotification(node(), AXObjectCache::AXValueChanged, true);
AXObjectCache      38 Source/core/accessibility/AXNodeObject.h class AXObjectCache;
AXObjectCache     158 Source/core/accessibility/AXObject.cpp AXObjectCache* AXObject::axObjectCache() const
AXObjectCache     536 Source/core/accessibility/AXObject.cpp     AXObjectCache* cache = node->document().axObjectCache();
AXObjectCache     580 Source/core/accessibility/AXObject.cpp     return AXObjectCache::focusedUIElementForPage(page);
AXObjectCache      43 Source/core/accessibility/AXObject.h class AXObjectCache;
AXObjectCache     292 Source/core/accessibility/AXObject.h     AXObjectCache* axObjectCache() const;
AXObjectCache     107 Source/core/accessibility/AXObjectCache.cpp bool AXObjectCache::gAccessibilityEnabled = false;
AXObjectCache     108 Source/core/accessibility/AXObjectCache.cpp bool AXObjectCache::gInlineTextBoxAccessibility = false;
AXObjectCache     110 Source/core/accessibility/AXObjectCache.cpp AXObjectCache::AXObjectCache(Document& document)
AXObjectCache     112 Source/core/accessibility/AXObjectCache.cpp     , m_notificationPostTimer(this, &AXObjectCache::notificationPostTimerFired)
AXObjectCache     117 Source/core/accessibility/AXObjectCache.cpp AXObjectCache::~AXObjectCache()
AXObjectCache     130 Source/core/accessibility/AXObjectCache.cpp AXObject* AXObjectCache::focusedImageMapUIElement(HTMLAreaElement* areaElement)
AXObjectCache     159 Source/core/accessibility/AXObjectCache.cpp AXObject* AXObjectCache::focusedUIElementForPage(const Page* page)
AXObjectCache     189 Source/core/accessibility/AXObjectCache.cpp AXObject* AXObjectCache::get(Widget* widget)
AXObjectCache     202 Source/core/accessibility/AXObjectCache.cpp AXObject* AXObjectCache::get(RenderObject* renderer)
AXObjectCache     215 Source/core/accessibility/AXObjectCache.cpp AXObject* AXObjectCache::get(Node* node)
AXObjectCache     243 Source/core/accessibility/AXObjectCache.cpp AXObject* AXObjectCache::get(AbstractInlineTextBox* inlineTextBox)
AXObjectCache     329 Source/core/accessibility/AXObjectCache.cpp AXObject* AXObjectCache::getOrCreate(Widget* widget)
AXObjectCache     360 Source/core/accessibility/AXObjectCache.cpp AXObject* AXObjectCache::getOrCreate(Node* node)
AXObjectCache     397 Source/core/accessibility/AXObjectCache.cpp AXObject* AXObjectCache::getOrCreate(RenderObject* renderer)
AXObjectCache     421 Source/core/accessibility/AXObjectCache.cpp AXObject* AXObjectCache::getOrCreate(AbstractInlineTextBox* inlineTextBox)
AXObjectCache     445 Source/core/accessibility/AXObjectCache.cpp AXObject* AXObjectCache::rootObject()
AXObjectCache     453 Source/core/accessibility/AXObjectCache.cpp AXObject* AXObjectCache::getOrCreate(AccessibilityRole role)
AXObjectCache     501 Source/core/accessibility/AXObjectCache.cpp void AXObjectCache::remove(AXID axID)
AXObjectCache     522 Source/core/accessibility/AXObjectCache.cpp void AXObjectCache::remove(RenderObject* renderer)
AXObjectCache     532 Source/core/accessibility/AXObjectCache.cpp void AXObjectCache::remove(Node* node)
AXObjectCache     550 Source/core/accessibility/AXObjectCache.cpp void AXObjectCache::remove(Widget* view)
AXObjectCache     560 Source/core/accessibility/AXObjectCache.cpp void AXObjectCache::remove(AbstractInlineTextBox* inlineTextBox)
AXObjectCache     570 Source/core/accessibility/AXObjectCache.cpp AXID AXObjectCache::platformGenerateAXID() const
AXObjectCache     585 Source/core/accessibility/AXObjectCache.cpp AXID AXObjectCache::getAXID(AXObject* obj)
AXObjectCache     602 Source/core/accessibility/AXObjectCache.cpp void AXObjectCache::removeAXID(AXObject* object)
AXObjectCache     616 Source/core/accessibility/AXObjectCache.cpp void AXObjectCache::selectionChanged(Node* node)
AXObjectCache     629 Source/core/accessibility/AXObjectCache.cpp void AXObjectCache::textChanged(Node* node)
AXObjectCache     634 Source/core/accessibility/AXObjectCache.cpp void AXObjectCache::textChanged(RenderObject* renderer)
AXObjectCache     639 Source/core/accessibility/AXObjectCache.cpp void AXObjectCache::textChanged(AXObject* obj)
AXObjectCache     646 Source/core/accessibility/AXObjectCache.cpp     postNotification(obj, obj->document(), AXObjectCache::AXTextChanged, true);
AXObjectCache     651 Source/core/accessibility/AXObjectCache.cpp void AXObjectCache::updateCacheAfterNodeIsAttached(Node* node)
AXObjectCache     658 Source/core/accessibility/AXObjectCache.cpp void AXObjectCache::childrenChanged(Node* node)
AXObjectCache     663 Source/core/accessibility/AXObjectCache.cpp void AXObjectCache::childrenChanged(RenderObject* renderer)
AXObjectCache     668 Source/core/accessibility/AXObjectCache.cpp void AXObjectCache::childrenChanged(AXObject* obj)
AXObjectCache     676 Source/core/accessibility/AXObjectCache.cpp void AXObjectCache::notificationPostTimerFired(Timer<AXObjectCache>*)
AXObjectCache     712 Source/core/accessibility/AXObjectCache.cpp void AXObjectCache::postNotification(RenderObject* renderer, AXNotification notification, bool postToElement, PostType postType)
AXObjectCache     733 Source/core/accessibility/AXObjectCache.cpp void AXObjectCache::postNotification(Node* node, AXNotification notification, bool postToElement, PostType postType)
AXObjectCache     754 Source/core/accessibility/AXObjectCache.cpp void AXObjectCache::postNotification(AXObject* object, Document* document, AXNotification notification, bool postToElement, PostType postType)
AXObjectCache     776 Source/core/accessibility/AXObjectCache.cpp void AXObjectCache::checkedStateChanged(Node* node)
AXObjectCache     778 Source/core/accessibility/AXObjectCache.cpp     postNotification(node, AXObjectCache::AXCheckedStateChanged, true);
AXObjectCache     781 Source/core/accessibility/AXObjectCache.cpp void AXObjectCache::selectedChildrenChanged(Node* node)
AXObjectCache     788 Source/core/accessibility/AXObjectCache.cpp void AXObjectCache::selectedChildrenChanged(RenderObject* renderer)
AXObjectCache     795 Source/core/accessibility/AXObjectCache.cpp void AXObjectCache::handleScrollbarUpdate(ScrollView* view)
AXObjectCache     807 Source/core/accessibility/AXObjectCache.cpp void AXObjectCache::handleLayoutComplete(RenderObject* renderer)
AXObjectCache     821 Source/core/accessibility/AXObjectCache.cpp void AXObjectCache::handleAriaExpandedChange(Node* node)
AXObjectCache     827 Source/core/accessibility/AXObjectCache.cpp void AXObjectCache::handleActiveDescendantChanged(Node* node)
AXObjectCache     833 Source/core/accessibility/AXObjectCache.cpp void AXObjectCache::handleAriaRoleChanged(Node* node)
AXObjectCache     842 Source/core/accessibility/AXObjectCache.cpp void AXObjectCache::handleAttributeChanged(const QualifiedName& attrName, Element* element)
AXObjectCache     857 Source/core/accessibility/AXObjectCache.cpp         postNotification(element, AXObjectCache::AXValueChanged, true);
AXObjectCache     869 Source/core/accessibility/AXObjectCache.cpp         postNotification(element, AXObjectCache::AXInvalidStatusChanged, true);
AXObjectCache     871 Source/core/accessibility/AXObjectCache.cpp         postNotification(element, AXObjectCache::AXAriaAttributeChanged, true);
AXObjectCache     874 Source/core/accessibility/AXObjectCache.cpp void AXObjectCache::labelChanged(Element* element)
AXObjectCache     879 Source/core/accessibility/AXObjectCache.cpp void AXObjectCache::recomputeIsIgnored(RenderObject* renderer)
AXObjectCache     885 Source/core/accessibility/AXObjectCache.cpp void AXObjectCache::inlineTextBoxesUpdated(RenderObject* renderer)
AXObjectCache     900 Source/core/accessibility/AXObjectCache.cpp void AXObjectCache::startCachingComputedObjectAttributesUntilTreeMutates()
AXObjectCache     907 Source/core/accessibility/AXObjectCache.cpp void AXObjectCache::stopCachingComputedObjectAttributes()
AXObjectCache     912 Source/core/accessibility/AXObjectCache.cpp VisiblePosition AXObjectCache::visiblePositionForTextMarkerData(TextMarkerData& textMarkerData)
AXObjectCache     927 Source/core/accessibility/AXObjectCache.cpp     AXObjectCache* cache = renderer->document().axObjectCache();
AXObjectCache     937 Source/core/accessibility/AXObjectCache.cpp void AXObjectCache::textMarkerDataForVisiblePosition(TextMarkerData& textMarkerData, const VisiblePosition& visiblePos)
AXObjectCache     956 Source/core/accessibility/AXObjectCache.cpp     AXObjectCache* cache = domNode->document().axObjectCache();
AXObjectCache     967 Source/core/accessibility/AXObjectCache.cpp const Element* AXObjectCache::rootAXEditableElement(const Node* node)
AXObjectCache     980 Source/core/accessibility/AXObjectCache.cpp bool AXObjectCache::nodeIsTextControl(const Node* node)
AXObjectCache    1000 Source/core/accessibility/AXObjectCache.cpp void AXObjectCache::detachWrapper(AXObject* obj)
AXObjectCache    1005 Source/core/accessibility/AXObjectCache.cpp void AXObjectCache::attachWrapper(AXObject*)
AXObjectCache    1010 Source/core/accessibility/AXObjectCache.cpp void AXObjectCache::postPlatformNotification(AXObject* obj, AXNotification notification)
AXObjectCache    1039 Source/core/accessibility/AXObjectCache.cpp void AXObjectCache::handleFocusedUIElementChanged(Node*, Node* newFocusedNode)
AXObjectCache    1055 Source/core/accessibility/AXObjectCache.cpp void AXObjectCache::handleScrolledToAnchor(const Node* anchorNode)
AXObjectCache    1062 Source/core/accessibility/AXObjectCache.cpp void AXObjectCache::handleScrollPositionChanged(ScrollView* scrollView)
AXObjectCache    1067 Source/core/accessibility/AXObjectCache.cpp void AXObjectCache::handleScrollPositionChanged(RenderObject* renderObject)
AXObjectCache      79 Source/core/accessibility/AXObjectCache.h class AXObjectCache {
AXObjectCache      80 Source/core/accessibility/AXObjectCache.h     WTF_MAKE_NONCOPYABLE(AXObjectCache); WTF_MAKE_FAST_ALLOCATED;
AXObjectCache      82 Source/core/accessibility/AXObjectCache.h     explicit AXObjectCache(Document&);
AXObjectCache      83 Source/core/accessibility/AXObjectCache.h     ~AXObjectCache();
AXObjectCache     231 Source/core/accessibility/AXObjectCache.h     Timer<AXObjectCache> m_notificationPostTimer;
AXObjectCache     233 Source/core/accessibility/AXObjectCache.h     void notificationPostTimerFired(Timer<AXObjectCache>*);
AXObjectCache     968 Source/core/accessibility/AXRenderObject.cpp     AXObjectCache* cache = axObjectCache();
AXObjectCache    1535 Source/core/accessibility/AXRenderObject.cpp     AXObjectCache* cache = axObjectCache();
AXObjectCache    1661 Source/core/accessibility/AXRenderObject.cpp         doc.axObjectCache()->postNotification(m_renderer, AXObjectCache::AXActiveDescendantChanged, true);
AXObjectCache    1691 Source/core/accessibility/AXRenderObject.cpp         axObjectCache()->postNotification(containerParent, document(), AXObjectCache::AXRowCountChanged, true);
AXObjectCache    1695 Source/core/accessibility/AXRenderObject.cpp         axObjectCache()->postNotification(this, document(), isExpanded() ? AXObjectCache::AXRowExpanded : AXObjectCache::AXRowCollapsed, true);
AXObjectCache    1703 Source/core/accessibility/AXRenderObject.cpp     if (AXObjectCache::inlineTextBoxAccessibility() && roleValue() == StaticTextRole)
AXObjectCache      39 Source/core/accessibility/AXRenderObject.h class AXObjectCache;
AXObjectCache      86 Source/core/accessibility/AXSlider.cpp     AXObjectCache* cache = m_renderer->document().axObjectCache();
AXObjectCache     334 Source/core/accessibility/AXTable.cpp     AXObjectCache* axCache = m_renderer->document().axObjectCache();
AXObjectCache    2201 Source/core/dom/Document.cpp AXObjectCache* Document::existingAXObjectCache() const
AXObjectCache    2203 Source/core/dom/Document.cpp     if (!AXObjectCache::accessibilityEnabled())
AXObjectCache    2214 Source/core/dom/Document.cpp AXObjectCache* Document::axObjectCache() const
AXObjectCache    2216 Source/core/dom/Document.cpp     if (!AXObjectCache::accessibilityEnabled())
AXObjectCache    2231 Source/core/dom/Document.cpp         topDocument.m_axObjectCache = adoptPtr(new AXObjectCache(topDocument));
AXObjectCache    2508 Source/core/dom/Document.cpp     if (frame() && renderView() && AXObjectCache::accessibilityEnabled()) {
AXObjectCache    2513 Source/core/dom/Document.cpp         if (AXObjectCache* cache = axObjectCache()) {
AXObjectCache    2516 Source/core/dom/Document.cpp                 cache->postNotification(renderView(), AXObjectCache::AXLoadComplete, true);
AXObjectCache    2520 Source/core/dom/Document.cpp                 cache->postNotification(renderView(), AXObjectCache::AXLayoutComplete, true);
AXObjectCache    3562 Source/core/dom/Document.cpp         if (AXObjectCache* cache = axObjectCache())
AXObjectCache      65 Source/core/dom/Document.h class AXObjectCache;
AXObjectCache     513 Source/core/dom/Document.h     AXObjectCache* existingAXObjectCache() const;
AXObjectCache     514 Source/core/dom/Document.h     AXObjectCache* axObjectCache() const;
AXObjectCache    1254 Source/core/dom/Document.h     OwnPtr<AXObjectCache> m_axObjectCache;
AXObjectCache    1014 Source/core/dom/Element.cpp     if (AXObjectCache* cache = document().existingAXObjectCache())
AXObjectCache     296 Source/core/dom/Node.cpp     if (AXObjectCache* cache = document.existingAXObjectCache())
AXObjectCache     554 Source/core/dom/Node.cpp     ASSERT(AXObjectCache::accessibilityEnabled());
AXObjectCache     557 Source/core/dom/Node.cpp     if (AXObjectCache* cache = document().existingAXObjectCache())
AXObjectCache     964 Source/core/dom/Node.cpp     if (AXObjectCache* cache = document().axObjectCache())
AXObjectCache    1204 Source/core/dom/Node.cpp         if (AXObjectCache* cache = document().existingAXObjectCache())
AXObjectCache    1917 Source/core/dom/Node.cpp     if (AXObjectCache::accessibilityEnabled()) {
AXObjectCache    1918 Source/core/dom/Node.cpp         if (AXObjectCache* cache = oldDocument.existingAXObjectCache())
AXObjectCache     533 Source/core/editing/Editor.cpp     if (AXObjectCache::accessibilityEnabled()) {
AXObjectCache     535 Source/core/editing/Editor.cpp         if (AXObjectCache* cache = m_frame.document()->existingAXObjectCache())
AXObjectCache     536 Source/core/editing/Editor.cpp             cache->postNotification(node, AXObjectCache::AXValueChanged, false);
AXObjectCache    1447 Source/core/editing/FrameSelection.cpp         if (AXObjectCache* cache = m_frame->document()->existingAXObjectCache())
AXObjectCache     251 Source/core/frame/FrameView.cpp     if (AXObjectCache* cache = axObjectCache())
AXObjectCache     989 Source/core/frame/FrameView.cpp     if (AXObjectCache* cache = rootForThisLayout->document().axObjectCache())
AXObjectCache    1688 Source/core/frame/FrameView.cpp     if (AXObjectCache* cache = m_frame->document()->existingAXObjectCache())
AXObjectCache    2010 Source/core/frame/FrameView.cpp     if (AXObjectCache* cache = m_frame->document()->existingAXObjectCache())
AXObjectCache    3238 Source/core/frame/FrameView.cpp AXObjectCache* FrameView::axObjectCache() const
AXObjectCache    3278 Source/core/frame/FrameView.cpp     if (AXObjectCache* cache = axObjectCache())
AXObjectCache    3285 Source/core/frame/FrameView.cpp     if (AXObjectCache* cache = axObjectCache()) {
AXObjectCache      39 Source/core/frame/FrameView.h class AXObjectCache;
AXObjectCache     408 Source/core/frame/FrameView.h     AXObjectCache* axObjectCache() const;
AXObjectCache      88 Source/core/html/HTMLDialogElement.cpp     if (AXObjectCache* cache = topDocument.axObjectCache())
AXObjectCache     206 Source/core/html/HTMLFrameOwnerElement.cpp     if (AXObjectCache* cache = document().existingAXObjectCache())
AXObjectCache     875 Source/core/html/HTMLInputElement.cpp         if (AXObjectCache* cache = renderer()->document().existingAXObjectCache())
AXObjectCache     409 Source/core/html/HTMLSelectElement.cpp         if (AXObjectCache* cache = renderer()->document().existingAXObjectCache())
AXObjectCache     760 Source/core/html/HTMLSelectElement.cpp         if (AXObjectCache* cache = renderer()->document().existingAXObjectCache())
AXObjectCache     509 Source/core/html/HTMLTextFormControlElement.cpp             if (AXObjectCache* cache = document().existingAXObjectCache())
AXObjectCache     510 Source/core/html/HTMLTextFormControlElement.cpp                 cache->postNotification(this, AXObjectCache::AXValueChanged, false);
AXObjectCache    2397 Source/core/html/canvas/CanvasRenderingContext2D.cpp     if (AXObjectCache* axObjectCache = element->document().existingAXObjectCache()) {
AXObjectCache     854 Source/core/html/forms/InputType.cpp     if (AXObjectCache* cache = element().document().existingAXObjectCache())
AXObjectCache     855 Source/core/html/forms/InputType.cpp         cache->postNotification(&element(), AXObjectCache::AXValueChanged, true);
AXObjectCache     236 Source/core/html/forms/RangeInputType.cpp         if (AXObjectCache* cache = element().document().existingAXObjectCache())
AXObjectCache     237 Source/core/html/forms/RangeInputType.cpp             cache->postNotification(&element(), AXObjectCache::AXValueChanged, true);
AXObjectCache     217 Source/core/page/ChromeClient.h     virtual void postAccessibilityNotification(AXObject*, AXObjectCache::AXNotification) { }
AXObjectCache     318 Source/core/page/FocusController.cpp     if (AXObjectCache* cache = focusedOrMainFrame()->document()->existingAXObjectCache())
AXObjectCache     319 Source/core/page/FocusController.cpp         cache->postNotification(focusedOrMainFrame()->document(), AXObjectCache::AXFocusedUIElementChanged, true);
AXObjectCache     921 Source/core/rendering/RenderBlock.cpp     if (AXObjectCache* cache = document().existingAXObjectCache())
AXObjectCache    1680 Source/core/rendering/RenderBlockFlow.cpp     if (UNLIKELY(AXObjectCache::accessibilityEnabled()) && m_lineBoxes.firstLineBox() == rootBox) {
AXObjectCache    1681 Source/core/rendering/RenderBlockFlow.cpp         if (AXObjectCache* cache = document().existingAXObjectCache())
AXObjectCache     288 Source/core/rendering/RenderBlockLineLayout.cpp             if (AXObjectCache* cache = document().existingAXObjectCache())
AXObjectCache     421 Source/core/rendering/RenderLayerScrollableArea.cpp     if (AXObjectCache* cache = m_box->document().existingAXObjectCache())
AXObjectCache     174 Source/core/rendering/RenderListBox.cpp     if (AXObjectCache* cache = document().existingAXObjectCache())
AXObjectCache     135 Source/core/rendering/RenderMenuList.cpp     if (AXObjectCache* cache = document().existingAXObjectCache())
AXObjectCache     376 Source/core/rendering/RenderMenuList.cpp     if (!AXObjectCache::accessibilityEnabled() || !document().existingAXObjectCache())
AXObjectCache    2014 Source/core/rendering/RenderObject.cpp             if (AXObjectCache* cache = document().existingAXObjectCache())
AXObjectCache    2605 Source/core/rendering/RenderObject.cpp     if (AXObjectCache* cache = document().existingAXObjectCache())
AXObjectCache    2612 Source/core/rendering/RenderObject.cpp     if (AXObjectCache* cache = document().existingAXObjectCache())
AXObjectCache     113 Source/core/rendering/RenderObjectChildList.cpp     if (AXObjectCache* cache = owner->document().existingAXObjectCache())
AXObjectCache     165 Source/core/rendering/RenderObjectChildList.cpp     if (AXObjectCache* cache = owner->document().axObjectCache())
AXObjectCache    1432 Source/core/rendering/RenderText.cpp     if (AXObjectCache* cache = document().existingAXObjectCache())
AXObjectCache      57 Source/core/rendering/RenderWidget.cpp     if (AXObjectCache* cache = document().existingAXObjectCache()) {
AXObjectCache     140 Source/web/AssertMatchingEnums.cpp COMPILE_ASSERT_MATCHING_ENUM(WebAXEventActiveDescendantChanged, AXObjectCache::AXActiveDescendantChanged);
AXObjectCache     141 Source/web/AssertMatchingEnums.cpp COMPILE_ASSERT_MATCHING_ENUM(WebAXEventAlert, AXObjectCache::AXAlert);
AXObjectCache     142 Source/web/AssertMatchingEnums.cpp COMPILE_ASSERT_MATCHING_ENUM(WebAXEventAriaAttributeChanged, AXObjectCache::AXAriaAttributeChanged);
AXObjectCache     143 Source/web/AssertMatchingEnums.cpp COMPILE_ASSERT_MATCHING_ENUM(WebAXEventAutocorrectionOccured, AXObjectCache::AXAutocorrectionOccured);
AXObjectCache     144 Source/web/AssertMatchingEnums.cpp COMPILE_ASSERT_MATCHING_ENUM(WebAXEventBlur, AXObjectCache::AXBlur);
AXObjectCache     145 Source/web/AssertMatchingEnums.cpp COMPILE_ASSERT_MATCHING_ENUM(WebAXEventCheckedStateChanged, AXObjectCache::AXCheckedStateChanged);
AXObjectCache     146 Source/web/AssertMatchingEnums.cpp COMPILE_ASSERT_MATCHING_ENUM(WebAXEventChildrenChanged, AXObjectCache::AXChildrenChanged);
AXObjectCache     147 Source/web/AssertMatchingEnums.cpp COMPILE_ASSERT_MATCHING_ENUM(WebAXEventFocus, AXObjectCache::AXFocusedUIElementChanged);
AXObjectCache     148 Source/web/AssertMatchingEnums.cpp COMPILE_ASSERT_MATCHING_ENUM(WebAXEventHide, AXObjectCache::AXHide);
AXObjectCache     149 Source/web/AssertMatchingEnums.cpp COMPILE_ASSERT_MATCHING_ENUM(WebAXEventInvalidStatusChanged, AXObjectCache::AXInvalidStatusChanged);
AXObjectCache     150 Source/web/AssertMatchingEnums.cpp COMPILE_ASSERT_MATCHING_ENUM(WebAXEventLayoutComplete, AXObjectCache::AXLayoutComplete);
AXObjectCache     151 Source/web/AssertMatchingEnums.cpp COMPILE_ASSERT_MATCHING_ENUM(WebAXEventLiveRegionChanged, AXObjectCache::AXLiveRegionChanged);
AXObjectCache     152 Source/web/AssertMatchingEnums.cpp COMPILE_ASSERT_MATCHING_ENUM(WebAXEventLoadComplete, AXObjectCache::AXLoadComplete);
AXObjectCache     153 Source/web/AssertMatchingEnums.cpp COMPILE_ASSERT_MATCHING_ENUM(WebAXEventLocationChanged, AXObjectCache::AXLocationChanged);
AXObjectCache     154 Source/web/AssertMatchingEnums.cpp COMPILE_ASSERT_MATCHING_ENUM(WebAXEventMenuListItemSelected, AXObjectCache::AXMenuListItemSelected);
AXObjectCache     155 Source/web/AssertMatchingEnums.cpp COMPILE_ASSERT_MATCHING_ENUM(WebAXEventMenuListValueChanged, AXObjectCache::AXMenuListValueChanged);
AXObjectCache     156 Source/web/AssertMatchingEnums.cpp COMPILE_ASSERT_MATCHING_ENUM(WebAXEventRowCollapsed, AXObjectCache::AXRowCollapsed);
AXObjectCache     157 Source/web/AssertMatchingEnums.cpp COMPILE_ASSERT_MATCHING_ENUM(WebAXEventRowCountChanged, AXObjectCache::AXRowCountChanged);
AXObjectCache     158 Source/web/AssertMatchingEnums.cpp COMPILE_ASSERT_MATCHING_ENUM(WebAXEventRowExpanded, AXObjectCache::AXRowExpanded);
AXObjectCache     159 Source/web/AssertMatchingEnums.cpp COMPILE_ASSERT_MATCHING_ENUM(WebAXEventScrollPositionChanged, AXObjectCache::AXScrollPositionChanged);
AXObjectCache     160 Source/web/AssertMatchingEnums.cpp COMPILE_ASSERT_MATCHING_ENUM(WebAXEventScrolledToAnchor, AXObjectCache::AXScrolledToAnchor);
AXObjectCache     161 Source/web/AssertMatchingEnums.cpp COMPILE_ASSERT_MATCHING_ENUM(WebAXEventSelectedChildrenChanged, AXObjectCache::AXSelectedChildrenChanged);
AXObjectCache     162 Source/web/AssertMatchingEnums.cpp COMPILE_ASSERT_MATCHING_ENUM(WebAXEventSelectedTextChanged, AXObjectCache::AXSelectedTextChanged);
AXObjectCache     163 Source/web/AssertMatchingEnums.cpp COMPILE_ASSERT_MATCHING_ENUM(WebAXEventShow, AXObjectCache::AXShow);
AXObjectCache     164 Source/web/AssertMatchingEnums.cpp COMPILE_ASSERT_MATCHING_ENUM(WebAXEventTextChanged, AXObjectCache::AXTextChanged);
AXObjectCache     165 Source/web/AssertMatchingEnums.cpp COMPILE_ASSERT_MATCHING_ENUM(WebAXEventTextInserted, AXObjectCache::AXTextInserted);
AXObjectCache     166 Source/web/AssertMatchingEnums.cpp COMPILE_ASSERT_MATCHING_ENUM(WebAXEventTextRemoved, AXObjectCache::AXTextRemoved);
AXObjectCache     167 Source/web/AssertMatchingEnums.cpp COMPILE_ASSERT_MATCHING_ENUM(WebAXEventValueChanged, AXObjectCache::AXValueChanged);
AXObjectCache     116 Source/web/ChromeClientImpl.cpp static WebAXEvent toWebAXEvent(AXObjectCache::AXNotification notification)
AXObjectCache     683 Source/web/ChromeClientImpl.cpp void ChromeClientImpl::postAccessibilityNotification(AXObject* obj, AXObjectCache::AXNotification notification)
AXObjectCache     157 Source/web/ChromeClientImpl.h     virtual void postAccessibilityNotification(WebCore::AXObject*, WebCore::AXObjectCache::AXNotification) OVERRIDE;
AXObjectCache      78 Source/web/WebAXObject.cpp     AXObjectCache::enableAccessibility();
AXObjectCache      84 Source/web/WebAXObject.cpp     return AXObjectCache::accessibilityEnabled();
AXObjectCache      90 Source/web/WebAXObject.cpp     AXObjectCache::setInlineTextBoxAccessibility(true);