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

  /external/chromium_org/chrome/browser/tab_contents/
spellchecker_submenu_observer_hunspell.cc 51 IDC_SPELLCHECK_LANGUAGES_LAST - IDC_SPELLCHECK_LANGUAGES_FIRST);
56 submenu_model_.AddRadioItem(IDC_SPELLCHECK_LANGUAGES_FIRST + i,
102 if (command_id >= IDC_SPELLCHECK_LANGUAGES_FIRST &&
125 if (command_id >= IDC_SPELLCHECK_LANGUAGES_FIRST &&
127 return language_selected_ == command_id - IDC_SPELLCHECK_LANGUAGES_FIRST;
146 if (command_id >= IDC_SPELLCHECK_LANGUAGES_FIRST &&
167 if (command_id >= IDC_SPELLCHECK_LANGUAGES_FIRST &&
169 const size_t language = command_id - IDC_SPELLCHECK_LANGUAGES_FIRST;
render_view_context_menu.cc 200 { 56, IDC_SPELLCHECK_LANGUAGES_FIRST },
223 if (id >= IDC_SPELLCHECK_LANGUAGES_FIRST &&
225 return IDC_SPELLCHECK_LANGUAGES_FIRST;
    [all...]
  /external/chromium_org/chrome/app/
chrome_command_ids.h 212 #define IDC_SPELLCHECK_LANGUAGES_FIRST 41006
  /external/chromium/chrome/browser/tab_contents/
render_view_context_menu.cc 780 IDC_SPELLCHECK_LANGUAGES_LAST - IDC_SPELLCHECK_LANGUAGES_FIRST);
786 IDC_SPELLCHECK_LANGUAGES_FIRST + i,
    [all...]

Completed in 909 milliseconds