Searched refs:OnBoundsChanged (Results 1 – 10 of 10) sorted by relevance
36 void CefBrowserViewView::OnBoundsChanged(const gfx::Rect& previous_bounds) { in OnBoundsChanged() function in CefBrowserViewView37 ParentClass::OnBoundsChanged(previous_bounds); in OnBoundsChanged()38 browser_view_delegate_->OnBoundsChanged(); in OnBoundsChanged()
36 virtual void OnBoundsChanged() = 0;50 void OnBoundsChanged(const gfx::Rect& previous_bounds) override;
75 void OnBoundsChanged() override;
205 void CefBrowserViewImpl::OnBoundsChanged() { in OnBoundsChanged() function in CefBrowserViewImpl
67 void ChromeBrowserView::OnBoundsChanged(const gfx::Rect& previous_bounds) { in OnBoundsChanged() function in ChromeBrowserView68 ParentClass::OnBoundsChanged(previous_bounds); in OnBoundsChanged()69 browser_view_delegate_->OnBoundsChanged(); in OnBoundsChanged()
47 void OnBoundsChanged(const gfx::Rect& previous_bounds) override;
26 return base::BindRepeating(&CefWebContentsDialogHelper::OnBoundsChanged, in GetBoundsChangedCallback()69 void CefWebContentsDialogHelper::OnBoundsChanged() { in OnBoundsChanged() function in CefWebContentsDialogHelper
40 void OnBoundsChanged();
81 void CefWindowDelegateView::OnBoundsChanged(const gfx::Rect& previous_bounds) { in OnBoundsChanged() function in CefWindowDelegateView82 views::WidgetDelegateView::OnBoundsChanged(previous_bounds); in OnBoundsChanged()
46 void OnBoundsChanged(const gfx::Rect& previous_bounds) override;