Home
last modified time | relevance | path

Searched refs:EnterFullscreenModeForTab (Results 1 – 7 of 7) sorted by relevance

/third_party/cef/libcef/browser/chrome/
Dchrome_browser_delegate.cc188 void ChromeBrowserDelegate::EnterFullscreenModeForTab( in EnterFullscreenModeForTab() function in ChromeBrowserDelegate
197 delegate->EnterFullscreenModeForTab(requesting_frame, options); in EnterFullscreenModeForTab()
Dchrome_browser_delegate.h82 void EnterFullscreenModeForTab(
/third_party/cef/patch/patches/
Dchrome_browser_browser.patch177 @@ -1890,11 +1967,15 @@ void Browser::EnterFullscreenModeForTab(
179 exclusive_access_manager_->fullscreen_controller()->EnterFullscreenModeForTab(
182 + CALL_CEF_DELEGATE(EnterFullscreenModeForTab, requesting_frame, options);
/third_party/cef/libcef/browser/
Dbrowser_contents_delegate.h100 void EnterFullscreenModeForTab(
Dbrowser_contents_delegate.cc172 void CefBrowserContentsDelegate::EnterFullscreenModeForTab( in EnterFullscreenModeForTab() function in CefBrowserContentsDelegate
/third_party/cef/libcef/browser/alloy/
Dalloy_browser_host_impl.h259 void EnterFullscreenModeForTab(
Dalloy_browser_host_impl.cc832 void AlloyBrowserHostImpl::EnterFullscreenModeForTab( in EnterFullscreenModeForTab() function in AlloyBrowserHostImpl
835 contents_delegate_->EnterFullscreenModeForTab(requesting_frame, options); in EnterFullscreenModeForTab()