Searched defs:axObjectCacheOwner (Results 1 - 1 of 1) 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...]

Completed in 134 milliseconds