Lines Matching refs:gfx
67 gfx::Rect GetWindowBoundsForClientBounds( in GetWindowBoundsForClientBounds()
68 const gfx::Rect& client_bounds) const override { in GetWindowBoundsForClientBounds()
73 gfx::Rect pixel_bounds = in GetWindowBoundsForClientBounds()
87 int NonClientHitTest(const gfx::Point& point) override { in NonClientHitTest()
123 gfx::Rect GetBoundsForClientView() const override { in GetBoundsForClientView()
127 gfx::Rect GetWindowBoundsForClientBounds( in GetWindowBoundsForClientBounds()
128 const gfx::Rect& client_bounds) const override { in GetWindowBoundsForClientBounds()
132 int NonClientHitTest(const gfx::Point& point) override { in NonClientHitTest()
149 point, gfx::Insets(resize_border_thickness, resize_border_thickness), in NonClientHitTest()
167 void GetWindowMask(const gfx::Size& size, SkPath* window_mask) override { in GetWindowMask()
187 void OnPaint(gfx::Canvas* canvas) override { in OnPaint()
196 gfx::Size CalculatePreferredSize() const override { in CalculatePreferredSize()
199 gfx::Rect(widget_->client_view()->GetPreferredSize())) in CalculatePreferredSize()
203 gfx::Size GetMinimumSize() const override { in GetMinimumSize()
206 gfx::Rect(widget_->client_view()->GetMinimumSize())) in GetMinimumSize()
210 gfx::Size GetMaximumSize() const override { in GetMaximumSize()
211 gfx::Size max_size = widget_->client_view()->GetMaximumSize(); in GetMaximumSize()
212 gfx::Size converted_size = in GetMaximumSize()
214 ->GetWindowBoundsForClientBounds(gfx::Rect(max_size)) in GetMaximumSize()
216 return gfx::Size(max_size.width() == 0 ? 0 : converted_size.width(), in GetMaximumSize()
232 gfx::Rect client_view_bounds_;
281 params.bounds = gfx::Rect(bounds.x, bounds.y, bounds.width, bounds.height); in CreateWidget()
325 params.bounds = gfx::Rect(CalculatePreferredSize()); in CreateWidget()
439 gfx::NativeView child, in ShouldDescendIntoChildForEventHandling()
440 const gfx::Point& location) { in ShouldDescendIntoChildForEventHandling()
457 bool CefWindowView::MaybeGetMinimumSize(gfx::Size* size) const { in MaybeGetMinimumSize()
469 bool CefWindowView::MaybeGetMaximumSize(gfx::Size* size) const { in MaybeGetMaximumSize()
494 const gfx::Rect& new_bounds) { in OnWidgetBoundsChanged()