topDocument      1018 Source/core/accessibility/AXObjectCache.cpp         if (document != document->topDocument())
topDocument       222 Source/core/accessibility/AXRenderObject.cpp     Document* topDoc = topDocument();
topDocument       233 Source/core/accessibility/AXRenderObject.cpp     return &document()->topDocument();
topDocument        73 Source/core/accessibility/AXRenderObject.h     Document* topDocument() const;
topDocument       542 Source/core/dom/Document.cpp     if (this == topDocument())
topDocument      2077 Source/core/dom/Document.cpp     ASSERT(!m_axObjectCache || this != topDocument());
topDocument      2107 Source/core/dom/Document.cpp     if (this == topDocument())
topDocument      2195 Source/core/dom/Document.cpp     ASSERT(topDocument() == this);
topDocument      2208 Source/core/dom/Document.cpp     if (!topDocument().renderView())
topDocument      2211 Source/core/dom/Document.cpp     return topDocument().m_axObjectCache.get();
topDocument      2223 Source/core/dom/Document.cpp     Document& topDocument = this->topDocument();
topDocument      2226 Source/core/dom/Document.cpp     if (!topDocument.renderView())
topDocument      2229 Source/core/dom/Document.cpp     ASSERT(topDocument == this || !m_axObjectCache);
topDocument      2230 Source/core/dom/Document.cpp     if (!topDocument.m_axObjectCache)
topDocument      2231 Source/core/dom/Document.cpp         topDocument.m_axObjectCache = adoptPtr(new AXObjectCache(topDocument));
topDocument      2232 Source/core/dom/Document.cpp     return topDocument.m_axObjectCache.get();
topDocument      2515 Source/core/dom/Document.cpp             if (this == topDocument()) {
topDocument      3975 Source/core/dom/Document.cpp     return topDocument().url();
topDocument       822 Source/core/dom/Document.h     Document& topDocument() const;
topDocument       266 Source/core/dom/FullscreenElementStack.cpp     if (!fullscreenElementFrom(document()->topDocument()))
topDocument       272 Source/core/dom/FullscreenElementStack.cpp     replacementFullscreenElementStack.append(fullscreenElementFrom(document()->topDocument()));
topDocument       273 Source/core/dom/FullscreenElementStack.cpp     FullscreenElementStack& topFullscreenElementStack = from(document()->topDocument());
topDocument       445 Source/core/dom/FullscreenElementStack.cpp         exitingDocument = &document()->topDocument();
topDocument       212 Source/core/frame/Frame.cpp             doc->topDocument().clearAXObjectCache();
topDocument        86 Source/core/html/HTMLDialogElement.cpp     Document& topDocument = document.topDocument();
topDocument        87 Source/core/html/HTMLDialogElement.cpp     topDocument.clearAXObjectCache();
topDocument        88 Source/core/html/HTMLDialogElement.cpp     if (AXObjectCache* cache = topDocument.axObjectCache())
topDocument        89 Source/core/html/HTMLDialogElement.cpp         cache->childrenChanged(cache->getOrCreate(&topDocument));
topDocument        84 Source/core/html/canvas/WebGLRenderingContext.cpp     blink::WebGraphicsContext3D::Attributes attributes = attrs->attributes(document.topDocument().url().string(), settings);
topDocument      5372 Source/core/html/canvas/WebGLRenderingContextBase.cpp     blink::WebGraphicsContext3D::Attributes attributes = m_requestedAttributes->attributes(canvas()->document().topDocument().url().string(), settings);