/external/chromium_org/ppapi/cpp/ |
D | size.h | 34 set_width(s.width); in Size() 45 set_width(w); in Size() 85 void set_width(int w) { in set_width() function 123 set_width(w); in SetSize() 132 set_width(width() + w); in Enlarge() 165 set_width(s.width); in FloatSize() 176 set_width(w); in FloatSize() 219 void set_width(float w) { in set_width() function 257 set_width(w); in SetSize() 266 set_width(width() + w); in Enlarge()
|
D | rect.h | 39 set_width(rect.size.width); in Rect() 52 set_width(w); in Rect() 67 set_width(w); in Rect() 160 void set_width(int32_t w) { in set_width() function 248 set_width(w); in SetRect() 421 set_width(rect.size.width); in FloatRect() 434 set_width(w); in FloatRect() 449 set_width(w); in FloatRect() 545 void set_width(float w) { in set_width() function 633 set_width(w); in SetRect()
|
/external/chromium_org/ui/gfx/geometry/ |
D | size_base.h | 22 set_width(width); in SetSize() 27 set_width(width_ + width); in Enlarge() 31 void set_width(Type width) { in set_width() function
|
D | rect.cc | 27 set_width(std::abs(r.right - r.left)); in Rect() 33 set_width(r.size.width); in Rect()
|
D | rect_base.h | 36 void set_width(Type width) { size_.set_width(width); } in set_width() function
|
/external/chromium_org/ash/system/tray/ |
D | fixed_sized_scroll_view.cc | 38 bounds.set_width(std::max(0, width() - GetScrollBarWidth())); in Layout() 44 bounds.set_width(bounds.width() + GetScrollBarWidth()); in Layout() 51 bounds.set_width(std::max(0, width() - GetScrollBarWidth())); in OnBoundsChanged()
|
D | tray_item_view.cc | 92 size.set_width(kTrayIconWidth); in GetPreferredSize() 97 size.set_width(std::max(1, in GetPreferredSize()
|
/external/chromium_org/extensions/browser/api/app_window/ |
D | app_window_api.cc | 98 create_spec->bounds.set_width(*input_spec->width); in CopyBoundsSpec() 102 create_spec->minimum_size.set_width(*input_spec->min_width); in CopyBoundsSpec() 106 create_spec->maximum_size.set_width(*input_spec->max_width); in CopyBoundsSpec() 400 params->content_spec.bounds.set_width(*options.default_width.get()); in GetBoundsSpec() 409 params->content_spec.bounds.set_width(*options.width.get()); in GetBoundsSpec() 420 params->content_spec.bounds.set_width(*bounds->width.get()); in GetBoundsSpec() 431 minimum_size.set_width(*options.min_width); in GetBoundsSpec() 436 maximum_size.set_width(*options.max_width); in GetBoundsSpec()
|
/external/chromium_org/ppapi/cpp/dev/ |
D | truetype_font_dev.cc | 35 set_width(PP_TRUETYPEFONTWIDTH_NORMAL); in TrueTypeFontDesc_Dev() 51 set_width(other.width()); in TrueTypeFontDesc_Dev() 67 set_width(other.width()); in operator =()
|
/external/chromium_org/chrome/browser/ui/views/ |
D | web_dialog_view_browsertest.cc | 116 set_bounds.set_width(400); in IN_PROC_BROWSER_TEST_F() 132 set_bounds.set_width(550); in IN_PROC_BROWSER_TEST_F() 175 set_bounds.set_width(0); in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/chrome/browser/ui/panels/ |
D | panel_resize_browsertest.cc | 122 bounds.set_width(bounds.width() + 5); in IN_PROC_BROWSER_TEST_F() 150 bounds.set_width(bounds.width() + 5); in IN_PROC_BROWSER_TEST_F() 213 bounds.set_width(bounds.width() + 5); in IN_PROC_BROWSER_TEST_F() 485 bounds.set_width(bounds.width() + bounds.x() - mouse_location.x()); in IN_PROC_BROWSER_TEST_F() 496 bounds.set_width(bounds.width() + bounds.x() - mouse_location.x()); in IN_PROC_BROWSER_TEST_F() 572 panel2_expected_bounds.set_width( in IN_PROC_BROWSER_TEST_F() 576 panel3_expected_bounds.set_width( in IN_PROC_BROWSER_TEST_F() 597 panel1_expected_bounds.set_width( in IN_PROC_BROWSER_TEST_F() 600 panel2_expected_bounds.set_width( in IN_PROC_BROWSER_TEST_F() 603 panel3_expected_bounds.set_width( in IN_PROC_BROWSER_TEST_F()
|
D | panel_resize_controller.cc | 104 bounds.set_width(std::max(bounds_at_start_.width() + in Resize() 112 bounds.set_width(std::max(bounds_at_start_.width() + in Resize()
|
/external/chromium_org/remoting/codec/ |
D | video_encoder_helper.cc | 43 dirty_rect->set_width(rect.width()); in CreateVideoPacketWithUpdatedRegion() 55 rect->set_width(r.rect().width()); in CreateVideoPacketWithUpdatedRegion()
|
/external/chromium_org/ui/views/window/ |
D | dialog_client_view.cc | 43 row_bounds->set_width(row_bounds->width() - size.width()); in LayoutButton() 46 row_bounds->set_width(row_bounds->width() - kRelatedButtonHSpacing); in LayoutButton() 201 size.set_width(std::max(size.width(), contents_size.width())); in GetPreferredSize() 207 size.set_width(std::max(size.width(), footnote_size.width())); in GetPreferredSize() 242 row_bounds.set_width(std::min(row_bounds.width(), in Layout()
|
/external/chromium_org/content/browser/accessibility/ |
D | browser_accessibility_mac_unittest.mm | 30 root.location.set_width(500); 40 child1.location.set_width(250); 47 child2.location.set_width(250);
|
/external/chromium_org/chrome/browser/chromeos/ui/ |
D | accessibility_focus_ring.cc | 55 top.set_width(top.width() + top.x() - middle.x()); in CreateWithParagraphShape() 59 top.set_width(middle.right() - top.x()); in CreateWithParagraphShape() 63 bottom.set_width(bottom.width() + bottom.x() - middle.x()); in CreateWithParagraphShape() 67 bottom.set_width(middle.right() - bottom.x()); in CreateWithParagraphShape()
|
/external/chromium_org/ui/app_list/views/ |
D | search_result_view.cc | 149 icon_bounds.set_width(GetIconViewWidth()); in Layout() 161 actions_bounds.set_width(actions_width); in Layout() 229 text_bounds.set_width( in OnPaint() 234 text_bounds.set_width(rect.width() - GetIconViewWidth() - in OnPaint()
|
/external/chromium_org/components/enhanced_bookmarks/ |
D | metadata_accessor.cc | 132 info->set_width(width); in SetOriginalImageForBookmark() 228 info->set_width(image_width); in SetAllImagesForBookmark() 241 info->set_width(thumbnail_width); in SetAllImagesForBookmark()
|
/external/chromium_org/content/common/cursors/ |
D | webcursor.cc | 120 custom_size_.set_width(size_x); in Deserialize() 213 custom_size_.set_width(0); in Clear() 238 custom_size_.set_width(bitmap.width()); in SetCustomData()
|
/external/chromium_org/pdf/ |
D | paint_aggregator.cc | 53 damaged_rect.set_width(dx); in GetScrollDamage() 56 damaged_rect.set_width(-dx); in GetScrollDamage() 61 damaged_rect.set_width(scroll_rect.width()); in GetScrollDamage()
|
/external/chromium_org/ppapi/utility/graphics/ |
D | paint_aggregator.cc | 50 damaged_rect.set_width(dx); in GetScrollDamage() 53 damaged_rect.set_width(-dx); in GetScrollDamage() 58 damaged_rect.set_width(scroll_rect.width()); in GetScrollDamage()
|
/external/chromium_org/chrome/browser/ui/views/location_bar/ |
D | location_bar_layout.cc | 165 bounds->set_width(bounds->width() - padding - (*i)->computed_width); in LayoutPass3() 169 bounds->set_width(bounds->width() - item_edit_padding_); in LayoutPass3()
|
/external/chromium_org/printing/ |
D | page_setup.cc | 142 overlay_area_.set_width(std::max(0, in CalculateSizesWithinRect() 155 content_area_.set_width(std::max(0, in CalculateSizesWithinRect()
|
/external/chromium_org/ui/views/layout/ |
D | box_layout.cc | 211 rect->set_width(size); in SetMainAxisSize() 233 rect->set_width(size); in SetCrossAxisSize() 301 child_area_bounds.set_width(child_area_width); in GetPreferredSizeForChildWidth()
|
/external/chromium_org/chrome/browser/drive/ |
D | drive_api_util_unittest.cc | 116 image_media_metadata->set_width(640); in TEST() 123 image_media_metadata->set_width(0); in TEST()
|