Home
last modified time | relevance | path

Searched refs:SetAutoResizeEnabled (Results 1 – 14 of 14) sorted by relevance

/third_party/cef/libcef/browser/alloy/
Dbrowser_platform_delegate_alloy.h53 void SetAutoResizeEnabled(bool enabled,
Dalloy_browser_host_impl.cc535 void AlloyBrowserHostImpl::SetAutoResizeEnabled(bool enabled, in SetAutoResizeEnabled() function in AlloyBrowserHostImpl
540 base::BindOnce(&AlloyBrowserHostImpl::SetAutoResizeEnabled, in SetAutoResizeEnabled()
546 platform_delegate_->SetAutoResizeEnabled(enabled, min_size, max_size); in SetAutoResizeEnabled()
Dbrowser_platform_delegate_alloy.cc290 void CefBrowserPlatformDelegateAlloy::SetAutoResizeEnabled( in SetAutoResizeEnabled() function in CefBrowserPlatformDelegateAlloy
Dalloy_browser_host_impl.h140 void SetAutoResizeEnabled(bool enabled,
/third_party/cef/tests/ceftests/
Ddisplay_unittest.cc173 browser->GetHost()->SetAutoResizeEnabled(true, CefSize(10, 10), in OnAfterCreated()
196 browser->GetHost()->SetAutoResizeEnabled(false, CefSize(), CefSize()); in OnAutoResize()
/third_party/cef/libcef/browser/chrome/
Dchrome_browser_host_impl.h120 void SetAutoResizeEnabled(bool enabled,
Dchrome_browser_host_impl.cc352 void ChromeBrowserHostImpl::SetAutoResizeEnabled(bool enabled, in SetAutoResizeEnabled() function in ChromeBrowserHostImpl
/third_party/cef/libcef_dll/ctocpp/
Dbrowser_host_ctocpp.h128 void SetAutoResizeEnabled(bool enabled,
Dbrowser_host_ctocpp.cc1036 void CefBrowserHostCToCpp::SetAutoResizeEnabled(bool enabled, in SetAutoResizeEnabled() function in CefBrowserHostCToCpp
/third_party/cef/include/
Dcef_browser.h911 virtual void SetAutoResizeEnabled(bool enabled,
/third_party/cef/libcef/browser/
Dbrowser_platform_delegate.h347 virtual void SetAutoResizeEnabled(bool enabled,
Dbrowser_platform_delegate.cc358 void CefBrowserPlatformDelegate::SetAutoResizeEnabled(bool enabled, in SetAutoResizeEnabled() function in CefBrowserPlatformDelegate
/third_party/cef/libcef_dll/cpptoc/
Dbrowser_host_cpptoc.cc1222 CefBrowserHostCppToC::Get(self)->SetAutoResizeEnabled( in browser_host_set_auto_resize_enabled()
/third_party/cef/tests/cefclient/browser/
Dclient_handler.cc624 browser->GetHost()->SetAutoResizeEnabled(true, CefSize(20, 20), in OnAfterCreated()