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

1 2 3 4 5 6 7 8 9

  /external/chromium_org/ppapi/cpp/
size.h 34 set_width(s.width);
45 set_width(w);
85 void set_width(int w) { function in class:pp::Size
123 set_width(w);
132 set_width(width() + w);
rect.h 39 set_width(rect.size.width);
52 set_width(w);
67 set_width(w);
160 void set_width(int32_t w) { function in class:pp::Rect
248 set_width(w);
  /external/chromium_org/ash/system/tray/
fixed_sized_scroll_view.cc 39 bounds.set_width(std::max(0, width() - GetScrollBarWidth()));
45 bounds.set_width(bounds.width() + GetScrollBarWidth());
52 bounds.set_width(std::max(0, width() - GetScrollBarWidth()));
tray_item_view.cc 93 size.set_width(kTrayIconWidth);
96 size.set_width(std::max(1,
  /external/chromium_org/ui/gfx/
size_base.h 22 set_width(width);
27 set_width(width_ + width);
31 void set_width(Type width) { function in class:gfx::SizeBase
size.cc 23 set_width(s.width);
rect.cc 29 set_width(std::abs(r.right - r.left));
35 set_width(r.size.width);
41 set_width(r.width);
rect_base.h 36 void set_width(Type width) { size_.set_width(width); } function in class:gfx::RectBase
  /external/chromium/chrome/browser/ui/views/
html_dialog_view_browsertest.cc 50 size->set_width(40);
148 set_bounds.set_width(400);
164 set_bounds.set_width(550);
180 set_bounds.set_width(kMinimumWidthToTestFor);
196 set_bounds.set_width(0);
  /external/chromium/chrome/browser/chromeos/frame/
panel_browser_view.cc 39 bounds->set_width(kPanelDefaultWidthPixels);
44 bounds->set_width(kPanelMinWidthPixels);
46 bounds->set_width(max_width);
  /external/chromium/chrome/browser/ui/webui/
constrained_html_ui_browsertest.cc 41 size->set_width(400);
  /external/chromium_org/ui/app_list/views/
progress_bar_view.cc 58 paint_size.set_width(kBarEndWidth + bar_width * GetNormalizedValue());
search_box_view.cc 103 icon_frame.set_width(kIconDimension + 2 * kPadding);
108 menu_button_frame.set_width(kMenuButtonDimension);
114 menu_button_frame.set_width(0);
119 edit_frame.set_width(
  /external/chromium_org/ui/views/window/
dialog_client_view.cc 182 size.set_width(std::max(size.width(), contents_size.width()));
188 size.set_width(std::max(size.width(), footnote_size.width()));
217 row_bounds.set_width(row_bounds.width() - size.width());
220 row_bounds.set_width(row_bounds.width() - kRelatedButtonHSpacing);
224 row_bounds.set_width(row_bounds.width() - size.width());
227 row_bounds.set_width(row_bounds.width() - kRelatedButtonHSpacing);
230 row_bounds.set_width(std::min(row_bounds.width(),
  /external/chromium/chrome/browser/chromeos/
native_dialog_window.cc 141 preferred_size_.set_width(requsition.width);
148 window_bounds.set_width(window_size.width());
243 preferred_size_.set_width(requsition.width);
246 preferred_size_.set_width(size_.width() + padding);
262 preferred_size_.set_width(min_size_.width());
  /external/chromium_org/chrome/browser/ui/views/
web_dialog_view_browsertest.cc 124 set_bounds.set_width(400);
140 set_bounds.set_width(550);
172 set_bounds.set_width(0);
  /external/chromium_org/ppapi/cpp/dev/
truetype_font_dev.cc 35 set_width(PP_TRUETYPEFONTWIDTH_NORMAL);
51 set_width(other.width());
67 set_width(other.width());
  /external/chromium_org/ash/shell/
panel_window.cc 46 params().bounds.set_width(kDefaultWidth);
  /external/chromium_org/ppapi/tests/
test_scrollbar.cc 35 location.set_width(1000);
  /external/chromium_org/chrome/browser/extensions/api/app_window/
app_window_api.cc 181 create_params.bounds.set_width(*options->default_width.get());
190 create_params.bounds.set_width(*options->width.get());
201 create_params.bounds.set_width(*bounds->width.get());
238 minimum_size.set_width(*options->min_width);
243 maximum_size.set_width(*options->max_width);
  /external/chromium_org/chrome/browser/ui/panels/
panel_resize_controller.cc 103 bounds.set_width(std::max(bounds_at_start_.width() +
111 bounds.set_width(std::max(bounds_at_start_.width() +
  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_layout.cc 174 bounds->set_width(bounds->width() - padding - (*i)->computed_width +
181 bounds->set_width(bounds->width() - item_edit_padding_);
  /external/chromium_org/printing/
page_setup.cc 142 overlay_area_.set_width(std::max(0,
155 content_area_.set_width(std::max(0,
  /external/chromium_org/ui/views/layout/
box_layout.cc 69 bounds.set_width(child->GetPreferredSize().width() + padding);
141 child_area_bounds.set_width(child_area_width);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AllocationCopy2DRangeTest.java 51 mScript.set_width(width);

Completed in 610 milliseconds

1 2 3 4 5 6 7 8 9