/external/chromium_org/ppapi/cpp/ |
D | size.h | 35 set_height(s.height); in Size() 46 set_height(h); in Size() 103 void set_height(int h) { in set_height() function 124 set_height(h); in SetSize() 133 set_height(height() + h); in Enlarge() 166 set_height(s.height); in FloatSize() 177 set_height(h); in FloatSize() 237 void set_height(float h) { in set_height() function 258 set_height(h); in SetSize() 267 set_height(height() + h); in Enlarge()
|
D | rect.h | 40 set_height(rect.size.height); in Rect() 53 set_height(h); in Rect() 68 set_height(h); in Rect() 178 void set_height(int32_t h) { in set_height() function 249 set_height(h); in SetRect() 422 set_height(rect.size.height); in FloatRect() 435 set_height(h); in FloatRect() 450 set_height(h); in FloatRect() 563 void set_height(float h) { in set_height() function 634 set_height(h); in SetRect()
|
/external/chromium_org/ui/gfx/geometry/ |
D | size_base.h | 23 set_height(height); in SetSize() 28 set_height(height_ + height); in Enlarge() 34 void set_height(Type height) { in set_height() function
|
D | rect.cc | 28 set_height(std::abs(r.bottom - r.top)); in Rect() 34 set_height(r.size.height); in Rect()
|
D | rect_base.h | 39 void set_height(Type height) { size_.set_height(height); } in set_height() function
|
/external/chromium_org/chrome/browser/ui/views/ |
D | web_dialog_view_browsertest.cc | 117 set_bounds.set_height(300); in IN_PROC_BROWSER_TEST_F() 133 set_bounds.set_height(250); in IN_PROC_BROWSER_TEST_F() 168 set_bounds.set_height(250); in IN_PROC_BROWSER_TEST_F() 176 set_bounds.set_height(0); in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/extensions/browser/api/app_window/ |
D | app_window_api.cc | 100 create_spec->bounds.set_height(*input_spec->height); in CopyBoundsSpec() 104 create_spec->minimum_size.set_height(*input_spec->min_height); in CopyBoundsSpec() 108 create_spec->maximum_size.set_height(*input_spec->max_height); in CopyBoundsSpec() 402 params->content_spec.bounds.set_height(*options.default_height.get()); in GetBoundsSpec() 411 params->content_spec.bounds.set_height(*options.height.get()); in GetBoundsSpec() 422 params->content_spec.bounds.set_height(*bounds->height.get()); in GetBoundsSpec() 433 minimum_size.set_height(*options.min_height); in GetBoundsSpec() 438 maximum_size.set_height(*options.max_height); in GetBoundsSpec()
|
/external/chromium_org/chrome/browser/chromeos/ui/ |
D | accessibility_focus_ring_controller.cc | 232 top_rect.set_height(middle_top - top_rect.y()); in SplitIntoParagraphShape() 233 bottom_rect.set_height(bottom_rect.bottom() - middle_bottom); in SplitIntoParagraphShape() 245 top_rect.set_height(middle_top - top_rect.y()); in SplitIntoParagraphShape() 249 middle_rect.set_height( in SplitIntoParagraphShape() 255 middle_rect.set_height(bottom_rect.y() - middle_rect.y()); in SplitIntoParagraphShape()
|
/external/chromium_org/remoting/codec/ |
D | video_encoder_helper.cc | 44 dirty_rect->set_height(rect.height()); in CreateVideoPacketWithUpdatedRegion() 56 rect->set_height(r.rect().height()); in CreateVideoPacketWithUpdatedRegion()
|
/external/chromium_org/ui/keyboard/ |
D | keyboard_controller_proxy.cc | 62 bounds.set_height(new_height); in MoveContents() 154 available_bounds.set_height(available_bounds.height() - in EnsureCaretInWorkArea() 178 bounds.set_height(0); in ReloadKeyboardIfNeeded()
|
/external/chromium_org/chrome/browser/ui/panels/ |
D | panel_resize_browsertest.cc | 109 bounds.set_height(bounds.height() + 10); in IN_PROC_BROWSER_TEST_F() 312 bounds.set_height(panel->min_size().height()); in IN_PROC_BROWSER_TEST_F() 486 bounds.set_height(bounds.height() + bounds.y() - primary_work_area.y()); in IN_PROC_BROWSER_TEST_F() 497 bounds.set_height(bounds.height() + bounds.y() - mouse_location.y()); in IN_PROC_BROWSER_TEST_F() 605 panel3_expected_bounds.set_height( in IN_PROC_BROWSER_TEST_F() 624 panel2_expected_bounds.set_height( in IN_PROC_BROWSER_TEST_F() 629 panel3_expected_bounds.set_height( in IN_PROC_BROWSER_TEST_F() 643 panel2_expected_bounds.set_height(panel2->TitleOnlyHeight()); in IN_PROC_BROWSER_TEST_F() 661 panel1_expected_bounds.set_height( in IN_PROC_BROWSER_TEST_F()
|
D | stacked_panel_browsertest.cc | 168 panel1_expected_bounds.set_height(panel1->TitleOnlyHeight()); in IN_PROC_BROWSER_TEST_F() 248 panel2_expected_bounds.set_height(panel2->TitleOnlyHeight()); in IN_PROC_BROWSER_TEST_F() 258 panel2_expected_bounds.set_height(panel2_initial_bounds.height()); in IN_PROC_BROWSER_TEST_F() 270 panel1_expected_bounds.set_height(panel1->TitleOnlyHeight()); in IN_PROC_BROWSER_TEST_F() 273 panel2_expected_bounds.set_height(panel2->TitleOnlyHeight()); in IN_PROC_BROWSER_TEST_F() 285 panel1_expected_bounds.set_height(panel1_initial_bounds.height()); in IN_PROC_BROWSER_TEST_F() 288 panel2_expected_bounds.set_height(panel2_initial_bounds.height()); in IN_PROC_BROWSER_TEST_F() 321 panel1_expected_bounds.set_height(panel1->TitleOnlyHeight()); in IN_PROC_BROWSER_TEST_F() 331 panel1_expected_bounds.set_height(panel1_initial_bounds.height()); in IN_PROC_BROWSER_TEST_F() 368 panel2_full_size.set_height(panel2_full_size.height() + 30); in IN_PROC_BROWSER_TEST_F() [all …]
|
D | panel_resize_controller.cc | 108 bounds.set_height(std::max(bounds_at_start_.height() + in Resize() 131 bounds.set_height(new_height); in Resize()
|
/external/chromium_org/ui/views/layout/ |
D | box_layout.cc | 213 rect->set_height(size); in SetMainAxisSize() 235 rect->set_height(size); in SetCrossAxisSize() 283 child_area_bounds.set_height( in GetPreferredSizeForChildWidth() 302 child_area_bounds.set_height(height); in GetPreferredSizeForChildWidth()
|
/external/chromium_org/ui/app_list/views/ |
D | app_list_background.cc | 71 separator_rect.set_height(kTopSeparatorSize); in Paint() 93 separator_rect.set_height(kBottomSeparatorSize); in Paint()
|
/external/chromium_org/ash/wm/gestures/ |
D | tray_gesture_handler.cc | 35 bounds.set_height(kMinBubbleHeight); in TrayGestureHandler() 61 bounds.set_height(new_height); in UpdateGestureDrag()
|
/external/chromium_org/content/browser/accessibility/ |
D | browser_accessibility_mac_unittest.mm | 31 root.location.set_height(100); 41 child1.location.set_height(100); 48 child2.location.set_height(100);
|
/external/chromium_org/ash/system/tray/ |
D | tray_item_view.cc | 90 size.set_height(kTrayIconHeight); in GetPreferredSize() 100 size.set_height(std::max(1, in GetPreferredSize()
|
D | special_popup_row.cc | 101 size.set_height(kSpecialPopupRowHeight); in GetPreferredSize() 120 bounds.set_height(content_bounds.height()); in Layout()
|
/external/chromium_org/components/enhanced_bookmarks/ |
D | metadata_accessor.cc | 133 info->set_height(height); in SetOriginalImageForBookmark() 229 info->set_height(image_height); in SetAllImagesForBookmark() 242 info->set_height(thumbnail_height); in SetAllImagesForBookmark()
|
/external/chromium_org/content/common/cursors/ |
D | webcursor.cc | 121 custom_size_.set_height(size_y); in Deserialize() 214 custom_size_.set_height(0); in Clear() 239 custom_size_.set_height(bitmap.height()); in SetCustomData()
|
/external/chromium_org/chrome/browser/ui/window_sizer/ |
D | window_sizer.cc | 357 bounds->set_height(default_bounds.height()); in AdjustBoundsToBeVisibleOnDisplay() 363 bounds->set_height(std::max(kMinVisibleHeight, bounds->height())); in AdjustBoundsToBeVisibleOnDisplay() 378 bounds->set_height(std::min(bounds->height(), work_area.height())); in AdjustBoundsToBeVisibleOnDisplay() 393 bounds->set_height(std::min(work_area.height(), bounds->height())); in AdjustBoundsToBeVisibleOnDisplay()
|
/external/chromium_org/pdf/ |
D | paint_aggregator.cc | 50 damaged_rect.set_height(scroll_rect.height()); in GetScrollDamage() 64 damaged_rect.set_height(dy); in GetScrollDamage() 67 damaged_rect.set_height(-dy); in GetScrollDamage()
|
/external/chromium_org/ppapi/utility/graphics/ |
D | paint_aggregator.cc | 47 damaged_rect.set_height(scroll_rect.height()); in GetScrollDamage() 61 damaged_rect.set_height(dy); in GetScrollDamage() 64 damaged_rect.set_height(-dy); in GetScrollDamage()
|
/external/chromium_org/printing/ |
D | page_setup.cc | 146 overlay_area_.set_height(std::max(0, in CalculateSizesWithinRect() 159 content_area_.set_height(std::max(0, in CalculateSizesWithinRect()
|