Searched refs:SupportsCommand (Results 1 – 8 of 8) sorted by relevance
38 EXPECT_FALSE(command_updater.SupportsCommand(0)); in TEST_F()46 EXPECT_TRUE(command_updater.SupportsCommand(1)); in TEST_F()52 EXPECT_TRUE(command_updater.SupportsCommand(2)); in TEST_F()
39 bool CommandUpdater::SupportsCommand(int id) const { in SupportsCommand() function in CommandUpdater61 bool supported = SupportsCommand(id); in GetCommand()
39 bool SupportsCommand(int id) const;
659 if (menuState_->SupportsCommand(tag)) {
146 ASSERT_TRUE(browser()->command_updater()->SupportsCommand(IDC_SAVE_PAGE)); in IN_PROC_BROWSER_TEST_F()
760 if (browser->command_updater()->SupportsCommand(command) && in ExecuteBrowserCommandAsync()780 if (browser->command_updater()->SupportsCommand(command) && in ExecuteBrowserCommand()
2346 if (command_updater_.SupportsCommand(id) && in ExecuteCommandIfEnabled()
982 if (browser_->command_updater()->SupportsCommand(tag)) {