Home
last modified time | relevance | path

Searched refs:bottom_margin (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/media/base/
Dvideo_util_unittest.cc362 for (int bottom_margin = 0; bottom_margin <= 10; bottom_margin += 10) { in TEST_F() local
365 height - top_margin - bottom_margin); in TEST_F()
/external/chromium_org/chrome/common/
Dbadge_util.cc149 int bottom_margin = in PaintBadge() local
152 int rect_y = bounds.bottom() - bottom_margin - kBadgeHeight; in PaintBadge()
/external/chromium_org/chrome/browser/ui/views/
Dsession_crashed_bubble_view.cc284 int bottom_margin = 1; in Init() local
300 bottom_margin = 0; in Init()
305 set_margins(gfx::Insets(1, 0, bottom_margin, 0)); in Init()
/external/chromium_org/ui/views/controls/menu/
Dmenu_item_view.cc562 void MenuItemView::SetMargins(int top_margin, int bottom_margin) { in SetMargins() argument
564 bottom_margin_ = bottom_margin; in SetMargins()
782 const int bottom_margin = GetBottomMargin(); in PaintButton() local
783 const int available_height = height() - top_margin - bottom_margin; in PaintButton()
Dmenu_item_view.h316 void SetMargins(int top_margin, int bottom_margin);
/external/chromium_org/chrome/browser/ui/views/toolbar/
Dwrench_menu.cc1103 int bottom_margin = in PopulateMenu() local
1109 bottom_margin += 5; in PopulateMenu()
1112 item->SetMargins(top_margin, bottom_margin); in PopulateMenu()