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 86 Document& topDocument = document.topDocument();
87 topDocument.clearAXObjectCache();
88 if (AXObjectCache* cache = topDocument.axObjectCache())
89 cache->childrenChanged(cache->getOrCreate(&topDocument));
  /external/chromium_org/third_party/WebKit/Source/core/dom/
FullscreenElementStack.cpp 296 if (!fullscreenElementFrom(document()->topDocument()))
302 replacementFullscreenElementStack.append(fullscreenElementFrom(document()->topDocument()));
303 FullscreenElementStack& topFullscreenElementStack = from(document()->topDocument());
473 // When webkitCancelFullScreen is called, we call webkitExitFullScreen on the topDocument(). That
478 exitingDocument = &document()->topDocument();
Document.cpp 572 if (this == topDocument())
    [all...]
Document.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp 87 blink::WebGraphicsContext3D::Attributes attributes = attrs->attributes(document.topDocument().url().string(), settings);
WebGLRenderingContextBase.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXRenderObject.h 72 Document* topDocument() const;
AXRenderObject.cpp 221 Document* AXRenderObject::topDocument() const
225 return &document()->topDocument();
    [all...]
AXObjectCache.cpp 967 if (document != document->topDocument())
  /external/chromium_org/third_party/WebKit/Source/web/
WebAXObject.cpp 114 if (!document || !document->topDocument().view())
116 document->topDocument().view()->updateLayoutAndStyleIfNeededRecursive();
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalFrame.cpp 646 doc->topDocument().clearAXObjectCache();

Completed in 527 milliseconds