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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
Fullscreen.cpp 94 if (const Element* topElement = Fullscreen::fullscreenElementFrom(element.document())) {
150 Element* Fullscreen::fullscreenElementFrom(Document& document)
274 Element* topElement = fullscreenElementFrom(*currentDoc);
307 if (!fullscreenElementFrom(doc))
340 if (fullscreenElementFrom(*toLocalFrame(descendant)->document()))
363 newTop = fullscreenElementFrom(*currentDoc);
Fullscreen.h 56 static Element* fullscreenElementFrom(Document&);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
RenderLayerCompositor.cpp 169 Element* fullscreenElement = Fullscreen::fullscreenElementFrom(document);
175 fullscreenElement = Fullscreen::fullscreenElementFrom(*contentDocument);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 163 Element* fullscreenElement = Fullscreen::fullscreenElementFrom(*mainFrameDocument);
    [all...]

Completed in 94 milliseconds