Searched refs:kSpellCheckDictionary (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_factory.cc71 prefs::kSpellCheckDictionary,
H A Dspellcheck_service.cc47 prefs->GetString(prefs::kSpellCheckDictionary),
58 prefs::kSpellCheckDictionary,
94 dictionary_language_pref.Init(prefs::kSpellCheckDictionary, prefs);
289 prefs->GetString(prefs::kSpellCheckDictionary);
H A Dspelling_service_client_unittest.cc313 pref->SetString(prefs::kSpellCheckDictionary, kTests[i].language);
348 pref->SetString(prefs::kSpellCheckDictionary, std::string());
360 pref->SetString(prefs::kSpellCheckDictionary, kSupported[i]);
377 pref->SetString(prefs::kSpellCheckDictionary, kUnsupported[i]);
H A Dspelling_service_client.cc65 pref->GetString(prefs::kSpellCheckDictionary),
117 std::string locale = pref->GetString(prefs::kSpellCheckDictionary);
/external/chromium_org/chrome/browser/renderer_context_menu/
H A Dspellchecker_submenu_observer_browsertest.cc140 menu->GetPrefs()->SetString(prefs::kSpellCheckDictionary, "en-US");
H A Dspelling_menu_observer_browsertest.cc238 menu()->GetPrefs()->SetString(prefs::kSpellCheckDictionary, "fr");
318 menu()->GetPrefs()->SetString(prefs::kSpellCheckDictionary, std::string());
373 menu()->GetPrefs()->SetString(prefs::kSpellCheckDictionary, "en");
414 menu()->GetPrefs()->SetString(prefs::kSpellCheckDictionary, "en");
H A Dspellchecker_submenu_observer_hunspell.cc164 dictionary_language.Init(prefs::kSpellCheckDictionary,
/external/chromium_org/chrome/common/
H A Dpref_names.h499 extern const char kSpellCheckDictionary[];
H A Dpref_names.cc1498 const char kSpellCheckDictionary[] = "spellcheck.dictionary"; member in namespace:prefs

Completed in 901 milliseconds