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));
  /external/chromium_org/ash/ime/
candidate_view.cc 35 size.SetToMax(gfx::Size(kMinCandidateLabelWidth, 0));
281 size.SetToMax(gfx::Size(shortcut_width_, 0));
285 candidate_size.SetToMax(gfx::Size(candidate_width_, 0));
287 size.SetToMax(candidate_size);
291 size.SetToMax(annotation_size);
mode_indicator_view.cc 73 size.SetToMax(gfx::Size(kMinSize, kMinSize));
  /external/chromium_org/extensions/browser/app_window/
size_constraints.cc 41 size.SetToMax(GetMinimumSize());
  /external/chromium_org/ui/ozone/platform/dri/
dri_cursor.cc 70 cursor_location_.SetToMax(gfx::PointF(0, 0));
  /external/chromium_org/mojo/examples/media_viewer/
media_viewer.cc 87 size.SetToMax(normal_painter_->GetMinimumSize());
89 size.SetToMax(hot_painter_->GetMinimumSize());
91 size.SetToMax(pushed_painter_->GetMinimumSize());
  /external/chromium_org/chrome/browser/ui/views/location_bar/
icon_label_bubble_view.cc 97 size.SetToMax(background_painter_->GetMinimumSize());
  /external/chromium_org/chrome/browser/ui/views/profiles/
avatar_label.cc 89 size.SetToMax(painter_->GetMinimumSize());
  /external/chromium_org/ui/views/controls/scrollbar/
kennedy_scroll_bar.cc 71 track_size.SetToMax(GetThumb()->size());
overlay_scroll_bar.cc 104 track_size.SetToMax(GetThumb()->size());
  /external/chromium_org/ui/views/bubble/
bubble_border.cc 256 size.SetToMax(gfx::Size(min, min));
258 size.SetToMax(gfx::Size(min_with_arrow_width, min_with_arrow_thickness));
260 size.SetToMax(gfx::Size(min_with_arrow_thickness, min_with_arrow_width));
  /external/chromium_org/ash/drag_drop/
drag_image_view.cc 156 new_widget_size.SetToMax(drag_hint_size);
  /external/chromium_org/ui/views/controls/button/
label_button_border.cc 136 minimum_size.SetToMax(painters_[i][j]->GetMinimumSize());
label_button.cc 244 size.SetToMax(gfx::Size(0, image_size.height()));
249 size.SetToMax(border() ? border()->GetMinimumSize() : gfx::Size());
252 size.SetToMax(min_size_);
  /external/chromium_org/chrome/browser/printing/
print_preview_dialog_controller.cc 131 size->SetToMax(host->GetMaximumDialogSize());
134 size->SetToMax(initiator_->GetContainerBounds().size());

Completed in 977 milliseconds

1 2