OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scroll_arrow_height
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/views/controls/menu/
menu_config.cc
41
scroll_arrow_height
(3),
menu_scroll_view_container.cc
48
host_->GetMenuItem()->GetMenuConfig().
scroll_arrow_height
* 2 - 1,
89
int y = (height() - config.
scroll_arrow_height
) / 2;
91
int x_left = x - config.
scroll_arrow_height
;
92
int x_right = x + config.
scroll_arrow_height
;
97
y = y_bottom + config.
scroll_arrow_height
;
99
y_bottom = y + config.
scroll_arrow_height
;
menu_config.h
104
int
scroll_arrow_height
;
member in struct:views::MenuConfig
Completed in 1292 milliseconds