Searched refs:IsCommandVisible (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_context_menu.h64 virtual bool IsCommandVisible(int command_id) const OVERRIDE;
H A Dbookmark_context_menu.cc97 bool BookmarkContextMenu::IsCommandVisible(int command_id) const { function in class:BookmarkContextMenu
H A Dbookmark_context_menu_unittest.cc356 controller->IsCommandVisible(IDC_BOOKMARK_BAR_SHOW_MANAGED_BOOKMARKS));
362 EXPECT_TRUE(controller->IsCommandVisible(IDC_BOOKMARK_BAR_NEW_FOLDER));
378 EXPECT_TRUE(controller->IsCommandVisible(IDC_BOOKMARK_BAR_NEW_FOLDER));
380 controller->IsCommandVisible(IDC_BOOKMARK_BAR_SHOW_MANAGED_BOOKMARKS));
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_model_adapter.h74 virtual bool IsCommandVisible(int id) const OVERRIDE;
H A Dmenu_delegate.cc67 bool MenuDelegate::IsCommandVisible(int id) const { function in class:views::MenuDelegate
H A Dmenu_delegate.h124 virtual bool IsCommandVisible(int id) const;
H A Dmenu_model_adapter.cc207 bool MenuModelAdapter::IsCommandVisible(int id) const { function in class:views::MenuModelAdapter
H A Dmenu_item_view.cc256 if (GetDelegate() && !GetDelegate()->IsCommandVisible(item_id))

Completed in 304 milliseconds