Home
last modified time | relevance | path

Searched refs:axObjectCacheExists (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/dom/
DDocument.h553 bool axObjectCacheExists() const;
DDocument.cpp1844 bool Document::axObjectCacheExists() const in axObjectCacheExists() function in WebCore::Document
1854 return doc->axObjectCacheExists(); in axObjectCacheExists()
DNode.cpp405 if (AXObjectCache::accessibilityEnabled() && m_document && m_document->axObjectCacheExists()) in ~Node()
/external/webkit/Source/WebCore/page/
DFrameView.cpp2789 if (frame() && frame()->document() && frame()->document()->axObjectCacheExists()) in axObjectCache()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0644929 (WebCore::Document::axObjectCacheExists):