Searched defs:SizeTo (Results 1 – 4 of 4) sorted by relevance
184 void CefBrowserPlatformDelegateNativeLinux::SizeTo(int width, int height) { in SizeTo() function in CefBrowserPlatformDelegateNativeLinux
337 void CefBrowserPlatformDelegateNativeWin::SizeTo(int width, int height) { in SizeTo() function in CefBrowserPlatformDelegateNativeWin
186 void CefBrowserPlatformDelegate::SizeTo(int width, int height) {} in SizeTo() function in CefBrowserPlatformDelegate
73336 void SizeTo(T aWidth, T aHeight) { width = aWidth; height = aHeight; } in SizeTo() function75029 void SizeTo(T aTop, T aRight, T aBottom, T aLeft) in SizeTo() function75290 void SizeTo(T aWidth, T aHeight) { width = aWidth; height = aHeight; } in SizeTo() function75291 void SizeTo(const SizeT& aSize) { width = aSize.width; height = aSize.height; } in SizeTo() function