/third_party/cef/libcef/browser/native/ |
D | browser_platform_delegate_native.cc | 24 void CefBrowserPlatformDelegateNative::WasResized() { in WasResized() function in CefBrowserPlatformDelegateNative
|
D | browser_platform_delegate_native.h | 30 void WasResized() override;
|
/third_party/cef/libcef/browser/extensions/ |
D | browser_platform_delegate_background.h | 25 void WasResized() override;
|
D | browser_platform_delegate_background.cc | 45 void CefBrowserPlatformDelegateBackground::WasResized() { in WasResized() function in CefBrowserPlatformDelegateBackground
|
/third_party/cef/libcef/browser/views/ |
D | browser_platform_delegate_views.cc | 188 void CefBrowserPlatformDelegateViews::WasResized() { in WasResized() function in CefBrowserPlatformDelegateViews 189 native_delegate_->WasResized(); in WasResized()
|
D | browser_platform_delegate_views.h | 45 void WasResized() override;
|
/third_party/cef/libcef/browser/alloy/ |
D | alloy_browser_host_impl.cc | 562 void AlloyBrowserHostImpl::WasResized() { in WasResized() function in AlloyBrowserHostImpl 565 base::BindOnce(&AlloyBrowserHostImpl::WasResized, this)); in WasResized() 570 platform_delegate_->WasResized(); in WasResized() 836 WasResized(); in EnterFullscreenModeForTab() 842 WasResized(); in ExitFullscreenModeForTab()
|
D | alloy_browser_host_impl.h | 109 void WasResized() override;
|
/third_party/cef/libcef/browser/osr/ |
D | browser_platform_delegate_osr.h | 34 void WasResized() override;
|
D | browser_platform_delegate_osr.cc | 103 void CefBrowserPlatformDelegateOsr::WasResized() { in WasResized() function in CefBrowserPlatformDelegateOsr 106 view->WasResized(); in WasResized()
|
D | render_widget_host_view_osr.h | 226 void WasResized();
|
D | render_widget_host_view_osr.cc | 973 void CefRenderWidgetHostViewOSR::WasResized() { in WasResized() function in CefRenderWidgetHostViewOSR 1599 base::BindOnce(&CefRenderWidgetHostViewOSR::WasResized, in ReleaseResizeHold()
|
/third_party/cef/libcef_dll/ctocpp/ |
D | browser_host_ctocpp.h | 89 void WasResized() override;
|
D | browser_host_ctocpp.cc | 623 NO_SANITIZE("cfi-icall") void CefBrowserHostCToCpp::WasResized() { in WasResized() function in CefBrowserHostCToCpp
|
/third_party/cef/libcef/browser/chrome/ |
D | chrome_browser_host_impl.h | 89 void WasResized() override;
|
D | chrome_browser_host_impl.cc | 249 void ChromeBrowserHostImpl::WasResized() { in WasResized() function in ChromeBrowserHostImpl
|
/third_party/cef/include/ |
D | cef_browser.h | 630 virtual void WasResized() = 0;
|
/third_party/cef/tests/cefclient/browser/ |
D | osr_window_win.cc | 179 browser_->GetHost()->WasResized(); in ShowPopup() 270 browser_->GetHost()->WasResized(); in SetDeviceScaleFactor() 760 browser_->GetHost()->WasResized(); in OnSize()
|
D | browser_window_osr_gtk.cc | 1029 browser_->GetHost()->WasResized(); in ShowPopup() 1091 browser_->GetHost()->WasResized(); in SetDeviceScaleFactor() 1410 self->browser_->GetHost()->WasResized(); in SizeAllocation()
|
D | browser_window_osr_mac.mm | 163 browser->GetHost()->WasResized(); 1174 browser->GetHost()->WasResized(); 1191 browser->GetHost()->WasResized(); 1418 browser_window_.browser_->GetHost()->WasResized();
|
/third_party/cef/libcef/browser/ |
D | browser_platform_delegate.h | 216 virtual void WasResized();
|
D | browser_platform_delegate.cc | 144 void CefBrowserPlatformDelegate::WasResized() { in WasResized() function in CefBrowserPlatformDelegate
|
/third_party/cef/libcef_dll/cpptoc/ |
D | browser_host_cpptoc.cc | 688 CefBrowserHostCppToC::Get(self)->WasResized(); in browser_host_was_resized()
|
/third_party/cef/tests/ceftests/ |
D | os_rendering_unittest.cc | 628 browser->GetHost()->WasResized(); in OnPaint()
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 19857 @@ -980,6 +1217,10 @@ void CefRenderWidgetHostViewOSR::WasResized() { 31202 void WasResized() override; 58612 + browser->GetHost()->WasResized();
|