Searched refs:topDocument (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLDialogElement.cpp88 Document& topDocument = document.topDocument(); local
89 topDocument.clearAXObjectCache();
90 if (AXObjectCache* cache = topDocument.axObjectCache())
91 cache->childrenChanged(cache->getOrCreate(&topDocument));
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContext.cpp87 blink::WebGraphicsContext3D::Attributes attributes = attrs->attributes(document.topDocument().url().string(), settings, 1);
H A DWebGLRenderingContextBase.cpp5538 blink::WebGraphicsContext3D::Attributes attributes = m_requestedAttributes->attributes(canvas()->document().topDocument().url().string(), settings, version());
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DFullscreen.cpp304 Document& doc = document.topDocument();
475 // When fullyExitFullscreen is called, we call exitFullscreen on the topDocument(). That means
480 exitingDocument = &document()->topDocument();
H A DDocument.h802 Document& topDocument() const;
H A DDocument.cpp2241 Document& top = topDocument();
4108 return topDocument().url();
4518 Document& Document::topDocument() const function in class:blink::Document
4520 // FIXME: Not clear what topDocument() should do in the OOPI case--should it return the topmost
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXRenderObject.h72 Document* topDocument() const;
H A DAXRenderObject.cpp223 Document* AXRenderObject::topDocument() const function in class:blink::AXRenderObject
227 return &document()->topDocument();
H A DAXObjectCache.cpp986 if (document != document->topDocument())
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebAXObject.cpp106 if (!document || !document->topDocument().view())
108 document->topDocument().view()->updateLayoutAndStyleIfNeededRecursive();
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DLocalFrame.cpp713 document->topDocument().clearAXObjectCache();

Completed in 229 milliseconds