Searched defs:SetToMax (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ui/views/examples/
H A Dprogress_bar_example.cc19 double SetToMax(double percent) { function in namespace:__anon17100
64 current_percent_ = SetToMax(current_percent_ - kStepSize);
66 current_percent_ = SetToMax(current_percent_ + kStepSize);
/external/chromium_org/ui/gfx/geometry/
H A Dpoint_base.h51 void SetToMax(const Class& other) { function in class:gfx::PointBase
H A Dvector2d.h49 void SetToMax(const Vector2d& other) { function in class:gfx::Vector2d
H A Dvector2d_f.h47 void SetToMax(const Vector2dF& other) { function in class:gfx::Vector2dF
H A Dvector3d_f.h54 void SetToMax(const Vector3dF& other) { function in class:gfx::Vector3dF

Completed in 183 milliseconds