Searched refs:fullscreenIsAllowedForAllOwners (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DFullscreen.cpp50 static bool fullscreenIsAllowedForAllOwners(const Document& document) function in namespace:blink
85 if (!fullscreenIsAllowedForAllOwners(element.document())) {
410 return fullscreenIsAllowedForAllOwners(document) && fullscreenIsSupported(document);

Completed in 85 milliseconds