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