HomeSort by relevance Sort by last modified time
    Searched refs:IsItemChecked (Results 1 - 14 of 14) sorted by null

  /external/chromium/chrome/browser/ui/toolbar/
encoding_menu_controller.h 23 FRIEND_TEST_ALL_PREFIXES(EncodingMenuControllerTest, IsItemChecked);
38 bool IsItemChecked(Profile* browser_profile,
encoding_menu_controller_unittest.cc 60 TEST_F(EncodingMenuControllerTest, IsItemChecked) {
71 ASSERT_TRUE(controller.IsItemChecked(&profile_en,
83 bool on = controller.IsItemChecked(&profile_en,
encoding_menu_controller.cc 80 bool EncodingMenuController::IsItemChecked(
wrench_menu_model.cc 103 return controller.IsItemChecked(browser_->profile(),
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_context_menu_controller_views.h 63 bool IsItemChecked(int id) const;
bookmark_context_menu.cc 58 bool BookmarkContextMenu::IsItemChecked(int command_id) const {
59 return controller_->IsItemChecked(command_id);
bookmark_context_menu.h 48 virtual bool IsItemChecked(int command_id) const;
bookmark_bar_view.h 397 virtual bool IsItemChecked(int id) const;
bookmark_context_menu_controller_views.cc 223 bool BookmarkContextMenuControllerViews::IsItemChecked(int id) const {
bookmark_bar_view.cc     [all...]
  /external/chromium/chrome/browser/ui/views/
wrench_menu.h 37 virtual bool IsItemChecked(int id) const;
task_manager_view.cc 307 virtual bool IsItemChecked(int id) const;
704 bool TaskManagerView::IsItemChecked(int id) const {
wrench_menu.cc 596 bool WrenchMenu::IsItemChecked(int id) const {
  /external/chromium/chrome/browser/ui/gtk/
browser_titlebar.cc     [all...]

Completed in 191 milliseconds