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/
Fullscreen.cpp 61 static bool fullscreenIsSupported(const Document& document)
68 static bool fullscreenIsSupported(const Document& document, const Element& element)
72 return fullscreenIsSupported(document);
238 if (!fullscreenIsSupported(element.document(), element))
410 return fullscreenIsAllowedForAllOwners(document) && fullscreenIsSupported(document);
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
MediaControls.cpp 44 static bool fullscreenIsSupported(const Document& document)
203 if (mediaElement().hasVideo() && fullscreenIsSupported(document()))

Completed in 75 milliseconds