Searched refs:axObjectCache (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAccessibilityMenuListPopup.cpp72 AccessibilityObject* object = document()->axObjectCache()->getOrCreate(MenuListOptionRole);
114 AXObjectCache* cache = axObjectCache();
133 AXObjectCache* cache = axObjectCache();
H A DAccessibilityMenuList.cpp59 AXObjectCache* cache = m_renderer->document()->axObjectCache();
101 AXObjectCache* cache = document->axObjectCache();
H A DAccessibilitySpinButton.cpp65 AccessibilitySpinButtonPart* incrementor = static_cast<AccessibilitySpinButtonPart*>(axObjectCache()->getOrCreate(SpinButtonPartRole));
70 AccessibilitySpinButtonPart* decrementor = static_cast<AccessibilitySpinButtonPart*>(axObjectCache()->getOrCreate(SpinButtonPartRole));
H A DAccessibilityTableCell.cpp74 // If the document no longer exists, we might not have an axObjectCache.
75 if (!axObjectCache())
83 return axObjectCache()->get(toRenderTableCell(m_renderer)->table());
175 return axObjectCache()->getOrCreate(headerCell);
H A DAccessibilityScrollView.cpp130 AccessibilityScrollbar* scrollBarObject = static_cast<AccessibilityScrollbar*>(axObjectCache()->getOrCreate(scrollbar));
173 return axObjectCache()->getOrCreate(doc);
213 return axObjectCache()->getOrCreate(owner);
225 return axObjectCache()->get(owner);
H A DAccessibilitySlider.cpp84 AXObjectCache* cache = m_renderer->document()->axObjectCache();
110 return axObjectCache()->getOrCreate(m_renderer);
H A DAccessibilityListBox.cpp132 AccessibilityObject* listBoxObject = m_renderer->document()->axObjectCache()->getOrCreate(ListBoxOptionRole);
166 return axObjectCache()->getOrCreate(m_renderer);
H A DAccessibilityListBoxOption.cpp109 LayoutRect parentRect = listBoxRenderer->document()->axObjectCache()->getOrCreate(listBoxRenderer)->elementRect();
175 return m_optionElement->document()->axObjectCache()->getOrCreate(parentNode);
H A DAccessibilityRenderObject.cpp859 return axObjectCache()->getOrCreate(correspondingControl);
921 return axObjectCache()->getOrCreate(toRenderFieldset(m_renderer)->findLegend(RenderFieldset::IncludeFloatingOrOutOfFlow));
928 return axObjectCache()->getOrCreate(label);
1068 AccessibilityObject* obj = axObjectCache()->getOrCreate(target);
1080 AXObjectCache* cache = axObjectCache();
1296 AccessibilityObject* axObj = axObjectCache()->getOrCreate(curr);
1414 AccessibilityObject* result = obj->document()->axObjectCache()->getOrCreate(obj);
1452 return axObjectCache()->getOrCreate(m_renderer->parent());
1463 return axObjectCache()->getOrCreate(parentObj);
1467 return axObjectCache()
[all...]
H A DAccessibilityNodeObject.cpp148 axObjectCache()->postNotification(node(), AXObjectCache::AXValueChanged, true);
367 AccessibilityObject* menuItemAX = axObjectCache()->getOrCreate(menuItem);
1174 AccessibilityObject* axObj = axObjectCache()->getOrCreate(curr);
1216 return axObjectCache()->getOrCreate(parentObj);
1236 return axObjectCache()->getOrCreate(firstChild);
1248 return axObjectCache()->getOrCreate(nextSibling);
1267 addChild(axObjectCache()->getOrCreate(child));
1371 AXObjectCache* cache = axObjectCache();
1413 axObjectCache()->postNotification(this, document(), AXObjectCache::AXChildrenChanged, true);
1427 axObjectCache()
[all...]
H A DAccessibilityARIAGrid.cpp96 AXObjectCache* axCache = m_renderer->document()->axObjectCache();
H A DAccessibilityImageMapLink.cpp62 return m_mapElement->document()->axObjectCache()->getOrCreate(m_mapElement->renderer());
H A DAccessibilityObject.cpp157 AXObjectCache* AccessibilityObject::axObjectCache() const function in class:WebCore::AccessibilityObject
161 return doc->axObjectCache();
221 AXComputedObjectAttributeCache* attributeCache = axObjectCache()->computedObjectAttributeCache();
449 return axObjectCache()->getOrCreate(widget)->accessibilityHitTest(IntPoint(point - widget->frameRect().location()));
489 AXObjectCache* cache = document->axObjectCache();
806 axObjectCache()->childrenChanged(parentObject());
871 AccessibilityObject* object = replacedNode->renderer()->document()->axObjectCache()->getOrCreate(replacedNode);
H A DAccessibilityTableColumn.cpp149 return axObjectCache()->getOrCreate(cell);
H A DAccessibilityTable.cpp334 AXObjectCache* axCache = m_renderer->document()->axObjectCache();
394 AccessibilityMockObject* tableHeader = toAccessibilityMockObject(axObjectCache()->getOrCreate(TableHeaderContainerRole));
H A DAXObjectCache.cpp134 AccessibilityObject* axRenderImage = areaElement->document()->axObjectCache()->getOrCreate(imageElement);
166 AccessibilityObject* obj = focusedNode->document()->axObjectCache()->getOrCreate(focusedNode);
625 if (!obj->axObjectCache())
847 AXObjectCache* cache = renderer->document()->axObjectCache();
876 AXObjectCache* cache = domNode->document()->axObjectCache();
H A DAccessibilityObject.h276 AXObjectCache* axObjectCache() const;
/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DWidget.h131 virtual AXObjectCache* axObjectCache() const { return 0; } function in class:WebCore::Widget
H A DScrollbar.cpp543 return parent()->axObjectCache();
H A DScrollView.cpp90 if (AXObjectCache* cache = axObjectCache())
107 if (AXObjectCache* cache = axObjectCache())
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObjectChildList.cpp164 if (AXObjectCache* cache = owner->document()->axObjectCache())
H A DRenderMenuList.cpp389 if (AccessibilityMenuList* menuList = static_cast<AccessibilityMenuList*>(document()->axObjectCache()->get(this)))
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebDocument.cpp257 document->axObjectCache()->getOrCreate(document->renderer()));
264 document->axObjectCache()->objectFromAXID(axID));
H A DWebAccessibilityObject.cpp89 m_private->axObjectCache()->startCachingComputedObjectAttributesUntilTreeMutates();
94 m_private->axObjectCache()->stopCachingComputedObjectAttributes();
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DFrameView.h420 virtual AXObjectCache* axObjectCache() const;

Completed in 136 milliseconds

12