Searched refs:top_margin (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/media/base/
H A Dvideo_util_unittest.cc361 for (int top_margin = 0; top_margin <= 10; top_margin += 10) {
363 gfx::Rect view_area(left_margin, top_margin,
365 height - top_margin - bottom_margin);
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_item_view.cc550 void MenuItemView::SetMargins(int top_margin, int bottom_margin) { argument
551 top_margin_ = top_margin;
769 const int top_margin = GetTopMargin(); local
771 const int available_height = height() - top_margin - bottom_margin;
779 top_margin + (available_height - check.height()) / 2,
788 top_margin + (available_height - image.height()) / 2,
824 gfx::Rect text_bounds(label_start, top_margin, width,
850 top_margin + (available_height - arrow.height()) / 2,
H A Dmenu_item_view.h311 void SetMargins(int top_margin, int bottom_margin);
/external/chromium_org/ui/views/controls/
H A Dscroll_view.h206 // Creates a FixedRowHeightScrollHelper. top_margin gives the distance from
209 FixedRowHeightScrollHelper(int top_margin, int row_height);
H A Dscroll_view.cc614 FixedRowHeightScrollHelper::FixedRowHeightScrollHelper(int top_margin, argument
617 top_margin_(top_margin),
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.cc1853 int top_margin = IsDetached() ? kDetachedTopMargin : 0; local
1854 int y = top_margin;
1941 y - top_margin,
1943 height + top_margin + kBottomMargin -

Completed in 157 milliseconds