Searched refs:webkitFullscreenEnabled (Results 1 – 5 of 5) sorted by relevance
59 bool DocumentFullscreen::webkitFullscreenEnabled(Document* document) in webkitFullscreenEnabled() function in WebCore::DocumentFullscreen61 return FullscreenElementStack::webkitFullscreenEnabled(document); in webkitFullscreenEnabled()
41 static bool webkitFullscreenEnabled(Document*);
89 static bool webkitFullscreenEnabled(Document*);
29 [RuntimeEnabled=Fullscreen] readonly attribute boolean webkitFullscreenEnabled;
342 bool FullscreenElementStack::webkitFullscreenEnabled(Document* document) in webkitFullscreenEnabled() function in WebCore::FullscreenElementStack