HomeSort by relevance Sort by last modified time
    Searched refs:SetToMax (Results 1 - 25 of 46) sorted by null

1 2

  /external/chromium_org/ui/views/examples/
progress_bar_example.cc 19 double SetToMax(double percent) {
64 current_percent_ = SetToMax(current_percent_ - kStepSize);
66 current_percent_ = SetToMax(current_percent_ + kStepSize);
  /external/chromium_org/ui/gfx/geometry/
point_unittest.cc 126 a.SetToMax(Point(2, 4));
128 a.SetToMax(Point(3, 5));
130 a.SetToMax(Point(4, 2));
132 a.SetToMax(Point(8, 10));
152 a.SetToMax(PointF(2.5f, 4.5f));
154 a.SetToMax(PointF(3.5f, 5.5f));
156 a.SetToMax(PointF(4.5f, 2.5f));
158 a.SetToMax(PointF(8.5f, 10.5f));
size_unittest.cc 80 a.SetToMax(Size(2, 4));
82 a.SetToMax(Size(3, 5));
84 a.SetToMax(Size(4, 2));
86 a.SetToMax(Size(8, 10));
106 a.SetToMax(SizeF(2.5f, 4.5f));
108 a.SetToMax(SizeF(3.5f, 5.5f));
110 a.SetToMax(SizeF(4.5f, 2.5f));
112 a.SetToMax(SizeF(8.5f, 10.5f));
vector2d_unittest.cc 203 a.SetToMax(Vector2d(2, 4));
205 a.SetToMax(Vector2d(3, 5));
207 a.SetToMax(Vector2d(4, 2));
209 a.SetToMax(Vector2d(8, 10));
229 a.SetToMax(Vector2dF(2.5f, 4.5f));
231 a.SetToMax(Vector2dF(3.5f, 5.5f));
233 a.SetToMax(Vector2dF(4.5f, 2.5f));
235 a.SetToMax(Vector2dF(8.5f, 10.5f));
size_base.h 43 void SetToMax(const Class& other) {
vector3d_unittest.cc 237 a.SetToMax(Vector3dF(2, 4.5f, 6.5f));
239 a.SetToMax(Vector3dF(3.5f, 5.5f, 7.5f));
241 a.SetToMax(Vector3dF(4.5f, 2, 6.5f));
243 a.SetToMax(Vector3dF(3.5f, 6.5f, 6.5f));
245 a.SetToMax(Vector3dF(3.5f, 5.5f, 8.5f));
247 a.SetToMax(Vector3dF(8.5f, 10.5f, 12.5f));
point_base.h 51 void SetToMax(const Class& other) {
vector2d.h 49 void SetToMax(const Vector2d& other) {
vector2d_f.h 47 void SetToMax(const Vector2dF& other) {
vector3d_f.h 54 void SetToMax(const Vector3dF& other) {
  /external/chromium_org/chrome/browser/ui/views/infobars/
infobar_container_view.cc 30 size.SetToMax(gfx::Size(child_at(i)->GetPreferredSize().width(), 0));