/third_party/cef/libcef/browser/alloy/ |
D | browser_platform_delegate_alloy.h | 53 void SetAutoResizeEnabled(bool enabled,
|
D | alloy_browser_host_impl.cc | 535 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()
|
D | browser_platform_delegate_alloy.cc | 290 void CefBrowserPlatformDelegateAlloy::SetAutoResizeEnabled( in SetAutoResizeEnabled() function in CefBrowserPlatformDelegateAlloy
|
D | alloy_browser_host_impl.h | 140 void SetAutoResizeEnabled(bool enabled,
|
/third_party/cef/tests/ceftests/ |
D | display_unittest.cc | 173 browser->GetHost()->SetAutoResizeEnabled(true, CefSize(10, 10), in OnAfterCreated() 196 browser->GetHost()->SetAutoResizeEnabled(false, CefSize(), CefSize()); in OnAutoResize()
|
/third_party/cef/libcef/browser/chrome/ |
D | chrome_browser_host_impl.h | 120 void SetAutoResizeEnabled(bool enabled,
|
D | chrome_browser_host_impl.cc | 352 void ChromeBrowserHostImpl::SetAutoResizeEnabled(bool enabled, in SetAutoResizeEnabled() function in ChromeBrowserHostImpl
|
/third_party/cef/libcef_dll/ctocpp/ |
D | browser_host_ctocpp.h | 128 void SetAutoResizeEnabled(bool enabled,
|
D | browser_host_ctocpp.cc | 1036 void CefBrowserHostCToCpp::SetAutoResizeEnabled(bool enabled, in SetAutoResizeEnabled() function in CefBrowserHostCToCpp
|
/third_party/cef/include/ |
D | cef_browser.h | 911 virtual void SetAutoResizeEnabled(bool enabled,
|
/third_party/cef/libcef/browser/ |
D | browser_platform_delegate.h | 347 virtual void SetAutoResizeEnabled(bool enabled,
|
D | browser_platform_delegate.cc | 358 void CefBrowserPlatformDelegate::SetAutoResizeEnabled(bool enabled, in SetAutoResizeEnabled() function in CefBrowserPlatformDelegate
|
/third_party/cef/libcef_dll/cpptoc/ |
D | browser_host_cpptoc.cc | 1222 CefBrowserHostCppToC::Get(self)->SetAutoResizeEnabled( in browser_host_set_auto_resize_enabled()
|
/third_party/cef/tests/cefclient/browser/ |
D | client_handler.cc | 624 browser->GetHost()->SetAutoResizeEnabled(true, CefSize(20, 20), in OnAfterCreated()
|