HomeSort by relevance Sort by last modified time
    Searched refs:MENU_ITEM (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/views/controls/menu/
menu_controller.cc 496 if (part.type == MenuPart::MENU_ITEM) {
517 if (event.IsRightMouseButton() && part.type == MenuPart::MENU_ITEM) {
570 } else if (part.type == MenuPart::MENU_ITEM) {
602 if (part.type == MenuPart::MENU_ITEM && part.menu) {
615 } else if (part.type == MenuPart::MENU_ITEM) {
623 part.type == MenuPart::MENU_ITEM) {
674 MenuItemView* menu_item = GetMenuItemAt(source, event.x(), event.y()); local
676 if (!menu_item) {
678 menu_item = GetEmptyMenuItemAt(source, event.x(), event.y());
679 if (menu_item)
    [all...]
menu_controller.h 175 // If set and the menu_item has a submenu, the submenu is shown.
227 MENU_ITEM,
240 // If type is MENU_ITEM, this is the menu item the mouse is over, otherwise
242 // NOTE: if type is MENU_ITEM and the mouse is not over a valid menu item
248 // If type is MENU_ITEM but the mouse is not over a menu item this is the
256 // Sets the selection to |menu_item|. A value of NULL unselects
263 void SetSelection(MenuItemView* menu_item, int types);
300 // Shows a context menu for |menu_item| as a result of a located event if
303 bool ShowContextMenu(MenuItemView* menu_item,

Completed in 491 milliseconds