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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
FullscreenElementStack.cpp 65 static bool fullscreenIsSupported(const Document& document)
72 static bool fullscreenIsSupported(const Document& document, const Element& element)
76 return fullscreenIsSupported(document);
228 if (document() && !fullscreenIsSupported(*document(), *element))
396 return fullscreenIsAllowedForAllOwners(document) && fullscreenIsSupported(document);
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
MediaControls.cpp 43 static bool fullscreenIsSupported(const Document& document)
191 if (mediaElement().hasVideo() && fullscreenIsSupported(document()))

Completed in 156 milliseconds