Searched defs:axObjectCache (Results 1 - 4 of 4) sorted by relevance

/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);
H A DDocument.cpp2267 AXObjectCache* Document::axObjectCache() const function in class:blink::Document
2279 // If the document has already been detached, do not make a new axObjectCache.
2571 if (AXObjectCache* cache = axObjectCache()) {
3635 if (AXObjectCache* cache = axObjectCache())
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
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());
/external/chromium_org/third_party/WebKit/Source/core/frame/
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 1122 milliseconds