Searched refs:MENU_ITEM (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/views/controls/menu/
H A Dmenu_controller.cc500 if (part.type == MenuPart::MENU_ITEM) {
521 if (event.IsRightMouseButton() && part.type == MenuPart::MENU_ITEM) {
574 } else if (part.type == MenuPart::MENU_ITEM) {
606 if (part.type == MenuPart::MENU_ITEM && part.menu) {
619 } else if (part.type == MenuPart::MENU_ITEM) {
627 part.type == MenuPart::MENU_ITEM) {
911 (part.type == MenuPart::MENU_ITEM && part.menu &&
1375 part->type = MenuPart::MENU_ITEM;
2296 if (part.type == MenuPart::MENU_ITEM && part.menu) {
H A Dmenu_controller.h248 MENU_ITEM, enumerator in enum:views::MenuController::MenuPart::Type
261 // If type is MENU_ITEM, this is the menu item the mouse is over, otherwise
263 // NOTE: if type is MENU_ITEM and the mouse is not over a valid menu item
269 // If type is MENU_ITEM but the mouse is not over a menu item this is the

Completed in 2480 milliseconds