OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsCommandIdChecked
(Results
1 - 25
of
66
) sorted by null
1
2
3
/external/chromium_org/chrome/browser/tab_contents/
render_view_context_menu_observer.cc
15
bool RenderViewContextMenuObserver::
IsCommandIdChecked
(int command_id) {
spellchecker_submenu_observer_mac.cc
78
bool SpellCheckerSubMenuObserver::
IsCommandIdChecked
(int command_id) {
spellchecker_submenu_observer_hunspell.cc
122
bool SpellCheckerSubMenuObserver::
IsCommandIdChecked
(int command_id) {
/external/chromium_org/chrome/browser/ui/website_settings/
permission_menu_model.cc
52
bool PermissionMenuModel::
IsCommandIdChecked
(int command_id) const {
54
return delegate_->
IsCommandIdChecked
(command_id);
/external/chromium_org/chrome/test/base/
menu_model_test.cc
9
bool MenuModelTest::Delegate::
IsCommandIdChecked
(int command_id) const {
/external/chromium/chrome/browser/translate/
languages_menu_model.cc
25
bool LanguagesMenuModel::
IsCommandIdChecked
(int command_id) const {
options_menu_model.cc
62
bool OptionsMenuModel::
IsCommandIdChecked
(int command_id) const {
/external/chromium/chrome/browser/ui/views/
profile_menu_model.cc
29
bool ProfileMenuModel::
IsCommandIdChecked
(int command_id) const {
/external/chromium_org/ash/shelf/
shelf_alignment_menu.cc
36
bool ShelfAlignmentMenu::
IsCommandIdChecked
(int command_id) const {
/external/chromium_org/ash/shell/
context_menu.cc
33
bool ContextMenu::
IsCommandIdChecked
(int command_id) const {
/external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_application_menu_item_model.cc
25
bool LauncherApplicationMenuItemModel::
IsCommandIdChecked
(
launcher_context_menu.cc
191
bool LauncherContextMenu::
IsCommandIdChecked
(int command_id) const {
209
return extension_items_->
IsCommandIdChecked
(command_id);
/external/chromium_org/chrome/browser/ui/content_settings/
content_setting_media_menu_model.cc
39
bool ContentSettingMediaMenuModel::
IsCommandIdChecked
(int command_id) const {
/external/chromium_org/chrome/browser/ui/views/infobars/
translate_language_menu_model.cc
29
bool TranslateLanguageMenuModel::
IsCommandIdChecked
(int command_id) const {
/external/chromium_org/ui/app_list/
app_list_menu.cc
60
bool AppListMenu::
IsCommandIdChecked
(int command_id) const {
/external/chromium/chrome/browser/download/
download_shelf.cc
33
bool DownloadShelfContextMenu::
IsCommandIdChecked
(int command_id) const {
95
!
IsCommandIdChecked
(ALWAYS_OPEN_TYPE));
/external/chromium/chrome/browser/ui/toolbar/
wrench_menu_model_unittest.cc
38
virtual bool
IsCommandIdChecked
(int command_id) const {
39
bool val = WrenchMenuModel::
IsCommandIdChecked
(command_id);
105
EXPECT_FALSE(model.
IsCommandIdChecked
(IDC_ENCODING_ISO88591));
/external/chromium_org/chrome/browser/translate/
options_menu_model.cc
70
bool OptionsMenuModel::
IsCommandIdChecked
(int command_id) const {
/external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_menu_controller.cc
32
bool TabStripMenuController::
IsCommandIdChecked
(int command_id) const {
/external/chromium_org/chrome/browser/ui/views/frame/
system_menu_model_delegate.cc
25
bool SystemMenuModelDelegate::
IsCommandIdChecked
(int command_id) const {
/external/chromium/chrome/browser/bookmarks/
bookmark_context_menu_controller.cc
237
bool BookmarkContextMenuController::
IsCommandIdChecked
(int command_id) const {
/external/chromium_org/chrome/browser/extensions/
extension_context_menu_model.cc
62
bool ExtensionContextMenuModel::
IsCommandIdChecked
(int command_id) const {
/external/chromium_org/chrome/browser/ui/views/tab_contents/
render_view_context_menu_views.cc
140
bool RenderViewContextMenuViews::
IsCommandIdChecked
(int command_id) const {
153
return RenderViewContextMenu::
IsCommandIdChecked
(command_id);
/external/chromium/chrome/browser/chromeos/login/
language_switch_menu.cc
168
bool LanguageSwitchMenu::
IsCommandIdChecked
(int command_id) const {
/external/chromium/chrome/browser/extensions/
extension_context_menu_model.cc
73
bool ExtensionContextMenuModel::
IsCommandIdChecked
(int command_id) const {
Completed in 565 milliseconds
1
2
3