exitFullScreenForElement  349 Source/core/dom/FullscreenElementStack.cpp         host->chrome().client().exitFullScreenForElement(m_fullScreenElement.get());
exitFullScreenForElement  200 Source/core/page/ChromeClient.h     virtual void exitFullScreenForElement(Element*) { }
exitFullScreenForElement  750 Source/web/ChromeClientImpl.cpp     m_webView->exitFullScreenForElement(element);
exitFullScreenForElement  154 Source/web/ChromeClientImpl.h     virtual void exitFullScreenForElement(WebCore::Element*) OVERRIDE;
exitFullScreenForElement   56 Source/web/FullscreenController.h     void exitFullScreenForElement(WebCore::Element*);
exitFullScreenForElement 1785 Source/web/WebViewImpl.cpp     m_fullscreenController->exitFullScreenForElement(element);
exitFullScreenForElement  487 Source/web/WebViewImpl.h     void exitFullScreenForElement(WebCore::Element*);