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

  /external/chromium/chrome/browser/translate/
translate_prefs.h 21 static const char kPrefTranslateWhitelists[];
translate_prefs.cc 15 const char TranslatePrefs::kPrefTranslateWhitelists[] =
57 const DictionaryValue* dict = prefs_->GetDictionary(kPrefTranslateWhitelists);
70 DictionaryPrefUpdate update(prefs_, kPrefTranslateWhitelists);
83 DictionaryPrefUpdate update(prefs_, kPrefTranslateWhitelists);
158 if (!user_prefs->FindPreference(kPrefTranslateWhitelists)) {
159 user_prefs->RegisterDictionaryPref(kPrefTranslateWhitelists);
171 // Old format of kPrefTranslateWhitelists
187 DictionaryPrefUpdate update(user_prefs, kPrefTranslateWhitelists);
261 const DictionaryValue* dict = prefs_->GetDictionary(kPrefTranslateWhitelists);

Completed in 107 milliseconds