Home
last modified time | relevance | path

Searched refs:min_height (Results 1 – 25 of 31) sorted by relevance

12

/external/chromium_org/ash/wm/
Dwindow_util.cc89 int min_height, in AdjustBoundsToEnsureWindowVisibility() argument
95 min_height = std::min(min_height, visible_area.height()); in AdjustBoundsToEnsureWindowVisibility()
102 if (bounds->y() + min_height > visible_area.bottom()) { in AdjustBoundsToEnsureWindowVisibility()
103 bounds->set_y(visible_area.bottom() - min_height); in AdjustBoundsToEnsureWindowVisibility()
104 } else if (bounds->bottom() - min_height < 0) { in AdjustBoundsToEnsureWindowVisibility()
105 bounds->set_y(min_height - bounds->height()); in AdjustBoundsToEnsureWindowVisibility()
Dwindow_resizer.cc401 int min_height, in GetHeightForDrag() argument
411 if (height < min_height) { in GetHeightForDrag()
412 height = min_height; in GetHeightForDrag()
414 min_height); in GetHeightForDrag()
Dwindow_util.h63 int min_height,
Dwindow_resizer.h143 int min_height,
/external/chromium_org/remoting/host/
Ddesktop_resizer_linux.cc207 int min_width = 0, min_height = 0, max_width = 0, max_height = 0; in GetSupportedResolutions() local
209 &min_width, &min_height, in GetSupportedResolutions()
213 int height = std::min(std::max(preferred.dimensions().height(), min_height), in GetSupportedResolutions()
/external/chromium_org/chrome/browser/ui/views/extensions/
Dextension_dialog.cc56 int min_height, in Show() argument
66 host->view()->SetMinimumSize(gfx::Size(min_width, min_height)); in Show()
Dextension_dialog.h49 int min_height,
/external/chromium_org/content/renderer/browser_plugin/
Dbrowser_plugin.cc211 int min_height; in GetMinHeightAttribute() local
213 &min_height); in GetMinHeightAttribute()
214 return min_height; in GetMinHeightAttribute()
235 int min_height = GetMinHeightAttribute(); in GetAdjustedMinHeight() local
238 min_height = min_height ? min_height : height(); in GetAdjustedMinHeight()
240 return std::min(min_height, GetAdjustedMaxHeight()); in GetAdjustedMinHeight()
Dbrowser_plugin_bindings.cc479 int min_height = bindings->instance()->GetMinHeightAttribute(); in GetProperty() local
480 INT32_TO_NPVARIANT(min_height, *result); in GetProperty()
/external/chromium_org/chrome/browser/extensions/api/app_current_window_internal/
Dapp_current_window_internal_api.cc174 min_size.set_height(params->min_height.get() ? in RunWithWindow()
175 *(params->min_height) : kUnboundedSize); in RunWithWindow()
/external/chromium_org/ui/views/controls/button/
Dtext_button.h144 void set_min_height(int min_height) { min_height_ = min_height; } in set_min_height() argument
/external/qemu/android/camera/
Dcamera-capture-linux.c586 (size_enum.stepwise.max_height - size_enum.stepwise.min_height) / in _camera_device_enum_format_sizes()
630 for (h = size_enum.stepwise.min_height; in _camera_device_enum_format_sizes()
641 arr[out_num].height = size_enum.stepwise.min_height; in _camera_device_enum_format_sizes()
647 (size_enum.stepwise.min_height + size_enum.stepwise.max_height) / 2; in _camera_device_enum_format_sizes()
/external/chromium_org/ash/wm/workspace/
Dworkspace_layout_manager.cc276 int min_height = bounds.height() * kMinimumPercentOnScreenArea; in AdjustWindowBoundsWhenAdded() local
284 display_area, min_width, min_height, &bounds); in AdjustWindowBoundsWhenAdded()
/external/chromium_org/chrome/browser/extensions/api/app_window/
Dapp_window_api.cc262 if (options->min_height.get()) in RunImpl()
263 minimum_size.set_height(*options->min_height); in RunImpl()
/external/chromium_org/content/browser/media/
Dwebrtc_browsertest.cc43 int min_height, in GenerateGetUserMediaCall() argument
54 min_height, in GenerateGetUserMediaCall()
/external/chromium_org/chrome/browser/ui/views/frame/
Dbrowser_view_layout.cc208 int min_height = delegate_->GetTopInsetInBrowserView() + in GetMinimumSize() local
219 return gfx::Size(min_width, min_height); in GetMinimumSize()
/external/chromium/chrome/browser/ui/views/frame/
Dbrowser_view_layout.cc80 int min_height = tabstrip_size.height() + toolbar_size.height() + in GetMinimumSize() local
85 return gfx::Size(min_width, min_height); in GetMinimumSize()
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
DSDL_sysyuv.cc75 (r.source.min_height > height) || in BE_GetOverlayBitmap()
/external/chromium_org/ash/shelf/
Dshelf_layout_manager.cc412 int min_height = 0; in UpdateGestureDrag() local
414 min_height = shelf_->GetContentsView()->GetPreferredSize().height(); in UpdateGestureDrag()
416 if (min_height < shelf_->GetWindowBoundsInScreen().height() && in UpdateGestureDrag()
/external/chromium_org/ui/message_center/views/
Dmessage_center_view.cc69 BoundedScrollView(int min_height, int max_height);
83 BoundedScrollView::BoundedScrollView(int min_height, int max_height) in BoundedScrollView() argument
84 : min_height_(min_height), in BoundedScrollView()
/external/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_driver.c481 res->min_height, max_width, max_height); in drv_pre_init()
487 res->min_height, max_height); in drv_pre_init()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
Dxorg_driver.c481 res->min_height, max_width, max_height); in drv_pre_init()
487 res->min_height, max_height); in drv_pre_init()
/external/libpng/contrib/gregbook/
Drpng-x.c574 size_hints->min_height = size_hints->max_height = (int)image_height; in rpng_x_create_window()
/external/chromium_org/chrome/browser/ui/gtk/apps/
Dnative_app_window_gtk.cc700 hints.min_height = min_size.height(); in UpdateWindowMinMaxSize()
/external/chromium_org/ui/gfx/
Drender_text_win.cc320 int min_height, in LineBreaker() argument
327 min_height_(min_height), in LineBreaker()

12