Home
last modified time | relevance | path

Searched refs:IDC_SPELLCHECK_LANGUAGES_FIRST (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/renderer_context_menu/
Dspellchecker_submenu_observer_hunspell.cc51 IDC_SPELLCHECK_LANGUAGES_LAST - IDC_SPELLCHECK_LANGUAGES_FIRST); in InitMenu()
56 submenu_model_.AddRadioItem(IDC_SPELLCHECK_LANGUAGES_FIRST + i, in InitMenu()
94 if (command_id >= IDC_SPELLCHECK_LANGUAGES_FIRST && in IsCommandIdSupported()
117 if (command_id >= IDC_SPELLCHECK_LANGUAGES_FIRST && in IsCommandIdChecked()
119 return language_selected_ == command_id - IDC_SPELLCHECK_LANGUAGES_FIRST; in IsCommandIdChecked()
138 if (command_id >= IDC_SPELLCHECK_LANGUAGES_FIRST && in IsCommandIdEnabled()
159 if (command_id >= IDC_SPELLCHECK_LANGUAGES_FIRST && in ExecuteCommand()
161 const size_t language = command_id - IDC_SPELLCHECK_LANGUAGES_FIRST; in ExecuteCommand()
Drender_view_context_menu.cc209 {56, IDC_SPELLCHECK_LANGUAGES_FIRST},
228 if (id >= IDC_SPELLCHECK_LANGUAGES_FIRST && in CollapseCommandsForUMA()
230 return IDC_SPELLCHECK_LANGUAGES_FIRST; in CollapseCommandsForUMA()
986 if ((id >= IDC_SPELLCHECK_LANGUAGES_FIRST) && in IsCommandIdEnabled()
/external/chromium_org/chrome/app/
Dchrome_command_ids.h229 #define IDC_SPELLCHECK_LANGUAGES_FIRST 41006 macro