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

  /external/chromium/chrome/browser/
spellcheck_host.cc 39 dictionary_language_pref.Init(prefs::kSpellCheckDictionary,
  /external/chromium_org/chrome/browser/spellchecker/
spelling_service_client.cc 62 profile->GetPrefs()->GetString(prefs::kSpellCheckDictionary),
112 std::string locale = pref->GetString(prefs::kSpellCheckDictionary);
spellcheck_factory.cc 78 prefs::kSpellCheckDictionary,
spellcheck_service.cc 46 prefs->GetString(prefs::kSpellCheckDictionary),
57 prefs::kSpellCheckDictionary,
92 dictionary_language_pref.Init(prefs::kSpellCheckDictionary,
296 profile_->GetPrefs()->GetString(prefs::kSpellCheckDictionary);
spelling_service_client_unittest.cc 313 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]);
  /external/chromium/chrome/browser/ui/options/
options_util.cc 68 prefs::kSpellCheckDictionary,
  /external/chromium_org/chrome/browser/tab_contents/
spellchecker_submenu_observer_browsertest.cc 138 menu->GetPrefs()->SetString(prefs::kSpellCheckDictionary, "en-US");
spelling_menu_observer_browsertest.cc 303 menu()->GetPrefs()->SetString(prefs::kSpellCheckDictionary, std::string());
326 menu()->GetPrefs()->SetString(prefs::kSpellCheckDictionary, "en");
366 menu()->GetPrefs()->SetString(prefs::kSpellCheckDictionary, "en");
406 menu()->GetPrefs()->SetString(prefs::kSpellCheckDictionary, "en");
spellchecker_submenu_observer_hunspell.cc 172 dictionary_language.Init(prefs::kSpellCheckDictionary,
  /external/chromium/chrome/common/
pref_names.cc     [all...]
pref_names.h 323 extern const char kSpellCheckDictionary[];
  /external/chromium/chrome/browser/profiles/
profile_impl.cc 308 pref_change_registrar_.Add(prefs::kSpellCheckDictionary, this);
    [all...]
profile.cc 105 prefs->RegisterLocalizedStringPref(prefs::kSpellCheckDictionary,
  /external/chromium_org/chrome/common/
pref_names.cc     [all...]
pref_names.h 555 extern const char kSpellCheckDictionary[];
    [all...]
  /external/chromium/chrome/browser/tab_contents/
render_view_context_menu.cc     [all...]

Completed in 507 milliseconds