Searched refs:webkitRequestFullScreen (Results 1 – 6 of 6) sorted by relevance
56 document.body.webkitRequestFullScreen(Element.ALLOW_KEYBOARD_INPUT);
36 Element.prototype.webkitRequestFullScreen = function(flags) {}; method in Element
151 unwrap<Element>()->webkitRequestFullScreen(Element::ALLOW_KEYBOARD_INPUT); in requestFullScreen()
121 …, LogAllWorlds, MeasureAs=PrefixedElementRequestFullScreen] void webkitRequestFullScreen([Default=…
473 void webkitRequestFullScreen(unsigned short flags);
2667 void Element::webkitRequestFullScreen(unsigned short flags) in webkitRequestFullScreen() function in WebCore::Element