Home
last modified time | relevance | path

Searched refs:MENU_NEW_INCOGNITO_WINDOW (Results 1 – 7 of 7) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/ash/launcher/
H A Dextension_shelf_context_menu.cc79 AddContextMenuOption(menu_model.get(), ash::MENU_NEW_INCOGNITO_WINDOW, in GetMenuModel()
140 case ash::MENU_NEW_INCOGNITO_WINDOW: in IsCommandIdEnabled()
187 case ash::MENU_NEW_INCOGNITO_WINDOW: in ExecuteCommand()
H A Dshelf_context_menu_unittest.cc242 ASSERT_TRUE(IsItemPresentInMenu(menu.get(), ash::MENU_NEW_INCOGNITO_WINDOW)); in TEST_F()
244 shelf_context_menu->IsCommandIdEnabled(ash::MENU_NEW_INCOGNITO_WINDOW)); in TEST_F()
253 EXPECT_FALSE(IsItemPresentInMenu(menu.get(), ash::MENU_NEW_INCOGNITO_WINDOW)); in TEST_F()
255 shelf_context_menu->IsCommandIdEnabled(ash::MENU_NEW_INCOGNITO_WINDOW)); in TEST_F()
516 EXPECT_EQ(8, ash::MENU_NEW_INCOGNITO_WINDOW); in TEST_F()
H A Dshelf_context_menu.cc205 case ash::MENU_NEW_INCOGNITO_WINDOW: in GetCommandIdVectorIcon()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/public/cpp/
H A Dapp_menu_constants.h28 MENU_NEW_INCOGNITO_WINDOW = 8, enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/app_list/
H A Dapp_list_metrics.cc275 case CommandId::MENU_NEW_INCOGNITO_WINDOW: in IsCommandIdAnAppLaunch()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/ash/launcher/app_service/
H A Dapp_service_shelf_context_menu.cc141 case ash::MENU_NEW_INCOGNITO_WINDOW: in ExecuteCommand()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/apps/app_service/
H A Dextension_apps_chromeos.cc774 : ash::MENU_NEW_INCOGNITO_WINDOW, in GetMenuModelForChromeBrowserApp()