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 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/webui/options/
language_options_handler_common.cc
132
std::vector<std::string>
spell_check_languages
;
local
133
SpellCheckCommon::SpellCheckLanguages(&
spell_check_languages
);
134
for (size_t i = 0; i <
spell_check_languages
.size(); ++i) {
135
dictionary->SetBoolean(
spell_check_languages
[i], true);
/external/chromium_org/chrome/browser/ui/webui/options/
language_options_handler_common.cc
205
std::vector<std::string>
spell_check_languages
;
local
206
chrome::spellcheck_common::SpellCheckLanguages(&
spell_check_languages
);
207
for (size_t i = 0; i <
spell_check_languages
.size(); ++i) {
208
dictionary->SetBoolean(
spell_check_languages
[i], true);
Completed in 56 milliseconds