Searched defs:IsCommandEnabled (Results 1 - 17 of 17) sorted by path

/external/chromium_org/ash/shelf/
H A Dshelf_view.cc145 virtual bool IsCommandEnabled(int id) const OVERRIDE;
179 bool ShelfMenuModelAdapter::IsCommandEnabled(int id) const { function in class:ash::__anon1943::ShelfMenuModelAdapter
/external/chromium_org/athena/home/
H A Dhome_card_impl.cc362 bool HomeCardImpl::IsCommandEnabled(int command_id) const { function in class:athena::HomeCardImpl
/external/chromium_org/athena/input/
H A Daccelerator_manager_impl.cc203 bool IsCommandEnabled() const { function in class:athena::AcceleratorManagerImpl::InternalData
204 return handler_->IsCommandEnabled(command_id_);
304 return data.IsCommandEnabled() ? data.OnAcceleratorFired(accelerator) : false;
/external/chromium_org/athena/screen/
H A Dscreen_accelerator_handler.cc99 bool ScreenAcceleratorHandler::IsCommandEnabled(int command_id) const { function in class:athena::ScreenAcceleratorHandler
/external/chromium_org/athena/wm/
H A Dwindow_manager_impl.cc318 bool WindowManagerImpl::IsCommandEnabled(int command_id) const { function in class:athena::WindowManagerImpl
/external/chromium_org/chrome/browser/background/
H A Dbackground_mode_manager_unittest.cc178 // From views::MenuModelAdapter::IsCommandEnabled with modification.
179 bool IsCommandEnabled(ui::MenuModel* model, int id) const { function in class:BackgroundModeManagerTest
787 EXPECT_FALSE(IsCommandEnabled(context_menu, 0)); // P1 - CE
788 EXPECT_TRUE(IsCommandEnabled(context_menu, 1)); // P1 - CEO
789 EXPECT_TRUE(IsCommandEnabled(context_menu, 2)); // P1 - RE
790 EXPECT_TRUE(IsCommandEnabled(context_menu, 3)); // P1 - REO
791 EXPECT_TRUE(IsCommandEnabled(context_menu, 4)); // P1
792 EXPECT_FALSE(IsCommandEnabled(context_menu, 5)); // P2 - CE
793 EXPECT_TRUE(IsCommandEnabled(context_menu, 6)); // P2 - RE
794 EXPECT_TRUE(IsCommandEnabled(context_men
[all...]
/external/chromium_org/chrome/browser/
H A Dcommand_updater.cc35 bool CommandUpdater::IsCommandEnabled(int id) const { function in class:CommandUpdater
49 if (SupportsCommand(id) && IsCommandEnabled(id)) {
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_commands.cc285 bool IsCommandEnabled(Browser* browser, int command) { function in namespace:chrome
286 return browser->command_controller()->command_updater()->IsCommandEnabled(
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_context_menu.cc93 bool BookmarkContextMenu::IsCommandEnabled(int command_id) const { function in class:BookmarkContextMenu
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dbrowser_action_overflow_menu_controller.cc131 bool BrowserActionOverflowMenuController::IsCommandEnabled(int id) const { function in class:BrowserActionOverflowMenuController
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dwrench_menu.cc988 bool WrenchMenu::IsCommandEnabled(int command_id) const { function in class:WrenchMenu
/external/chromium_org/content/shell/renderer/test_runner/
H A Dtest_runner.cc164 bool IsCommandEnabled(const std::string& command);
363 .SetMethod("isCommandEnabled", &TestRunnerBindings::IsCommandEnabled)
691 bool TestRunnerBindings::IsCommandEnabled(const std::string& command) { function in class:content::TestRunnerBindings
693 return runner_->IsCommandEnabled(command);
2109 bool TestRunner::IsCommandEnabled(const std::string& command) { function in class:content::TestRunner
/external/chromium_org/ui/views/controls/combobox/
H A Dcombobox.cc374 bool Combobox::IsCommandEnabled(int id) const { function in class:views::Combobox
/external/chromium_org/ui/views/controls/menu/
H A Dmenu.cc48 bool Menu::Delegate::IsCommandEnabled(int id) const { function in class:views::Menu::Delegate
H A Dmenu_delegate.cc63 bool MenuDelegate::IsCommandEnabled(int id) const { function in class:views::MenuDelegate
H A Dmenu_model_adapter.cc197 bool MenuModelAdapter::IsCommandEnabled(int id) const { function in class:views::MenuModelAdapter
/external/chromium_org/ui/views/controls/scrollbar/
H A Dbase_scroll_bar.cc356 bool BaseScrollBar::IsCommandEnabled(int id) const { function in class:views::BaseScrollBar

Completed in 383 milliseconds