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

/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXObject.cpp159 AXObjectCache* AXObject::axObjectCache() const function in class:WebCore::AXObject
163 return doc->axObjectCache();
245 AXComputedObjectAttributeCache* attributeCache = axObjectCache()->computedObjectAttributeCache();
493 return axObjectCache()->getOrCreate(widget)->accessibilityHitTest(IntPoint(point - widget->frameRect().location()));
527 AXObjectCache* cache = node->document().axObjectCache();
824 axObjectCache()->childrenChanged(parentObject());
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp294 if (AXObjectCache* cache = axObjectCache())
3460 AXObjectCache* FrameView::axObjectCache() const function in class:WebCore::FrameView
3500 if (AXObjectCache* cache = axObjectCache())
3507 if (AXObjectCache* cache = axObjectCache()) {
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp2079 AXObjectCache* Document::axObjectCache() const function in class:WebCore::Document
2090 // If the document has already been detached, do not make a new axObjectCache.
2376 if (AXObjectCache* cache = axObjectCache()) {
3416 if (AXObjectCache* cache = axObjectCache())

Completed in 329 milliseconds