HomeSort by relevance Sort by last modified time
    Searched refs:webkitFullscreenEnabled (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentFullscreen.h 41 static bool webkitFullscreenEnabled(Document&);
DocumentFullscreen.cpp 59 bool DocumentFullscreen::webkitFullscreenEnabled(Document& document)
61 return FullscreenElementStack::webkitFullscreenEnabled(document);
DocumentFullscreen.idl 30 [MeasureAs=PrefixedDocumentFullscreenEnabled] readonly attribute boolean webkitFullscreenEnabled;
FullscreenElementStack.h 88 static bool webkitFullscreenEnabled(Document&);
FullscreenElementStack.cpp 390 bool FullscreenElementStack::webkitFullscreenEnabled(Document& document)

Completed in 2683 milliseconds