Searched refs:set_height (Results 1 - 25 of 174) sorted by relevance

1234567

/external/chromium_org/ppapi/cpp/
H A Dsize.h35 set_height(s.height);
46 set_height(h);
103 void set_height(int h) { function in class:pp::Size
124 set_height(h);
133 set_height(height() + h);
166 set_height(s.height);
177 set_height(h);
237 void set_height(float h) { function in class:pp::FloatSize
258 set_height(h);
267 set_height(heigh
[all...]
H A Drect.h40 set_height(rect.size.height);
53 set_height(h);
68 set_height(h);
178 void set_height(int32_t h) { function in class:pp::Rect
249 set_height(h);
422 set_height(rect.size.height);
435 set_height(h);
450 set_height(h);
563 void set_height(float h) { function in class:pp::FloatRect
634 set_height(
[all...]
/external/chromium_org/ui/gfx/geometry/
H A Dsize_base.h23 set_height(height);
28 set_height(height_ + height);
34 void set_height(Type height) {
H A Dsize.cc24 set_height(s.height);
H A Drect.cc28 set_height(std::abs(r.bottom - r.top));
34 set_height(r.size.height);
H A Drect_base.h39 void set_height(Type height) { size_.set_height(height); } function in class:gfx::RectBase
/external/chromium_org/chrome/browser/ui/views/
H A Dweb_dialog_view_browsertest.cc117 set_bounds.set_height(300);
133 set_bounds.set_height(250);
168 set_bounds.set_height(250);
176 set_bounds.set_height(0);
/external/chromium_org/remoting/codec/
H A Dvideo_encoder_helper.cc44 dirty_rect->set_height(rect.height());
56 rect->set_height(r.rect().height());
/external/chromium_org/ui/keyboard/
H A Dkeyboard_controller_proxy.cc62 bounds.set_height(new_height);
154 available_bounds.set_height(available_bounds.height() -
178 bounds.set_height(0);
/external/chromium_org/ash/system/tray/
H A Dspecial_popup_row.cc101 size.set_height(kSpecialPopupRowHeight);
120 bounds.set_height(content_bounds.height());
H A Dtray_item_view.cc90 size.set_height(kTrayIconHeight);
100 size.set_height(std::max(1,
/external/chromium_org/ash/wm/gestures/
H A Dtray_gesture_handler.cc35 bounds.set_height(kMinBubbleHeight);
61 bounds.set_height(new_height);
/external/chromium_org/extensions/browser/api/app_window/
H A Dapp_window_api.cc100 create_spec->bounds.set_height(*input_spec->height);
104 create_spec->minimum_size.set_height(*input_spec->min_height);
108 create_spec->maximum_size.set_height(*input_spec->max_height);
402 params->content_spec.bounds.set_height(*options.default_height.get());
411 params->content_spec.bounds.set_height(*options.height.get());
422 params->content_spec.bounds.set_height(*bounds->height.get());
433 minimum_size.set_height(*options.min_height);
438 maximum_size.set_height(*options.max_height);
/external/chromium_org/ui/app_list/views/
H A Dapp_list_background.cc71 separator_rect.set_height(kTopSeparatorSize);
93 separator_rect.set_height(kBottomSeparatorSize);
/external/chromium_org/ash/shell/
H A Dpanel_window.cc48 params().bounds.set_height(kDefaultHeight);
/external/chromium_org/chrome/browser/ui/blocked_content/
H A Dblocked_window_params.cc56 nav_params.window_bounds.set_height(features_.height);
/external/chromium_org/ppapi/tests/
H A Dtest_scrollbar.cc35 location.set_height(1000);
/external/chromium_org/third_party/webrtc/common_video/
H A Dtexture_video_frame.cc24 set_height(height);
/external/chromium_org/third_party/webrtc/modules/utility/source/
H A Dvideo_frames_queue.cc97 ptrOldFrame->set_height(0);
/external/chromium_org/chrome/browser/chromeos/ui/
H A Daccessibility_focus_ring_controller.cc232 top_rect.set_height(middle_top - top_rect.y());
233 bottom_rect.set_height(bottom_rect.bottom() - middle_bottom);
245 top_rect.set_height(middle_top - top_rect.y());
249 middle_rect.set_height(
255 middle_rect.set_height(bottom_rect.y() - middle_rect.y());
/external/chromium_org/chrome/browser/drive/
H A Ddrive_api_util_unittest.cc117 image_media_metadata->set_height(480);
124 image_media_metadata->set_height(0);
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_resize_controller.cc108 bounds.set_height(std::max(bounds_at_start_.height() +
131 bounds.set_height(new_height);
/external/chromium_org/printing/
H A Dpage_setup.cc146 overlay_area_.set_height(std::max(0,
159 content_area_.set_height(std::max(0,
/external/chromium_org/content/renderer/media/
H A Drtc_video_renderer.cc60 frame_size_.set_height(kMinFrameSize);
/external/chromium_org/extensions/browser/app_window/
H A Dsize_constraints.cc40 size.set_height(std::min(size.height(), max_size.height()));

Completed in 1324 milliseconds

1234567