Searched refs:webkitDidExitFullScreenForElement (Results 1 – 6 of 6) sorted by relevance
73 void webkitDidExitFullScreenForElement(Element*);
413 void FullscreenElementStack::webkitDidExitFullScreenForElement(Element*) in webkitDidExitFullScreenForElement() function in WebCore::FullscreenElementStack
135 fullscreen->webkitDidExitFullScreenForElement(0); in didExitFullScreen()
268 void webkitDidExitFullScreenForElement(Document*, Element*);
228 void webkitDidExitFullScreenForElement(Document document, Element element);
2034 void Internals::webkitDidExitFullScreenForElement(Document* document, Element* element) in webkitDidExitFullScreenForElement() function in WebCore::Internals2038 FullscreenElementStack::from(document)->webkitDidExitFullScreenForElement(element); in webkitDidExitFullScreenForElement()