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 24 SpellcheckDictionaryInfo *spellcheck_info = local
27 return spellcheck_info;
69 SpellcheckDictionaryInfo* spellcheck_info = local
71 if (spellcheck_info) {
75 spellcheck_info->language,
76 spellcheck_info->locale,
77 spellcheck_info->path,
78 GetDictionaryFormat(spellcheck_info->format));
85 SpellcheckDictionaryInfo* spellcheck_info = local
87 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 94 milliseconds