OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kItemLeftMargin
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/controls/menu/
menu_win.cc
32
const int
kItemLeftMargin
= 4;
107
kItemLeftMargin
+ views::kItemLabelSpacing -
151
rect.left +=
kItemLeftMargin
+ kIconWidth;
189
canvas.sk_canvas(), hDC, lpdis->rcItem.left +
kItemLeftMargin
,
native_menu_win.cc
46
static const int
kItemLeftMargin
= 4;
176
kIconWidth +
kItemLeftMargin
+ views::kItemLabelSpacing -
220
rect.left +=
kItemLeftMargin
+ kIconWidth;
267
draw_item_struct->rcItem.left +
kItemLeftMargin
,
304
draw_item_struct->rcItem.left +
kItemLeftMargin
,
Completed in 25 milliseconds