Searched refs:SizeTo (Results 1 – 7 of 7) sorted by relevance
31 void SizeTo(int width, int height) override;
27 void SizeTo(int width, int height) override;
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
244 virtual void SizeTo(int width, int height);
186 void CefBrowserPlatformDelegate::SizeTo(int width, int height) {} in SizeTo() function in CefBrowserPlatformDelegate
1366 platform_delegate_->SizeTo(pref_size.width(), pref_size.height()); in UpdatePreferredSize()