Home
last modified time | relevance | path

Searched defs:webkitRequestFullScreen (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElementFullscreen.cpp22 void ElementFullscreen::webkitRequestFullScreen(Element& element, unsigned short flags) in webkitRequestFullScreen() function in blink::ElementFullscreen
/external/chromium_org/remoting/webapp/js_proto/
Ddom_proto.js38 Element.prototype.webkitRequestFullScreen = function(flags) {}; method in Element