Home
last modified time | relevance | path

Searched refs:m_axObjectCache (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/dom/
DDocument.cpp461 m_axObjectCache = 0; in Document()
1718 ASSERT(!m_axObjectCache); in attach()
1828 if (m_axObjectCache) { in clearAXObjectCache()
1831 AXObjectCache* axObjectCache = m_axObjectCache; in clearAXObjectCache()
1832 m_axObjectCache = 0; in clearAXObjectCache()
1849 if (m_axObjectCache) in axObjectCacheExists()
1870 if (m_axObjectCache) { in axObjectCache()
1873 return m_axObjectCache; in axObjectCache()
1886 delete m_axObjectCache; in axObjectCache()
1887 m_axObjectCache = 0; in axObjectCache()
[all …]
DDocument.h1283 mutable AXObjectCache* m_axObjectCache; variable