Searched refs:bottom_margin (Results 1 - 8 of 8) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
H A Dnine_box.h31 NineBox(int image, int top_margin, int bottom_margin, int left_margin,
H A Dnine_box.cc66 NineBox::NineBox(int image, int top_margin, int bottom_margin, int left_margin, argument
74 int inset_height = top_margin + bottom_margin;
89 images_[6] = gdk_pixbuf_new_subpixbuf(pixbuf, 0, height - bottom_margin,
90 left_margin, bottom_margin);
92 height - bottom_margin,
93 width - inset_width, bottom_margin);
95 height - bottom_margin,
96 right_margin, bottom_margin);
/external/chromium_org/chrome/browser/ui/gtk/
H A Dnine_box.h31 NineBox(int image, int top_margin, int bottom_margin, int left_margin,
H A Dnine_box.cc77 NineBox::NineBox(int image, int top_margin, int bottom_margin, int left_margin, argument
85 int inset_height = top_margin + bottom_margin;
102 pixbuf, 0, height - bottom_margin, left_margin, bottom_margin));
104 pixbuf, left_margin, height - bottom_margin,
105 width - inset_width, bottom_margin));
107 pixbuf, width - right_margin, height - bottom_margin,
108 right_margin, bottom_margin));
/external/chromium_org/media/base/
H A Dvideo_util_unittest.cc362 for (int bottom_margin = 0; bottom_margin <= 10; bottom_margin += 10) {
365 height - top_margin - bottom_margin);
/external/chromium_org/chrome/common/
H A Dbadge_util.cc182 int bottom_margin = local
185 int rect_y = bounds.bottom() - bottom_margin - kBadgeHeight;
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_item_view.cc585 void MenuItemView::SetMargins(int top_margin, int bottom_margin) { argument
587 bottom_margin_ = bottom_margin;
784 int bottom_margin = GetBottomMargin(); local
786 bottom_margin - config.check_height) / 2;
788 int available_height = height() - top_margin - bottom_margin;
823 (height() - top_margin - bottom_margin -
H A Dmenu_item_view.h331 void SetMargins(int top_margin, int bottom_margin);

Completed in 156 milliseconds