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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
FullscreenElementStack.h 58 static Element* currentFullScreenElementFrom(Document*);
FullscreenElementStack.cpp 86 Element* FullscreenElementStack::currentFullScreenElementFrom(Document* document)
  /external/chromium_org/third_party/WebKit/Source/web/
FullscreenController.cpp 89 Element* element = FullscreenElementStack::currentFullScreenElementFrom(doc);
  /external/chromium_org/third_party/WebKit/Source/core/events/
EventPath.cpp 82 if (Element* element = FullscreenElementStack::currentFullScreenElementFrom(&target->toNode()->document())) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerCompositor.cpp 341 Element* fullscreenElement = FullscreenElementStack::currentFullScreenElementFrom(document);
346 fullscreenElement = FullscreenElementStack::currentFullScreenElementFrom(document);
    [all...]

Completed in 94 milliseconds