Home
last modified time | relevance | path

Searched refs:ExitFullscreenModeForTab (Results 1 – 8 of 8) sorted by relevance

/third_party/cef/libcef/browser/chrome/
Dchrome_browser_delegate.cc201 void ChromeBrowserDelegate::ExitFullscreenModeForTab( in ExitFullscreenModeForTab() function in ChromeBrowserDelegate
204 delegate->ExitFullscreenModeForTab(web_contents); in ExitFullscreenModeForTab()
Dchrome_browser_delegate.h85 void ExitFullscreenModeForTab(content::WebContents* web_contents) override;
/third_party/cef/patch/patches/
Dchrome_browser_browser.patch185 void Browser::ExitFullscreenModeForTab(WebContents* web_contents) {
186 exclusive_access_manager_->fullscreen_controller()->ExitFullscreenModeForTab(
189 + CALL_CEF_DELEGATE(ExitFullscreenModeForTab, web_contents);
/third_party/cef/libcef/browser/
Dbrowser_contents_delegate.h103 void ExitFullscreenModeForTab(content::WebContents* web_contents) override;
Dbrowser_contents_delegate.cc178 void CefBrowserContentsDelegate::ExitFullscreenModeForTab( in ExitFullscreenModeForTab() function in CefBrowserContentsDelegate
/third_party/cef/libcef/browser/alloy/
Dalloy_browser_host_impl.h262 void ExitFullscreenModeForTab(content::WebContents* web_contents) override;
Dalloy_browser_host_impl.cc839 void AlloyBrowserHostImpl::ExitFullscreenModeForTab( in ExitFullscreenModeForTab() function in AlloyBrowserHostImpl
841 contents_delegate_->ExitFullscreenModeForTab(web_contents); in ExitFullscreenModeForTab()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch13794 @@ -180,10 +190,74 @@ void CefBrowserContentsDelegate::ExitFullscreenModeForTab(