HomeSort by relevance Sort by last modified time
    Searched full:spellcheck_info (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/spellcheck/
spellcheck_api.cc 25 SpellcheckDictionaryInfo *spellcheck_info = local
28 return spellcheck_info;
70 SpellcheckDictionaryInfo* spellcheck_info = local
72 if (spellcheck_info) {
76 spellcheck_info->language,
77 spellcheck_info->locale,
78 spellcheck_info->path,
79 GetDictionaryFormat(spellcheck_info->format));
86 SpellcheckDictionaryInfo* spellcheck_info = local
88 if (spellcheck_info) {
    [all...]
  /external/chromium_org/chrome/common/extensions/api/spellcheck/
spellcheck_handler.cc 34 scoped_ptr<SpellcheckDictionaryInfo> spellcheck_info(
38 &spellcheck_info->language)) {
44 &spellcheck_info->locale)) {
50 &spellcheck_info->format)) {
56 &spellcheck_info->path)) {
60 extension->SetManifestData(keys::kSpellcheck, spellcheck_info.release());

Completed in 73 milliseconds