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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
FullscreenElementStack.cpp 259 if (!fullscreenElementFrom(document()->topDocument()))
265 replacementFullscreenElementStack.append(fullscreenElementFrom(document()->topDocument()));
266 FullscreenElementStack* topFullscreenElementStack = from(document()->topDocument());
436 // When webkitCancelFullScreen is called, we call webkitExitFullScreen on the topDocument(). That
441 exitingDocument = document()->topDocument();
Document.cpp 533 if (this == topDocument())
    [all...]
Document.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityRenderObject.h 73 Document* topDocument() const;
AccessibilityRenderObject.cpp 252 Document* topDoc = topDocument();
259 Document* AccessibilityRenderObject::topDocument() const
263 return document()->topDocument();
    [all...]
AXObjectCache.cpp 938 if (document != document->topDocument())
  /external/chromium_org/third_party/WebKit/Source/core/page/
Frame.cpp 385 doc->topDocument()->clearAXObjectCache();
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp 513 requestedAttributes.topDocumentURL = document->topDocument()->url();
    [all...]

Completed in 152 milliseconds