Home
last modified time | relevance | path

Searched refs:webkitRequestFullScreenForElement (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/dom/
DDocument.h1063 void webkitRequestFullScreenForElement(Element*, unsigned short flags);
DElement.cpp1906 document()->webkitRequestFullScreenForElement(this, flags); in webkitRequestFullScreen()
DDocument.cpp4856 void Document::webkitRequestFullScreenForElement(Element* element, unsigned short flags) in webkitRequestFullScreenForElement() function in WebCore::Document
/external/webkit/Source/WebCore/
DChangeLog36581 (WebCore::Document::webkitRequestFullScreenForElement):
45653 (WebCore::Document::webkitRequestFullScreenForElement): Checks
DChangeLog-2010-12-0668926 …(WebCore::Document::webkitRequestFullScreenForElement): Passes request to the chrome client to ent…
68938 … (WebCore::Element::webkitRequestFullScreen): Calls Document::webkitRequestFullScreenForElement.