Home | History | Annotate | Download | only in dom

Lines Matching refs:m_axObjectCache

2172     ASSERT(!m_axObjectCache || this != topDocument());
2293 m_axObjectCache.clear();
2306 return topDocument().m_axObjectCache.get();
2324 ASSERT(topDocument == this || !m_axObjectCache);
2325 if (!topDocument.m_axObjectCache)
2326 topDocument.m_axObjectCache = adoptPtr(new AXObjectCache(topDocument));
2327 return topDocument.m_axObjectCache.get();
5806 if (m_axObjectCache)
5807 m_axObjectCache->clearWeakMembers(visitor);