HomeSort by relevance Sort by last modified time
    Searched refs:bottom_margin (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/common/
badge_util.cc 149 int bottom_margin = local
152 int rect_y = bounds.bottom() - bottom_margin - kBadgeHeight;
  /external/chromium_org/media/base/
video_util_unittest.cc 362 for (int bottom_margin = 0; bottom_margin <= 10; bottom_margin += 10) {
365 height - top_margin - bottom_margin);
  /external/chromium_org/chrome/browser/ui/views/
session_crashed_bubble_view.cc 284 int bottom_margin = 1; local
300 bottom_margin = 0;
305 set_margins(gfx::Insets(1, 0, bottom_margin, 0));
  /external/chromium_org/ui/views/controls/menu/
menu_item_view.cc 562 void MenuItemView::SetMargins(int top_margin, int bottom_margin) {
564 bottom_margin_ = bottom_margin;
782 const int bottom_margin = GetBottomMargin(); local
783 const int available_height = height() - top_margin - bottom_margin;
    [all...]
menu_item_view.h 316 void SetMargins(int top_margin, int bottom_margin);
  /external/chromium_org/chrome/browser/ui/views/toolbar/
wrench_menu.cc 1103 int bottom_margin = local
    [all...]

Completed in 198 milliseconds