axObjectCache 95 Source/core/accessibility/AXARIAGrid.cpp AXObjectCache* axCache = m_renderer->document().axObjectCache(); axObjectCache 69 Source/core/accessibility/AXImageMapLink.cpp return m_mapElement->document().axObjectCache()->getOrCreate(m_mapElement->renderer()); axObjectCache 46 Source/core/accessibility/AXInlineTextBox.cpp m_axObjectCache = renderText->document().axObjectCache(); axObjectCache 131 Source/core/accessibility/AXListBox.cpp AXObject* listBoxObject = m_renderer->document().axObjectCache()->getOrCreate(ListBoxOptionRole); axObjectCache 165 Source/core/accessibility/AXListBox.cpp return axObjectCache()->getOrCreate(m_renderer); axObjectCache 105 Source/core/accessibility/AXListBoxOption.cpp LayoutRect parentRect = listBoxRenderer->document().axObjectCache()->getOrCreate(listBoxRenderer)->elementRect(); axObjectCache 168 Source/core/accessibility/AXListBoxOption.cpp return m_optionElement->document().axObjectCache()->getOrCreate(parentNode); 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 73 Source/core/accessibility/AXMenuListPopup.cpp AXObject* object = document()->axObjectCache()->getOrCreate(MenuListOptionRole); axObjectCache 115 Source/core/accessibility/AXMenuListPopup.cpp AXObjectCache* cache = axObjectCache(); axObjectCache 140 Source/core/accessibility/AXMenuListPopup.cpp AXObjectCache* cache = axObjectCache(); axObjectCache 149 Source/core/accessibility/AXNodeObject.cpp axObjectCache()->postNotification(node(), AXObjectCache::AXValueChanged, true); axObjectCache 362 Source/core/accessibility/AXNodeObject.cpp AXObject* menuItemAX = axObjectCache()->getOrCreate(menuItem); axObjectCache 887 Source/core/accessibility/AXNodeObject.cpp return axObjectCache()->getOrCreate(toHTMLFieldSetElement(node())->legend()); axObjectCache 891 Source/core/accessibility/AXNodeObject.cpp return axObjectCache()->getOrCreate(label); axObjectCache 1221 Source/core/accessibility/AXNodeObject.cpp AXObject* axObj = axObjectCache()->getOrCreate(curr); axObjectCache 1263 Source/core/accessibility/AXNodeObject.cpp return axObjectCache()->getOrCreate(parentObj); axObjectCache 1283 Source/core/accessibility/AXNodeObject.cpp return axObjectCache()->getOrCreate(firstChild); axObjectCache 1295 Source/core/accessibility/AXNodeObject.cpp return axObjectCache()->getOrCreate(nextSibling); axObjectCache 1314 Source/core/accessibility/AXNodeObject.cpp addChild(axObjectCache()->getOrCreate(child)); axObjectCache 1364 Source/core/accessibility/AXNodeObject.cpp if (!axObjectCache()->inlineTextBoxAccessibility()) axObjectCache 1421 Source/core/accessibility/AXNodeObject.cpp AXObjectCache* cache = axObjectCache(); axObjectCache 1460 Source/core/accessibility/AXNodeObject.cpp return axObjectCache()->getOrCreate(correspondingControl); 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 1661 Source/core/accessibility/AXNodeObject.cpp RefPtr<AXObject> axElement = axObjectCache()->getOrCreate(elements[k]); axObjectCache 1675 Source/core/accessibility/AXNodeObject.cpp axObjectCache()->postNotification(node(), AXObjectCache::AXValueChanged, true); axObjectCache 162 Source/core/accessibility/AXObject.cpp return doc->axObjectCache(); axObjectCache 263 Source/core/accessibility/AXObject.cpp AXComputedObjectAttributeCache* attributeCache = axObjectCache()->computedObjectAttributeCache(); axObjectCache 502 Source/core/accessibility/AXObject.cpp return axObjectCache()->getOrCreate(widget)->accessibilityHitTest(IntPoint(point - widget->frameRect().location())); axObjectCache 536 Source/core/accessibility/AXObject.cpp AXObjectCache* cache = node->document().axObjectCache(); axObjectCache 833 Source/core/accessibility/AXObject.cpp axObjectCache()->childrenChanged(parentObject()); axObjectCache 292 Source/core/accessibility/AXObject.h AXObjectCache* axObjectCache() const; axObjectCache 141 Source/core/accessibility/AXObjectCache.cpp AXObject* axRenderImage = areaElement->document().axObjectCache()->getOrCreate(imageElement); axObjectCache 173 Source/core/accessibility/AXObjectCache.cpp AXObject* obj = focusedNode->document().axObjectCache()->getOrCreate(focusedNode); axObjectCache 688 Source/core/accessibility/AXObjectCache.cpp if (!obj->axObjectCache()) axObjectCache 927 Source/core/accessibility/AXObjectCache.cpp AXObjectCache* cache = renderer->document().axObjectCache(); axObjectCache 956 Source/core/accessibility/AXObjectCache.cpp AXObjectCache* cache = domNode->document().axObjectCache(); axObjectCache 954 Source/core/accessibility/AXRenderObject.cpp AXObject* obj = axObjectCache()->getOrCreate(target); axObjectCache 968 Source/core/accessibility/AXRenderObject.cpp AXObjectCache* cache = axObjectCache(); axObjectCache 1186 Source/core/accessibility/AXRenderObject.cpp AXObject* axObj = axObjectCache()->getOrCreate(curr); axObjectCache 1304 Source/core/accessibility/AXRenderObject.cpp AXObject* result = obj->document().axObjectCache()->getOrCreate(obj); axObjectCache 1342 Source/core/accessibility/AXRenderObject.cpp return axObjectCache()->getOrCreate(m_renderer->parent()); axObjectCache 1353 Source/core/accessibility/AXRenderObject.cpp return axObjectCache()->getOrCreate(parentObj); axObjectCache 1357 Source/core/accessibility/AXRenderObject.cpp return axObjectCache()->getOrCreate(m_renderer->frame()->view()); axObjectCache 1366 Source/core/accessibility/AXRenderObject.cpp return axObjectCache()->get(m_renderer->frame()->view()); axObjectCache 1368 Source/core/accessibility/AXRenderObject.cpp return axObjectCache()->get(renderParentObject()); axObjectCache 1385 Source/core/accessibility/AXRenderObject.cpp return axObjectCache()->getOrCreate(firstChild); axObjectCache 1429 Source/core/accessibility/AXRenderObject.cpp return axObjectCache()->getOrCreate(nextSibling); axObjectCache 1482 Source/core/accessibility/AXRenderObject.cpp return axObjectCache()->getOrCreate(renderer); 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 1780 Source/core/accessibility/AXRenderObject.cpp if (!axObjectCache()->inlineTextBoxAccessibility()) axObjectCache 1795 Source/core/accessibility/AXRenderObject.cpp AXObject* axObject = axObjectCache()->getOrCreate(box.get()); axObjectCache 1881 Source/core/accessibility/AXRenderObject.cpp const AXObject* axObjectForNode = axObjectCache()->getOrCreate(const_cast<Node*>(node)); axObjectCache 1910 Source/core/accessibility/AXRenderObject.cpp AXObject* tabPanel = axObjectCache()->getOrCreate(element); axObjectCache 1959 Source/core/accessibility/AXRenderObject.cpp AXObject* parent = axObjectCache()->getOrCreate(area->imageElement()); axObjectCache 2078 Source/core/accessibility/AXRenderObject.cpp AXObject* rootSVGObject = doc->axObjectCache()->getOrCreate(rendererRoot); axObjectCache 2138 Source/core/accessibility/AXRenderObject.cpp AXObject* childObject = axObjectCache()->get(child->renderer()); axObjectCache 2159 Source/core/accessibility/AXRenderObject.cpp insertChild(axObjectCache()->getOrCreate(child), insertionIndex); axObjectCache 2175 Source/core/accessibility/AXRenderObject.cpp AXSpinButton* axSpinButton = toAXSpinButton(axObjectCache()->getOrCreate(SpinButtonRole)); axObjectCache 2194 Source/core/accessibility/AXRenderObject.cpp AXImageMapLink* areaObject = toAXImageMapLink(axObjectCache()->getOrCreate(ImageMapLinkRole)); axObjectCache 2201 Source/core/accessibility/AXRenderObject.cpp axObjectCache()->remove(areaObject->axObjectID()); axObjectCache 2228 Source/core/accessibility/AXRenderObject.cpp AXObject* axWidget = axObjectCache()->getOrCreate(widget); axObjectCache 2352 Source/core/accessibility/AXRenderObject.cpp LayoutRect labelRect = axObjectCache()->getOrCreate(label)->elementRect(); axObjectCache 131 Source/core/accessibility/AXScrollView.cpp AXScrollbar* scrollBarObject = toAXScrollbar(axObjectCache()->getOrCreate(scrollbar)); axObjectCache 174 Source/core/accessibility/AXScrollView.cpp return axObjectCache()->getOrCreate(doc); axObjectCache 214 Source/core/accessibility/AXScrollView.cpp return axObjectCache()->getOrCreate(owner); axObjectCache 226 Source/core/accessibility/AXScrollView.cpp return axObjectCache()->get(owner); axObjectCache 86 Source/core/accessibility/AXSlider.cpp AXObjectCache* cache = m_renderer->document().axObjectCache(); axObjectCache 112 Source/core/accessibility/AXSlider.cpp return axObjectCache()->getOrCreate(m_renderer); axObjectCache 65 Source/core/accessibility/AXSpinButton.cpp AXSpinButtonPart* incrementor = static_cast<AXSpinButtonPart*>(axObjectCache()->getOrCreate(SpinButtonPartRole)); axObjectCache 70 Source/core/accessibility/AXSpinButton.cpp AXSpinButtonPart* decrementor = static_cast<AXSpinButtonPart*>(axObjectCache()->getOrCreate(SpinButtonPartRole)); axObjectCache 334 Source/core/accessibility/AXTable.cpp AXObjectCache* axCache = m_renderer->document().axObjectCache(); axObjectCache 394 Source/core/accessibility/AXTable.cpp AXMockObject* tableHeader = toAXMockObject(axObjectCache()->getOrCreate(TableHeaderContainerRole)); axObjectCache 74 Source/core/accessibility/AXTableCell.cpp if (!axObjectCache()) axObjectCache 82 Source/core/accessibility/AXTableCell.cpp return axObjectCache()->get(toRenderTableCell(m_renderer)->table()); axObjectCache 174 Source/core/accessibility/AXTableCell.cpp return axObjectCache()->getOrCreate(headerCell); axObjectCache 148 Source/core/accessibility/AXTableColumn.cpp return axObjectCache()->getOrCreate(cell); axObjectCache 2513 Source/core/dom/Document.cpp if (AXObjectCache* cache = axObjectCache()) { axObjectCache 3562 Source/core/dom/Document.cpp if (AXObjectCache* cache = axObjectCache()) axObjectCache 514 Source/core/dom/Document.h AXObjectCache* axObjectCache() const; axObjectCache 964 Source/core/dom/Node.cpp if (AXObjectCache* cache = document().axObjectCache()) 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 3278 Source/core/frame/FrameView.cpp if (AXObjectCache* cache = axObjectCache()) axObjectCache 3285 Source/core/frame/FrameView.cpp if (AXObjectCache* cache = axObjectCache()) { axObjectCache 408 Source/core/frame/FrameView.h AXObjectCache* axObjectCache() const; axObjectCache 88 Source/core/html/HTMLDialogElement.cpp if (AXObjectCache* cache = topDocument.axObjectCache()) axObjectCache 2397 Source/core/html/canvas/CanvasRenderingContext2D.cpp if (AXObjectCache* axObjectCache = element->document().existingAXObjectCache()) { axObjectCache 2398 Source/core/html/canvas/CanvasRenderingContext2D.cpp if (AXObject* obj = axObjectCache->getOrCreate(element)) { axObjectCache 387 Source/core/rendering/RenderMenuList.cpp if (AXMenuList* menuList = toAXMenuList(document().axObjectCache()->get(this))) axObjectCache 165 Source/core/rendering/RenderObjectChildList.cpp if (AXObjectCache* cache = owner->document().axObjectCache()) axObjectCache 95 Source/web/WebAXObject.cpp m_private->axObjectCache()->startCachingComputedObjectAttributesUntilTreeMutates(); axObjectCache 100 Source/web/WebAXObject.cpp m_private->axObjectCache()->stopCachingComputedObjectAttributes(); axObjectCache 266 Source/web/WebDocument.cpp return WebAXObject(document->axObjectCache()->getOrCreate(document->renderer())); axObjectCache 272 Source/web/WebDocument.cpp return WebAXObject(document->axObjectCache()->objectFromAXID(axID)); axObjectCache 3303 Source/web/WebViewImpl.cpp document->axObjectCache()->getOrCreate(document->renderer()));