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

  /external/chromium_org/chrome/browser/extensions/api/spellcheck/
spellcheck_api.cc 22 SpellcheckDictionaryInfo *spellcheck_info = local
25 return spellcheck_info;
60 SpellcheckDictionaryInfo* spellcheck_info = local
62 if (spellcheck_info) {
67 spellcheck_info->language,
68 spellcheck_info->locale,
69 spellcheck_info->path,
70 GetDictionaryFormat(spellcheck_info->format));
77 SpellcheckDictionaryInfo* spellcheck_info = local
79 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 2578 milliseconds