Searched refs:webkitRequestFullScreen (Results 1 – 5 of 5) sorted by relevance
20 static void webkitRequestFullScreen(Element&, unsigned short flags);
22 void ElementFullscreen::webkitRequestFullScreen(Element& element, unsigned short flags) in webkitRequestFullScreen() function in blink::ElementFullscreen
10 …, LogAllWorlds, MeasureAs=PrefixedElementRequestFullScreen] void webkitRequestFullScreen([Default=…
56 document.body.webkitRequestFullScreen(Element.ALLOW_KEYBOARD_INPUT);
38 Element.prototype.webkitRequestFullScreen = function(flags) {}; method in Element