Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/native/
Dbrowser_platform_delegate_native_linux.h31 void SizeTo(int width, int height) override;
Dbrowser_platform_delegate_native_win.h27 void SizeTo(int width, int height) override;
Dbrowser_platform_delegate_native_linux.cc184 void CefBrowserPlatformDelegateNativeLinux::SizeTo(int width, int height) { in SizeTo() function in CefBrowserPlatformDelegateNativeLinux
Dbrowser_platform_delegate_native_win.cc337 void CefBrowserPlatformDelegateNativeWin::SizeTo(int width, int height) { in SizeTo() function in CefBrowserPlatformDelegateNativeWin
/third_party/cef/libcef/browser/
Dbrowser_platform_delegate.h244 virtual void SizeTo(int width, int height);
Dbrowser_platform_delegate.cc186 void CefBrowserPlatformDelegate::SizeTo(int width, int height) {} in SizeTo() function in CefBrowserPlatformDelegate
/third_party/cef/libcef/browser/alloy/
Dalloy_browser_host_impl.cc1366 platform_delegate_->SizeTo(pref_size.width(), pref_size.height()); in UpdatePreferredSize()