HomeSort by relevance Sort by last modified time
    Searched refs:min_height (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /external/chromium_org/content/test/
webrtc_content_browsertest_base.h 33 int min_height,
webrtc_content_browsertest_base.cc 61 int min_height,
72 min_height,
  /external/chromium_org/ash/wm/
window_util.cc 115 int min_height,
120 min_height = std::min(min_height, visible_area.height());
127 if (bounds->bottom() < visible_area.y() + min_height) {
128 bounds->set_y(visible_area.y() + min_height - bounds->height());
129 } else if (bounds->y() > visible_area.bottom() - min_height) {
130 bounds->set_y(visible_area.bottom() - min_height);
window_resizer.h 95 int GetHeightForDrag(int min_height, int* delta_y);
window_util.h 73 // including a safety margin given by |min_width| and |min_height|.
78 int min_height,
window_resizer.cc 327 int WindowResizer::GetHeightForDrag(int min_height, int* delta_y) {
336 if (height < min_height) {
337 height = min_height;
339 min_height);
  /external/chromium_org/chrome/browser/devtools/
devtools_contents_resizing_strategy.cc 75 int min_height = std::min(min_size.height(), container_size.height()); local
76 int insets_height = container_size.height() - min_height;
80 height = min_height;
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_dialog.h 47 int min_height,
extension_dialog.cc 55 int min_height,
65 host->view()->set_minimum_size(gfx::Size(min_width, min_height));
  /hardware/samsung_slsi/exynos5/include/
v4l2-subdev.h 60 __u32 min_height; member in struct:v4l2_subdev_frame_size_enum
  /hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
v4l2-subdev.h 91 __u32 min_height; member in struct:v4l2_subdev_frame_size_enum
  /external/chromium_org/chrome/browser/extensions/api/app_window/
app_window_api.cc 129 if (input_spec->min_height.get())
130 create_spec->minimum_size.set_height(*input_spec->min_height);
357 if (!CheckBoundsConflict(inner_bounds->min_height,
358 outer_bounds->min_height,
418 if (options.min_height.get())
419 minimum_size.set_height(*options.min_height);
  /bionic/libc/kernel/uapi/linux/
v4l2-subdev.h 61 __u32 min_height; member in struct:v4l2_subdev_frame_size_enum
  /development/ndk/platforms/android-L/include/linux/
v4l2-subdev.h 61 __u32 min_height; member in struct:v4l2_subdev_frame_size_enum
  /external/kernel-headers/original/uapi/linux/
v4l2-subdev.h 92 __u32 min_height; member in struct:v4l2_subdev_frame_size_enum
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
v4l2-subdev.h 61 __u32 min_height; member in struct:v4l2_subdev_frame_size_enum
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
v4l2-subdev.h 61 __u32 min_height; member in struct:v4l2_subdev_frame_size_enum
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
v4l2-subdev.h 61 __u32 min_height; member in struct:v4l2_subdev_frame_size_enum
  /external/chromium_org/remoting/host/
desktop_resizer_linux.cc 207 int min_width = 0, min_height = 0, max_width = 0, max_height = 0; local
209 &min_width, &min_height,
213 int height = std::min(std::max(preferred.dimensions().height(), min_height),
  /external/chromium_org/ui/views/controls/
scroll_view.h 58 void ClipHeightTo(int min_height, int max_height);
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin.cc 167 int min_height; local
169 &min_height); local
170 return min_height;
191 int min_height = GetMinHeightAttribute(); local
194 min_height = min_height ? min_height : height();
196 return std::min(min_height, GetAdjustedMaxHeight());
    [all...]
  /external/chromium_org/ui/views/controls/button/
text_button.h 140 void set_min_height(int min_height) { min_height_ = min_height; }
  /external/chromium_org/content/renderer/media/
media_stream_video_source.cc 242 int min_height = 0; local
245 &min_height);
250 if (min_width > max_width || min_height > max_height)
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-linux.c 155 sh.min_height = sh.max_height = sWindowHeight;
  /hardware/intel/img/libdrm/shared-core/
drm_mode.h 108 __u32 min_height, max_height; member in struct:drm_mode_card_res

Completed in 1111 milliseconds

1 2 3 4