Home
last modified time | relevance | path

Searched refs:webkitRequestFullScreen (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/remoting/webapp/
Dfullscreen_v1.js56 document.body.webkitRequestFullScreen(Element.ALLOW_KEYBOARD_INPUT);
/external/chromium_org/remoting/webapp/js_proto/
Ddom_proto.js36 Element.prototype.webkitRequestFullScreen = function(flags) {}; method in Element
/external/chromium_org/third_party/WebKit/Source/web/
DWebElement.cpp151 unwrap<Element>()->webkitRequestFullScreen(Element::ALLOW_KEYBOARD_INPUT); in requestFullScreen()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.idl121 …, LogAllWorlds, MeasureAs=PrefixedElementRequestFullScreen] void webkitRequestFullScreen([Default=…
DElement.h473 void webkitRequestFullScreen(unsigned short flags);
DElement.cpp2667 void Element::webkitRequestFullScreen(unsigned short flags) in webkitRequestFullScreen() function in WebCore::Element