Searched defs:top_margin (Results 1 - 3 of 3) sorted by relevance

/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,
/external/chromium_org/ui/views/controls/
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 131 milliseconds