HomeSort by relevance Sort by last modified time
    Searched refs:topDocument (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDialogElement.cpp 88 Document& topDocument = document.topDocument();
89 topDocument.clearAXObjectCache();
90 if (AXObjectCache* cache = topDocument.axObjectCache())
91 cache->childrenChanged(cache->getOrCreate(&topDocument));
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXRenderObject.h 72 Document* topDocument() const;
AXRenderObject.cpp 223 Document* AXRenderObject::topDocument() const
227 return &document()->topDocument();
    [all...]
AXObjectCache.cpp 986 if (document != document->topDocument())
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp 87 blink::WebGraphicsContext3D::Attributes attributes = attrs->attributes(document.topDocument().url().string(), settings, 1);
WebGLRenderingContextBase.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Fullscreen.cpp 304 Document& doc = document.topDocument();
475 // When fullyExitFullscreen is called, we call exitFullscreen on the topDocument(). That means
480 exitingDocument = &document()->topDocument();
Document.h 802 Document& topDocument() const;
    [all...]
Document.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebAXObject.cpp 106 if (!document || !document->topDocument().view())
108 document->topDocument().view()->updateLayoutAndStyleIfNeededRecursive();
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalFrame.cpp 713 document->topDocument().clearAXObjectCache();

Completed in 1333 milliseconds