HomeSort by relevance Sort by last modified time
    Searched defs:top_margin (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/views/controls/menu/
menu_item_view.cc 550 void MenuItemView::SetMargins(int top_margin, int bottom_margin) {
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,
    [all...]
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc 1853 int top_margin = IsDetached() ? kDetachedTopMargin : 0; local
    [all...]

Completed in 134 milliseconds