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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
Fullscreen.h 57 static Element* currentFullScreenElementFrom(Document&);
Fullscreen.cpp 157 Element* Fullscreen::currentFullScreenElementFrom(Document& document)
166 return currentFullScreenElementFrom(document);
  /external/chromium_org/third_party/WebKit/Source/web/
FullscreenController.cpp 81 ASSERT(Fullscreen::currentFullScreenElementFrom(document) == element);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
RenderLayerCompositor.cpp 178 fullscreenElement = Fullscreen::currentFullScreenElementFrom(*contentDocument);
    [all...]

Completed in 76 milliseconds