RedrawDIP         101 ash/magnifier/magnification_controller.cc   bool RedrawDIP(const gfx::PointF& position, float scale, bool animate);
RedrawDIP         207 ash/magnifier/magnification_controller.cc   bool changed = RedrawDIP(origin, scale, animate);
RedrawDIP         217 ash/magnifier/magnification_controller.cc   return RedrawDIP(position_in_dip, scale, animate);
RedrawDIP         310 ash/magnifier/magnification_controller.cc   RedrawDIP(new_origin, scale_, true);
RedrawDIP         358 ash/magnifier/magnification_controller.cc     bool ret = RedrawDIP(gfx::Point(x, y), scale_, animate);