Searched refs:axObjectCacheExists (Results 1 – 5 of 5) sorted by relevance
553 bool axObjectCacheExists() const;
1844 bool Document::axObjectCacheExists() const in axObjectCacheExists() function in WebCore::Document1854 return doc->axObjectCacheExists(); in axObjectCacheExists()
405 if (AXObjectCache::accessibilityEnabled() && m_document && m_document->axObjectCacheExists()) in ~Node()
2789 if (frame() && frame()->document() && frame()->document()->axObjectCacheExists()) in axObjectCache()
44929 (WebCore::Document::axObjectCacheExists):