Home
last modified time | relevance | path

Searched refs:SizeTo (Results 1 – 8 of 8) 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()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp73336 void SizeTo(T aWidth, T aHeight) { width = aWidth; height = aHeight; } in SizeTo() function
75029 void SizeTo(T aTop, T aRight, T aBottom, T aLeft) in SizeTo() function
75194 result.SizeTo(0, 0); in Intersect()
75290 void SizeTo(T aWidth, T aHeight) { width = aWidth; height = aHeight; } in SizeTo() function
75291 void SizeTo(const SizeT& aSize) { width = aSize.width; height = aSize.height; } in SizeTo() function