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 461 if (part.type == MenuPart::MENU_ITEM) {
482 if (event.IsRightMouseButton() && part.type == MenuPart::MENU_ITEM) {
522 } else if (part.type == MenuPart::MENU_ITEM) {
556 if (part.type == MenuPart::MENU_ITEM && part.menu) {
568 } else if (part.type == MenuPart::MENU_ITEM) {
576 part.type == MenuPart::MENU_ITEM) {
627 MenuItemView* menu_item = GetMenuItemAt(source, event.x(), event.y()); local
629 if (!menu_item) {
631 menu_item = GetEmptyMenuItemAt(source, event.x(), event.y());
632 if (menu_item)
    [all...]
menu_controller.h 160 // If set and the menu_item has a submenu, the submenu is shown.
212 MENU_ITEM,
225 // If type is MENU_ITEM, this is the menu item the mouse is over, otherwise
227 // NOTE: if type is MENU_ITEM and the mouse is not over a valid menu item
233 // If type is MENU_ITEM but the mouse is not over a menu item this is the
241 // Sets the selection to |menu_item|. A value of NULL unselects
248 void SetSelection(MenuItemView* menu_item, int types);
289 // Shows a context menu for |menu_item| as a result of a located event if
292 bool ShowContextMenu(MenuItemView* menu_item,

Completed in 85 milliseconds