Searched defs:bottom_margin (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/common/
H A Dbadge_util.cc135 int bottom_margin = local
138 int rect_y = bounds.bottom() - bottom_margin - kBadgeHeight;
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_item_view.cc550 void MenuItemView::SetMargins(int top_margin, int bottom_margin) { argument
552 bottom_margin_ = bottom_margin;
770 const int bottom_margin = GetBottomMargin(); local
771 const int available_height = height() - top_margin - bottom_margin;

Completed in 92 milliseconds