Home
last modified time | relevance | path

Searched refs:webkitFullscreenEnabled (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocumentFullscreen.cpp59 bool DocumentFullscreen::webkitFullscreenEnabled(Document* document) in webkitFullscreenEnabled() function in WebCore::DocumentFullscreen
61 return FullscreenElementStack::webkitFullscreenEnabled(document); in webkitFullscreenEnabled()
DDocumentFullscreen.h41 static bool webkitFullscreenEnabled(Document*);
DFullscreenElementStack.h89 static bool webkitFullscreenEnabled(Document*);
DDocumentFullscreen.idl29 [RuntimeEnabled=Fullscreen] readonly attribute boolean webkitFullscreenEnabled;
DFullscreenElementStack.cpp342 bool FullscreenElementStack::webkitFullscreenEnabled(Document* document) in webkitFullscreenEnabled() function in WebCore::FullscreenElementStack