Home | History | Annotate | Download | only in menu

Lines Matching refs:top_margin

585 void MenuItemView::SetMargins(int top_margin, int bottom_margin) {
586 top_margin_ = top_margin;
783 int top_margin = GetTopMargin();
785 int icon_y = top_margin + (height() - config.item_top_margin -
788 int available_height = height() - top_margin - bottom_margin;
822 top_margin +
823 (height() - top_margin - bottom_margin -
854 gfx::Rect text_bounds(label_start, top_margin, width, available_height);
869 top_margin + (available_height -