Searched refs:axObjectCacheOwner (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp589 if (this == &axObjectCacheOwner())
2130 ASSERT(!m_axObjectCache || this != &axObjectCacheOwner());
2160 if (this == &axObjectCacheOwner())
2239 Document& Document::axObjectCacheOwner() const function in class:blink::Document
2244 return top.frame()->pagePopupOwner()->document().axObjectCacheOwner();
2251 ASSERT(&axObjectCacheOwner() == this);
2261 if (!axObjectCacheOwner().renderView())
2264 return axObjectCacheOwner().m_axObjectCache.get();
2277 Document& cacheOwner = this->axObjectCacheOwner();
2573 if (this == &axObjectCacheOwner()) {
[all...]
H A DDocument.h490 Document& axObjectCacheOwner() const;
/external/chromium_org/third_party/WebKit/Source/web/
H A DChromeClientImpl.cpp671 WebLocalFrameImpl* webframe = WebLocalFrameImpl::fromFrame(obj->document()->axObjectCacheOwner().frame());
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXObjectCache.cpp994 ChromeClient& client = obj->document()->axObjectCacheOwner().page()->chrome().client();

Completed in 164 milliseconds