Searched defs:topDocument (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAccessibilityRenderObject.cpp252 Document* topDoc = topDocument();
259 Document* AccessibilityRenderObject::topDocument() const function in class:WebCore::AccessibilityRenderObject
263 return document()->topDocument();
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp533 if (this == topDocument())
1875 ASSERT(!m_axObjectCache || this != topDocument());
1896 if (this == topDocument())
1988 ASSERT(topDocument() == this);
2001 if (!topDocument()->renderer())
2004 return topDocument()->m_axObjectCache.get();
2016 Document* topDocument = this->topDocument();
2019 if (!topDocument->renderer())
2022 ASSERT(topDocument
3996 Document* Document::topDocument() const function in class:WebCore::Document
[all...]

Completed in 109 milliseconds