Searched defs:min_height (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/content/test/
H A Dwebrtc_content_browsertest_base.cc75 int min_height,
86 min_height,
71 GenerateGetUserMediaCall( const char* function_name, int min_width, int max_width, int min_height, int max_height, int min_frame_rate, int max_frame_rate) const argument
/external/chromium_org/chrome/browser/chromeos/ui/
H A Daccessibility_focus_ring.cc51 int min_height = std::min(top.height(), bottom.height()); local
52 margin = std::min(margin, min_height / 2);
/external/chromium_org/ash/wm/
H A Ddefault_state.cc323 int min_height = bounds.height() * kMinimumPercentOnScreenArea; local
325 display_area, min_width, min_height, &bounds);
H A Dwindow_resizer.cc328 int WindowResizer::GetHeightForDrag(int min_height, int* delta_y) { argument
337 if (height < min_height) {
338 height = min_height;
340 min_height);
H A Dwindow_util.cc117 int min_height,
122 min_height = std::min(min_height, visible_area.height());
129 if (bounds->bottom() < visible_area.y() + min_height) {
130 bounds->set_y(visible_area.y() + min_height - bounds->height());
131 } else if (bounds->y() > visible_area.bottom() - min_height) {
132 bounds->set_y(visible_area.bottom() - min_height);
115 AdjustBoundsToEnsureWindowVisibility(const gfx::Rect& visible_area, int min_width, int min_height, gfx::Rect* bounds) argument
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_dialog.cc67 int min_height,
78 view->set_minimum_size(gfx::Size(min_width, min_height));
59 Show( const GURL& url, aura::Window* parent_window, Profile* profile, WebContents* web_contents, int width, int height, int min_width, int min_height, const base::string16& title, ExtensionDialogObserver* observer) argument
/external/chromium_org/extensions/browser/guest_view/extension_options/
H A Dextension_options_guest.cc248 int min_height = 0; local
251 &min_height);
257 gfx::Size(min_width, min_height),
/external/chromium_org/remoting/host/
H A Ddesktop_resizer_linux.cc207 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/kernel-headers/original/uapi/linux/
H A Dv4l2-subdev.h92 __u32 min_height; member in struct:v4l2_subdev_frame_size_enum
H A Dvideodev2.h469 __u32 min_height; /* Minimum frame height [pixel] */ member in struct:v4l2_frmsize_stepwise
1101 * @min_height: height in lines
1112 __u32 min_height; member in struct:v4l2_bt_timings_cap
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view_layout.cc190 int min_height = delegate_->GetTopInsetInBrowserView() + local
201 return gfx::Size(min_width, min_height);
/external/chromium_org/content/browser/media/
H A Dwebrtc_getusermedia_browsertest.cc590 int min_height; member in struct:content::__anon7262::UserMediaSizes
618 user_media().min_height,
/external/chromium_org/content/renderer/media/
H A Dmedia_stream_video_source.cc244 int min_height = 0; local
247 &min_height);
252 if (min_width > max_width || min_height > max_height)
/external/chromium_org/ash/shelf/
H A Dshelf_layout_manager.cc418 int min_height = 0; local
420 min_height = shelf_->GetContentsView()->GetPreferredSize().height();
422 if (min_height < shelf_->GetWindowBoundsInScreen().height() &&
/external/chromium_org/ui/views/controls/
H A Dscroll_view.cc176 void ScrollView::ClipHeightTo(int min_height, int max_height) { argument
177 min_height_ = min_height;
/external/chromium_org/extensions/browser/guest_view/web_view/
H A Dweb_view_guest.cc962 int min_height = 0; local
964 attach_params()->GetInteger(webview::kAttributeMinHeight, &min_height);
970 gfx::Size(min_width, min_height),
/external/chromium_org/ui/gfx/
H A Drender_text_win.cc334 // the given runs. |min_baseline| and |min_height| are the minimum baseline and
342 int min_height,
349 min_height_(min_height),
340 LineBreaker(int max_width, int min_baseline, int min_height, bool multiline, const wchar_t* text, const BreakList<size_t>* words, const ScopedVector<TextRun>& runs) argument
/external/kernel-headers/original/uapi/drm/
H A Ddrm_mode.h123 __u32 min_height, max_height; member in struct:drm_mode_card_res
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_views.cc1411 int min_height = GetDialogClientView()->GetContentsBounds().height(); local
1420 gfx::Size(min_width, min_height), GetMaximumSignInViewSize()));
/external/chromium_org/content/shell/renderer/test_runner/
H A Dtest_runner.cc194 int min_height,
814 int min_height,
818 return runner_->EnableAutoResizeMode(min_width, min_height,
2290 int min_height,
2293 WebSize min_size(min_width, min_height);
813 EnableAutoResizeMode(int min_width, int min_height, int max_width, int max_height) argument
2289 EnableAutoResizeMode(int min_width, int min_height, int max_width, int max_height) argument
/external/valgrind/main/include/vki/
H A Dvki-linux-drm.h366 __vki_u32 min_height, max_height; member in struct:vki_drm_mode_card_res
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 471 milliseconds