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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentFullscreen.cpp 33 bool DocumentFullscreen::fullscreenEnabled(Document& document)
35 return Fullscreen::fullscreenEnabled(document);
DocumentFullscreen.h 38 static bool fullscreenEnabled(Document&);
DocumentFullscreen.idl 23 [RuntimeEnabled=FullscreenUnprefixed] readonly attribute boolean fullscreenEnabled;
38 [MeasureAs=PrefixedDocumentFullscreenEnabled, ImplementedAs=fullscreenEnabled] readonly attribute boolean webkitFullscreenEnabled;
Fullscreen.h 73 static bool fullscreenEnabled(Document&);
Fullscreen.cpp 404 bool Fullscreen::fullscreenEnabled(Document& document)
406 // 4. The fullscreenEnabled attribute must return true if the context object has its
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js     [all...]

Completed in 351 milliseconds