OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:spell_check_languages
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/ui/webui/options/
language_options_handler_common.cc
208
std::vector<std::string>
spell_check_languages
;
local
209
chrome::spellcheck_common::SpellCheckLanguages(&
spell_check_languages
);
210
for (size_t i = 0; i <
spell_check_languages
.size(); ++i) {
211
dictionary->SetBoolean(
spell_check_languages
[i], true);
Completed in 898 milliseconds