HomeSort by relevance Sort by last modified time
    Searched defs:SetToMax (Results 1 - 5 of 5) sorted by null

  /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_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) {

Completed in 363 milliseconds