OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kItemTopMargin
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/controls/menu/
native_menu_win.cc
42
static const int
kItemTopMargin
= 3;
184
font.GetHeight() + kItemBottomMargin +
kItemTopMargin
;
218
rect.top +=
kItemTopMargin
;
285
int icon_y =
kItemTopMargin
+
286
(height -
kItemTopMargin
- kItemBottomMargin -
menu_win.cc
28
const int
kItemTopMargin
= 3;
114
lpmis->itemHeight = font.GetHeight() + kItemBottomMargin +
kItemTopMargin
;
149
rect.top +=
kItemTopMargin
;
Completed in 27 milliseconds