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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentFullscreen.cpp 38 Element* DocumentFullscreen::fullscreenElement(Document& document)
41 return fullscreen->fullscreenElement();
Fullscreen.h 74 Element* fullscreenElement() const { return !m_fullScreenElementStack.isEmpty() ? m_fullScreenElementStack.last().first.get() : 0; }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
RenderLayerCompositor.cpp 169 Element* fullscreenElement = Fullscreen::fullscreenElementFrom(document);
171 while (fullscreenElement && fullscreenElement->isFrameOwnerElement()) {
172 contentDocument = toHTMLFrameOwnerElement(fullscreenElement)->contentDocument();
175 fullscreenElement = Fullscreen::fullscreenElementFrom(*contentDocument);
178 fullscreenElement = Fullscreen::currentFullScreenElementFrom(*contentDocument);
179 if (!isHTMLVideoElement(fullscreenElement))
181 RenderObject* renderer = fullscreenElement->renderer();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 163 Element* fullscreenElement = Fullscreen::fullscreenElementFrom(*mainFrameDocument);
164 if (fullscreenElement && fullscreenElement != mainFrameDocument->documentElement())
    [all...]

Completed in 826 milliseconds