OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetMenuItemAt
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/controls/menu/
submenu_view.cc
67
MenuItemView* SubmenuView::
GetMenuItemAt
(int index) {
228
while ((i < menu_item_count) && (
GetMenuItemAt
(i)->y() < vis_bounds.y()))
233
(
GetMenuItemAt
(i)->y() == vis_bounds.y()) ? i : i - 1);
245
if (
GetMenuItemAt
(first_vis_index)->y() == vis_bounds.y()) {
250
scroll_target =
GetMenuItemAt
(first_vis_index)->y();
254
scroll_target =
GetMenuItemAt
(first_vis_index + 1)->y();
255
if (
GetMenuItemAt
(first_vis_index)->y() == vis_bounds.y())
menu_controller.cc
686
MenuItemView* menu_item =
GetMenuItemAt
(source, event.x(), event.y());
786
SetDropMenuItem(source->
GetMenuItemAt
(0), MenuDelegate::DROP_NONE);
[
all
...]
Completed in 33 milliseconds