Searched defs:webkitCancelFullScreen (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentFullscreen.cpp54 void DocumentFullscreen::webkitCancelFullScreen(Document& document) function in class:WebCore::DocumentFullscreen
56 FullscreenElementStack::from(document).webkitCancelFullScreen();
H A DFullscreenElementStack.cpp290 void FullscreenElementStack::webkitCancelFullScreen() function in class:WebCore::FullscreenElementStack
473 // When webkitCancelFullScreen is called, we call webkitExitFullScreen on the topDocument(). That
554 webkitCancelFullScreen();
/external/chromium_org/remoting/webapp/js_proto/
H A Ddom_proto.js22 Document.prototype.webkitCancelFullScreen = function() {};

Completed in 271 milliseconds