Home | History | Annotate | Download | only in spellcheck

Lines Matching defs:Keys

12 namespace keys = manifest_keys;
29 if (!extension->manifest()->GetDictionary(keys::kSpellcheck,
36 if (!spellcheck_value->HasKey(keys::kSpellcheckDictionaryLanguage) ||
37 !spellcheck_value->GetString(keys::kSpellcheckDictionaryLanguage,
42 if (!spellcheck_value->HasKey(keys::kSpellcheckDictionaryLocale) ||
43 !spellcheck_value->GetString(keys::kSpellcheckDictionaryLocale,
48 if (!spellcheck_value->HasKey(keys::kSpellcheckDictionaryFormat) ||
49 !spellcheck_value->GetString(keys::kSpellcheckDictionaryFormat,
54 if (!spellcheck_value->HasKey(keys::kSpellcheckDictionaryPath) ||
55 !spellcheck_value->GetString(keys::kSpellcheckDictionaryPath,
60 extension->SetManifestData(keys::kSpellcheck, spellcheck_info.release());
64 const std::vector<std::string> SpellcheckHandler::Keys() const {
65 return SingleKey(keys::kSpellcheck);