/external/chromium_org/third_party/WebKit/Source/core/accessibility/ |
D | AXScrollView.cpp | 131 AXScrollbar* scrollBarObject = toAXScrollbar(axObjectCache()->getOrCreate(scrollbar)); in addChildScrollbar() 174 return axObjectCache()->getOrCreate(doc); in webAreaObject() 215 return axObjectCache()->getOrCreate(owner); in parentObject() 217 return axObjectCache()->getOrCreate(toFrameView(m_scrollView)->frame().pagePopupOwner()); in parentObject() 227 return axObjectCache()->get(owner); in parentObjectIfExists() 229 return axObjectCache()->get(toFrameView(m_scrollView)->frame().pagePopupOwner()); in parentObjectIfExists()
|
D | AXRenderObject.cpp | 955 AXObject* obj = axObjectCache()->getOrCreate(target); in activeDescendant() 969 AXObjectCache* cache = axObjectCache(); in accessibilityChildrenFromAttribute() 1187 AXObject* axObj = axObjectCache()->getOrCreate(curr); in helpText() 1308 AXObject* result = obj->document().axObjectCache()->getOrCreate(obj); in accessibilityHitTest() 1346 return axObjectCache()->getOrCreate(m_renderer->parent()); in parentObject() 1357 return axObjectCache()->getOrCreate(parentObj); in parentObject() 1361 return axObjectCache()->getOrCreate(m_renderer->frame()->view()); in parentObject() 1370 return axObjectCache()->get(m_renderer->frame()->view()); in parentObjectIfExists() 1372 return axObjectCache()->get(renderParentObject()); in parentObjectIfExists() 1389 return axObjectCache()->getOrCreate(firstChild); in firstChild() [all …]
|
D | AXNodeObject.cpp | 154 axObjectCache()->postNotification(node(), AXObjectCache::AXValueChanged, true); in changeValueByStep() 374 AXObject* menuItemAX = axObjectCache()->getOrCreate(menuItem); in menuButtonForMenu() 906 return axObjectCache()->getOrCreate(toHTMLFieldSetElement(node())->legend()); in titleUIElement() 910 return axObjectCache()->getOrCreate(label); in titleUIElement() 1240 AXObject* axObj = axObjectCache()->getOrCreate(curr); in helpText() 1264 if (AXObject* obj = axObjectCache()->get(child)) { in elementRect() 1302 return axObjectCache()->getOrCreate(parentObj); in parentObject() 1322 return axObjectCache()->getOrCreate(firstChild); in firstChild() 1334 return axObjectCache()->getOrCreate(nextSibling); in nextSibling() 1353 addChild(axObjectCache()->getOrCreate(child)); in addChildren() [all …]
|
D | AXMenuListPopup.cpp | 73 AXObject* object = document()->axObjectCache()->getOrCreate(MenuListOptionRole); in menuListOptionAXObject() 115 AXObjectCache* cache = axObjectCache(); in childrenChanged() 142 AXObjectCache* cache = axObjectCache(); in didUpdateActiveOption()
|
D | AXTableCell.cpp | 74 if (!axObjectCache()) in parentTable() 82 return axObjectCache()->get(toRenderTableCell(m_renderer)->table()); in parentTable() 174 return axObjectCache()->getOrCreate(headerCell); in titleUIElement()
|
D | AXSpinButton.cpp | 62 …AXSpinButtonPart* incrementor = toAXSpinButtonPart(axObjectCache()->getOrCreate(SpinButtonPartRole… in addChildren() 67 …AXSpinButtonPart* decrementor = toAXSpinButtonPart(axObjectCache()->getOrCreate(SpinButtonPartRole… in addChildren()
|
D | AXMenuList.cpp | 59 AXObjectCache* cache = m_renderer->document().axObjectCache(); in addChildren() 101 AXObjectCache* cache = document->axObjectCache(); in didUpdateActiveOption()
|
D | AXSlider.cpp | 86 AXObjectCache* cache = m_renderer->document().axObjectCache(); in addChildren() 112 return axObjectCache()->getOrCreate(m_renderer); in elementAccessibilityHitTest()
|
D | AXObject.cpp | 159 AXObjectCache* AXObject::axObjectCache() const in axObjectCache() function in blink::AXObject 163 return doc->axObjectCache(); in axObjectCache() 257 AXObjectCache* cache = axObjectCache(); in accessibilityIsIgnored() 486 …return axObjectCache()->getOrCreate(widget)->accessibilityHitTest(IntPoint(point - widget->frameRe… in elementAccessibilityHitTest() 520 AXObjectCache* cache = node->document().axObjectCache(); in firstAccessibleObjectFromNode() 820 axObjectCache()->childrenChanged(parentObject()); in notifyIfIgnoredValueChanged()
|
D | AXImageMapLink.cpp | 69 return m_mapElement->document().axObjectCache()->getOrCreate(m_mapElement->renderer()); in parentObject()
|
D | AXInlineTextBox.cpp | 46 m_axObjectCache = renderText->document().axObjectCache(); in AXInlineTextBox()
|
D | AXARIAGrid.cpp | 95 AXObjectCache* axCache = m_renderer->document().axObjectCache(); in addChildren()
|
D | AXTableColumn.cpp | 148 return axObjectCache()->getOrCreate(cell); in headerObjectForSection()
|
D | AXTable.cpp | 374 AXObjectCache* axCache = m_renderer->document().axObjectCache(); in addChildren() 434 …AXMockObject* tableHeader = toAXMockObject(axObjectCache()->getOrCreate(TableHeaderContainerRole)); in headerContainer()
|
D | AXObjectCache.cpp | 139 AXObject* axRenderImage = areaElement->document().axObjectCache()->getOrCreate(imageElement); in focusedImageMapUIElement() 175 AXObject* obj = focusedNode->document().axObjectCache()->getOrCreate(focusedNode); in focusedUIElementForPage() 702 if (!obj->axObjectCache()) in notificationPostTimerFired()
|
D | AXObject.h | 298 AXObjectCache* axObjectCache() const;
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | TreeScopeAdopter.cpp | 52 AXObjectCache* axObjectCache = oldDocument.existingAXObjectCache(); in moveTreeToNewScope() local 60 if (axObjectCache) in moveTreeToNewScope() 61 axObjectCache->remove(node); in moveTreeToNewScope()
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
D | HitRegion.cpp | 26 AXObjectCache* axObjectCache = m_control->document().existingAXObjectCache(); in updateAccessibility() local 27 if (!axObjectCache) in updateAccessibility() 40 axObjectCache->setCanvasObjectBounds(m_control.get(), elementRect); in updateAccessibility()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebDocument.cpp | 302 AXObjectCache* cache = document->axObjectCache(); in accessibilityObject() 309 AXObjectCache* cache = document->axObjectCache(); in accessibilityObjectFromID()
|
D | WebPagePopupImpl.cpp | 273 AXObjectCache* cache = document->axObjectCache(); in rootAXObject()
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLDialogElement.cpp | 90 if (AXObjectCache* cache = topDocument.axObjectCache()) in inertSubtreesChanged()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderObjectChildList.cpp | 168 if (AXObjectCache* cache = owner->document().axObjectCache()) in insertChildNode()
|
D | RenderMenuList.cpp | 441 if (AXMenuList* menuList = toAXMenuList(document().axObjectCache()->get(this))) in didUpdateActiveOption()
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | FrameView.cpp | 214 if (AXObjectCache* cache = axObjectCache()) { in removeFromAXObjectCache() 920 if (AXObjectCache* cache = rootForThisLayout->document().axObjectCache()) { in layout() 3064 AXObjectCache* FrameView::axObjectCache() const in axObjectCache() function in blink::FrameView 3099 if (AXObjectCache* cache = axObjectCache()) in didAddScrollbar() 3106 if (AXObjectCache* cache = axObjectCache()) { in willRemoveScrollbar()
|
D | FrameView.h | 426 AXObjectCache* axObjectCache() const;
|