Home
last modified time | relevance | path

Searched defs:SizeTo (Results 1 – 4 of 4) sorted by relevance

/third_party/cef/libcef/browser/native/
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.cc186 void CefBrowserPlatformDelegate::SizeTo(int width, int height) {} in SizeTo() function in CefBrowserPlatformDelegate
/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
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