OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bottom_margin
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/browser/ui/gtk/
nine_box.h
31
NineBox(int image, int top_margin, int
bottom_margin
, int left_margin,
nine_box.cc
77
NineBox::NineBox(int image, int top_margin, int
bottom_margin
, int left_margin,
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/chrome/browser/ui/gtk/
nine_box.h
31
NineBox(int image, int top_margin, int
bottom_margin
, int left_margin,
nine_box.cc
66
NineBox::NineBox(int image, int top_margin, int
bottom_margin
, int left_margin,
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/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/common/
badge_util.cc
182
int
bottom_margin
=
local
185
int rect_y = bounds.bottom() -
bottom_margin
- kBadgeHeight;
/external/chromium_org/ui/views/controls/menu/
menu_item_view.cc
544
void MenuItemView::SetMargins(int top_margin, int
bottom_margin
) {
546
bottom_margin_ =
bottom_margin
;
743
int
bottom_margin
= GetBottomMargin();
local
745
bottom_margin
- config.check_height) / 2;
747
int available_height = height() - top_margin -
bottom_margin
;
782
(height() - top_margin -
bottom_margin
-
[
all
...]
menu_item_view.h
325
void SetMargins(int top_margin, int
bottom_margin
);
Completed in 453 milliseconds