Lines Matching full:animate
70 virtual void SetScale(float scale, bool animate) OVERRIDE;
72 virtual void MoveWindow(int x, int y, bool animate) OVERRIDE;
73 virtual void MoveWindow(const gfx::Point& point, bool animate) OVERRIDE;
78 bool animate) OVERRIDE;
80 bool animate) OVERRIDE;
100 bool Redraw(const gfx::PointF& position, float scale, bool animate);
101 bool RedrawDIP(const gfx::PointF& position, float scale, bool animate);
105 void RedrawKeepingMousePosition(float scale, bool animate);
112 bool animate);
115 bool animate);
118 bool animate);
196 float scale, bool animate) {
208 bool changed = RedrawDIP(origin, scale, animate);
215 bool animate) {
218 return RedrawDIP(position_in_dip, scale, animate);
223 bool animate) {
270 base::TimeDelta::FromMilliseconds(animate ? 100 : 0));
278 if (animate)
287 bool animate) {
290 EnsureRectIsVisibleDIP(target_rect_in_dip, scale, animate);
296 bool animate) {
321 RedrawDIP(rect.origin(), scale, animate);
327 bool animate) {
330 animate);
377 bool animate = false;
378 bool ret = RedrawDIP(gfx::Point(x, y), scale_, animate);
501 void MagnificationControllerImpl::SetScale(float scale, bool animate) {
508 RedrawKeepingMousePosition(scale, animate);
511 void MagnificationControllerImpl::MoveWindow(int x, int y, bool animate) {
515 Redraw(gfx::Point(x, y), scale_, animate);
519 bool animate) {
523 Redraw(point, scale_, animate);
528 bool animate) {
532 EnsureRectIsVisibleWithScale(target_rect, scale_, animate);
537 bool animate) {
541 EnsurePointIsVisibleWithScale(point, scale_, animate);