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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentFullscreen.cpp 38 Element* DocumentFullscreen::fullscreenElement(Document& document)
41 return fullscreen->fullscreenElement();
DocumentFullscreen.h 39 static Element* fullscreenElement(Document&);
DocumentFullscreen.idl 24 [RuntimeEnabled=FullscreenUnprefixed] readonly attribute Element? fullscreenElement;
39 [MeasureAs=PrefixedDocumentFullscreenElement, ImplementedAs=fullscreenElement] readonly attribute Element webkitFullscreenElement;
Fullscreen.h 74 Element* fullscreenElement() const { return !m_fullScreenElementStack.isEmpty() ? m_fullScreenElementStack.last().first.get() : 0; }
Fullscreen.cpp 153 return found->fullscreenElement();
218 if (&element == fullscreenElement())
517 EventTarget* target = fullscreen.fullscreenElement();
569 if (fullscreenElement() == &oldNode) {
  /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...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js     [all...]
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js     [all...]
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]

Completed in 372 milliseconds