HomeSort by relevance Sort by last modified time
    Searched refs:SetToMax (Results 1 - 25 of 39) 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/
point_unittest.cc 127 a.SetToMax(Point(2, 4));
129 a.SetToMax(Point(3, 5));
131 a.SetToMax(Point(4, 2));
133 a.SetToMax(Point(8, 10));
153 a.SetToMax(PointF(2.5f, 4.5f));
155 a.SetToMax(PointF(3.5f, 5.5f));
157 a.SetToMax(PointF(4.5f, 2.5f));
159 a.SetToMax(PointF(8.5f, 10.5f));
size_unittest.cc 81 a.SetToMax(Size(2, 4));
83 a.SetToMax(Size(3, 5));
85 a.SetToMax(Size(4, 2));
87 a.SetToMax(Size(8, 10));
107 a.SetToMax(SizeF(2.5f, 4.5f));
109 a.SetToMax(SizeF(3.5f, 5.5f));
111 a.SetToMax(SizeF(4.5f, 2.5f));
113 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 48 void SetToMax(const Vector2d& other) {
vector2d_f.h 46 void SetToMax(const Vector2dF& other) {
vector3d_f.h 53 void SetToMax(const Vector3dF& other) {
  /external/chromium_org/chrome/browser/ui/views/location_bar/
ev_bubble_view.cc 31 minimum.SetToMax(gfx::Size(kMinBubbleWidth, 0));
icon_label_bubble_view.cc 99 size.SetToMax(background_painter_->GetMinimumSize());
content_setting_image_view.cc 176 size.SetToMax(background_painter_->GetMinimumSize());
  /external/chromium_org/chrome/browser/chromeos/input_method/
mode_indicator_delegate_view.cc 63 size.SetToMax(gfx::Size(kMinSize, kMinSize));
  /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/chrome/browser/ui/views/
avatar_label.cc 88 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 106 track_size.SetToMax(GetThumb()->size());
  /external/chromium_org/ui/views/bubble/
bubble_border.cc 281 size.SetToMax(gfx::Size(min, min));
283 size.SetToMax(gfx::Size(min_with_arrow_width, min_with_arrow_thickness));
285 size.SetToMax(gfx::Size(min_with_arrow_thickness, min_with_arrow_width));
  /external/chromium_org/ui/views/controls/button/
label_button.cc 195 size.SetToMax(gfx::Size(0, image_size.height()));
200 size.SetToMax(border()->GetMinimumSize());
203 size.SetToMax(min_size_);
text_button.cc 147 size.SetToMax(normal_painter_->GetMinimumSize());
149 size.SetToMax(hot_painter_->GetMinimumSize());
151 size.SetToMax(pushed_painter_->GetMinimumSize());
  /external/chromium_org/ash/drag_drop/
drag_image_view.cc 158 new_widget_size.SetToMax(drag_hint_size);
  /external/chromium_org/chrome/browser/printing/
print_preview_dialog_controller.cc 137 size->SetToMax(host->GetMaximumDialogSize());
140 size->SetToMax(initiator_->GetView()->GetContainerSize());
  /external/chromium_org/cc/input/
page_scale_animation.cc 149 target_scroll_offset_.SetToMax(gfx::Vector2dF());
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_positioner.cc 197 anchor.SetToMax(bounds_rect.origin());

Completed in 206 milliseconds

1 2