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

12

/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXScrollView.cpp131 AXScrollbar* scrollBarObject = toAXScrollbar(axObjectCache()->getOrCreate(scrollbar));
174 return axObjectCache()->getOrCreate(doc);
215 return axObjectCache()->getOrCreate(owner);
217 return axObjectCache()->getOrCreate(toFrameView(m_scrollView)->frame().pagePopupOwner());
227 return axObjectCache()->get(owner);
229 return axObjectCache()->get(toFrameView(m_scrollView)->frame().pagePopupOwner());
H A DAXMenuListPopup.cpp73 AXObject* object = document()->axObjectCache()->getOrCreate(MenuListOptionRole);
115 AXObjectCache* cache = axObjectCache();
142 AXObjectCache* cache = axObjectCache();
H A DAXMenuList.cpp59 AXObjectCache* cache = m_renderer->document().axObjectCache();
101 AXObjectCache* cache = document->axObjectCache();
H A DAXSpinButton.cpp62 AXSpinButtonPart* incrementor = toAXSpinButtonPart(axObjectCache()->getOrCreate(SpinButtonPartRole));
67 AXSpinButtonPart* decrementor = toAXSpinButtonPart(axObjectCache()->getOrCreate(SpinButtonPartRole));
H A DAXTableCell.cpp73 // If the document no longer exists, we might not have an axObjectCache.
74 if (!axObjectCache())
82 return axObjectCache()->get(toRenderTableCell(m_renderer)->table());
174 return axObjectCache()->getOrCreate(headerCell);
H A DAXSlider.cpp86 AXObjectCache* cache = m_renderer->document().axObjectCache();
112 return axObjectCache()->getOrCreate(m_renderer);
H A DAXRenderObject.cpp955 AXObject* obj = axObjectCache()->getOrCreate(target);
969 AXObjectCache* cache = axObjectCache();
1187 AXObject* axObj = axObjectCache()->getOrCreate(curr);
1308 AXObject* result = obj->document().axObjectCache()->getOrCreate(obj);
1346 return axObjectCache()->getOrCreate(m_renderer->parent());
1357 return axObjectCache()->getOrCreate(parentObj);
1361 return axObjectCache()->getOrCreate(m_renderer->frame()->view());
1370 return axObjectCache()->get(m_renderer->frame()->view());
1372 return axObjectCache()->get(renderParentObject());
1389 return axObjectCache()
[all...]
H A DAXNodeObject.cpp154 axObjectCache()->postNotification(node(), AXObjectCache::AXValueChanged, true);
374 AXObject* menuItemAX = axObjectCache()->getOrCreate(menuItem);
906 return axObjectCache()->getOrCreate(toHTMLFieldSetElement(node())->legend());
910 return axObjectCache()->getOrCreate(label);
1240 AXObject* axObj = axObjectCache()->getOrCreate(curr);
1264 if (AXObject* obj = axObjectCache()->get(child)) {
1302 return axObjectCache()->getOrCreate(parentObj);
1322 return axObjectCache()->getOrCreate(firstChild);
1334 return axObjectCache()->getOrCreate(nextSibling);
1353 addChild(axObjectCache()
[all...]
H A DAXARIAGrid.cpp95 AXObjectCache* axCache = m_renderer->document().axObjectCache();
H A DAXImageMapLink.cpp69 return m_mapElement->document().axObjectCache()->getOrCreate(m_mapElement->renderer());
H A DAXInlineTextBox.cpp46 m_axObjectCache = renderText->document().axObjectCache();
H A DAXObject.cpp159 AXObjectCache* AXObject::axObjectCache() const function in class:blink::AXObject
163 return doc->axObjectCache();
257 AXObjectCache* cache = axObjectCache();
486 return axObjectCache()->getOrCreate(widget)->accessibilityHitTest(IntPoint(point - widget->frameRect().location()));
520 AXObjectCache* cache = node->document().axObjectCache();
820 axObjectCache()->childrenChanged(parentObject());
H A DAXTableColumn.cpp148 return axObjectCache()->getOrCreate(cell);
H A DAXTable.cpp374 AXObjectCache* axCache = m_renderer->document().axObjectCache();
434 AXMockObject* tableHeader = toAXMockObject(axObjectCache()->getOrCreate(TableHeaderContainerRole));
H A DAXObjectCache.cpp139 AXObject* axRenderImage = areaElement->document().axObjectCache()->getOrCreate(imageElement);
175 AXObject* obj = focusedNode->document().axObjectCache()->getOrCreate(focusedNode);
702 if (!obj->axObjectCache())
H A DAXObject.h298 AXObjectCache* axObjectCache() const;
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DTreeScopeAdopter.cpp52 AXObjectCache* axObjectCache = oldDocument.existingAXObjectCache(); local
60 if (axObjectCache)
61 axObjectCache->remove(node);
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DHitRegion.cpp26 AXObjectCache* axObjectCache = m_control->document().existingAXObjectCache();
27 if (!axObjectCache)
40 axObjectCache->setCanvasObjectBounds(m_control.get(), elementRect);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLDialogElement.cpp90 if (AXObjectCache* cache = topDocument.axObjectCache())
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObjectChildList.cpp168 if (AXObjectCache* cache = owner->document().axObjectCache())
H A DRenderMenuList.cpp441 if (AXMenuList* menuList = toAXMenuList(document().axObjectCache()->get(this)))
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebDocument.cpp302 AXObjectCache* cache = document->axObjectCache();
309 AXObjectCache* cache = document->axObjectCache();
H A DWebPagePopupImpl.cpp273 AXObjectCache* cache = document->axObjectCache();
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.h426 AXObjectCache* axObjectCache() const;
H A DFrameView.cpp214 if (AXObjectCache* cache = axObjectCache()) {
920 if (AXObjectCache* cache = rootForThisLayout->document().axObjectCache()) {
3064 AXObjectCache* FrameView::axObjectCache() const function in class:blink::FrameView
3099 if (AXObjectCache* cache = axObjectCache())
3106 if (AXObjectCache* cache = axObjectCache()) {

Completed in 1280 milliseconds

12