Home
last modified time | relevance | path

Searched refs:set_height (Results 1 – 25 of 181) sorted by relevance

12345678

/external/chromium_org/ppapi/cpp/
Dsize.h35 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()
Drect.h40 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/
Dsize_base.h23 set_height(height); in SetSize()
28 set_height(height_ + height); in Enlarge()
34 void set_height(Type height) { in set_height() function
Drect.cc28 set_height(std::abs(r.bottom - r.top)); in Rect()
34 set_height(r.size.height); in Rect()
Drect_base.h39 void set_height(Type height) { size_.set_height(height); } in set_height() function
/external/chromium_org/chrome/browser/ui/views/
Dweb_dialog_view_browsertest.cc117 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/
Dapp_window_api.cc100 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/
Daccessibility_focus_ring_controller.cc232 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/
Dvideo_encoder_helper.cc44 dirty_rect->set_height(rect.height()); in CreateVideoPacketWithUpdatedRegion()
56 rect->set_height(r.rect().height()); in CreateVideoPacketWithUpdatedRegion()
/external/chromium_org/ui/keyboard/
Dkeyboard_controller_proxy.cc62 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/
Dpanel_resize_browsertest.cc109 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()
Dstacked_panel_browsertest.cc168 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 …]
Dpanel_resize_controller.cc108 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/
Dbox_layout.cc213 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/
Dapp_list_background.cc71 separator_rect.set_height(kTopSeparatorSize); in Paint()
93 separator_rect.set_height(kBottomSeparatorSize); in Paint()
/external/chromium_org/ash/wm/gestures/
Dtray_gesture_handler.cc35 bounds.set_height(kMinBubbleHeight); in TrayGestureHandler()
61 bounds.set_height(new_height); in UpdateGestureDrag()
/external/chromium_org/content/browser/accessibility/
Dbrowser_accessibility_mac_unittest.mm31 root.location.set_height(100);
41 child1.location.set_height(100);
48 child2.location.set_height(100);
/external/chromium_org/ash/system/tray/
Dtray_item_view.cc90 size.set_height(kTrayIconHeight); in GetPreferredSize()
100 size.set_height(std::max(1, in GetPreferredSize()
Dspecial_popup_row.cc101 size.set_height(kSpecialPopupRowHeight); in GetPreferredSize()
120 bounds.set_height(content_bounds.height()); in Layout()
/external/chromium_org/components/enhanced_bookmarks/
Dmetadata_accessor.cc133 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/
Dwebcursor.cc121 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/
Dwindow_sizer.cc357 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/
Dpaint_aggregator.cc50 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/
Dpaint_aggregator.cc47 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/
Dpage_setup.cc146 overlay_area_.set_height(std::max(0, in CalculateSizesWithinRect()
159 content_area_.set_height(std::max(0, in CalculateSizesWithinRect()

12345678