Searched defs:fullscreenIsSupported (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DFullscreen.cpp61 static bool fullscreenIsSupported(const Document& document) function in namespace:blink
68 static bool fullscreenIsSupported(const Document& document, const Element& element) function in namespace:blink
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/
H A DMediaControls.cpp44 static bool fullscreenIsSupported(const Document& document) function in namespace:blink
203 if (mediaElement().hasVideo() && fullscreenIsSupported(document()))

Completed in 105 milliseconds