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

  /external/chromium_org/chrome/browser/renderer_context_menu/
spellchecker_submenu_observer_hunspell.cc 51 IDC_SPELLCHECK_LANGUAGES_LAST - IDC_SPELLCHECK_LANGUAGES_FIRST);
56 submenu_model_.AddRadioItem(IDC_SPELLCHECK_LANGUAGES_FIRST + i,
94 if (command_id >= IDC_SPELLCHECK_LANGUAGES_FIRST &&
117 if (command_id >= IDC_SPELLCHECK_LANGUAGES_FIRST &&
119 return language_selected_ == command_id - IDC_SPELLCHECK_LANGUAGES_FIRST;
138 if (command_id >= IDC_SPELLCHECK_LANGUAGES_FIRST &&
159 if (command_id >= IDC_SPELLCHECK_LANGUAGES_FIRST &&
161 const size_t language = command_id - IDC_SPELLCHECK_LANGUAGES_FIRST;
render_view_context_menu.cc 205 { 56, IDC_SPELLCHECK_LANGUAGES_FIRST },
229 if (id >= IDC_SPELLCHECK_LANGUAGES_FIRST &&
231 return IDC_SPELLCHECK_LANGUAGES_FIRST;
    [all...]
  /external/chromium_org/chrome/app/
chrome_command_ids.h 228 #define IDC_SPELLCHECK_LANGUAGES_FIRST 41006

Completed in 858 milliseconds