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

  /external/chromium/chrome/browser/translate/
translate_prefs.h 23 static const char kPrefTranslateAcceptedCount[];
translate_prefs.cc 19 const char TranslatePrefs::kPrefTranslateAcceptedCount[] =
117 prefs_->GetDictionary(kPrefTranslateAcceptedCount);
124 DictionaryPrefUpdate update(prefs_, kPrefTranslateAcceptedCount);
133 DictionaryPrefUpdate update(prefs_, kPrefTranslateAcceptedCount);
164 if (!user_prefs->FindPreference(kPrefTranslateAcceptedCount))
165 user_prefs->RegisterDictionaryPref(kPrefTranslateAcceptedCount);
  /external/chromium_org/chrome/browser/translate/
translate_prefs.h 35 static const char kPrefTranslateAcceptedCount[];
translate_prefs.cc 29 const char TranslatePrefs::kPrefTranslateAcceptedCount[] =
236 prefs_->GetDictionary(kPrefTranslateAcceptedCount);
243 DictionaryPrefUpdate update(prefs_, kPrefTranslateAcceptedCount);
252 DictionaryPrefUpdate update(prefs_, kPrefTranslateAcceptedCount);
331 kPrefTranslateAcceptedCount,

Completed in 25 milliseconds