existingAXObjectCache  513 Source/core/dom/Document.h     AXObjectCache* existingAXObjectCache() const;
existingAXObjectCache 1014 Source/core/dom/Element.cpp     if (AXObjectCache* cache = document().existingAXObjectCache())
existingAXObjectCache  296 Source/core/dom/Node.cpp     if (AXObjectCache* cache = document.existingAXObjectCache())
existingAXObjectCache  555 Source/core/dom/Node.cpp     ASSERT(document().existingAXObjectCache());
existingAXObjectCache  557 Source/core/dom/Node.cpp     if (AXObjectCache* cache = document().existingAXObjectCache())
existingAXObjectCache 1204 Source/core/dom/Node.cpp         if (AXObjectCache* cache = document().existingAXObjectCache())
existingAXObjectCache 1918 Source/core/dom/Node.cpp         if (AXObjectCache* cache = oldDocument.existingAXObjectCache())
existingAXObjectCache  535 Source/core/editing/Editor.cpp         if (AXObjectCache* cache = m_frame.document()->existingAXObjectCache())
existingAXObjectCache 1447 Source/core/editing/FrameSelection.cpp         if (AXObjectCache* cache = m_frame->document()->existingAXObjectCache())
existingAXObjectCache 1688 Source/core/frame/FrameView.cpp     if (AXObjectCache* cache = m_frame->document()->existingAXObjectCache())
existingAXObjectCache 2010 Source/core/frame/FrameView.cpp     if (AXObjectCache* cache = m_frame->document()->existingAXObjectCache())
existingAXObjectCache 3241 Source/core/frame/FrameView.cpp         return frame().document()->existingAXObjectCache();
existingAXObjectCache  206 Source/core/html/HTMLFrameOwnerElement.cpp     if (AXObjectCache* cache = document().existingAXObjectCache())
existingAXObjectCache  875 Source/core/html/HTMLInputElement.cpp         if (AXObjectCache* cache = renderer()->document().existingAXObjectCache())
existingAXObjectCache  409 Source/core/html/HTMLSelectElement.cpp         if (AXObjectCache* cache = renderer()->document().existingAXObjectCache())
existingAXObjectCache  760 Source/core/html/HTMLSelectElement.cpp         if (AXObjectCache* cache = renderer()->document().existingAXObjectCache())
existingAXObjectCache  509 Source/core/html/HTMLTextFormControlElement.cpp             if (AXObjectCache* cache = document().existingAXObjectCache())
existingAXObjectCache 2397 Source/core/html/canvas/CanvasRenderingContext2D.cpp     if (AXObjectCache* axObjectCache = element->document().existingAXObjectCache()) {
existingAXObjectCache  854 Source/core/html/forms/InputType.cpp     if (AXObjectCache* cache = element().document().existingAXObjectCache())
existingAXObjectCache  236 Source/core/html/forms/RangeInputType.cpp         if (AXObjectCache* cache = element().document().existingAXObjectCache())
existingAXObjectCache  318 Source/core/page/FocusController.cpp     if (AXObjectCache* cache = focusedOrMainFrame()->document()->existingAXObjectCache())
existingAXObjectCache  921 Source/core/rendering/RenderBlock.cpp     if (AXObjectCache* cache = document().existingAXObjectCache())
existingAXObjectCache 1681 Source/core/rendering/RenderBlockFlow.cpp         if (AXObjectCache* cache = document().existingAXObjectCache())
existingAXObjectCache  288 Source/core/rendering/RenderBlockLineLayout.cpp             if (AXObjectCache* cache = document().existingAXObjectCache())
existingAXObjectCache  421 Source/core/rendering/RenderLayerScrollableArea.cpp     if (AXObjectCache* cache = m_box->document().existingAXObjectCache())
existingAXObjectCache  174 Source/core/rendering/RenderListBox.cpp     if (AXObjectCache* cache = document().existingAXObjectCache())
existingAXObjectCache  135 Source/core/rendering/RenderMenuList.cpp     if (AXObjectCache* cache = document().existingAXObjectCache())
existingAXObjectCache  376 Source/core/rendering/RenderMenuList.cpp     if (!AXObjectCache::accessibilityEnabled() || !document().existingAXObjectCache())
existingAXObjectCache 2014 Source/core/rendering/RenderObject.cpp             if (AXObjectCache* cache = document().existingAXObjectCache())
existingAXObjectCache 2605 Source/core/rendering/RenderObject.cpp     if (AXObjectCache* cache = document().existingAXObjectCache())
existingAXObjectCache 2612 Source/core/rendering/RenderObject.cpp     if (AXObjectCache* cache = document().existingAXObjectCache())
existingAXObjectCache  113 Source/core/rendering/RenderObjectChildList.cpp     if (AXObjectCache* cache = owner->document().existingAXObjectCache())
existingAXObjectCache 1432 Source/core/rendering/RenderText.cpp     if (AXObjectCache* cache = document().existingAXObjectCache())
existingAXObjectCache   57 Source/core/rendering/RenderWidget.cpp     if (AXObjectCache* cache = document().existingAXObjectCache()) {