Home
last modified time | relevance | path

Searched refs:GetTranslationAcceptedCount (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/components/translate/core/browser/
Dtranslate_prefs.h91 int GetTranslationAcceptedCount(const std::string& language);
Dtranslate_infobar_delegate.cc267 (prefs_->GetTranslationAcceptedCount(original_language_code()) >= in ShouldShowAlwaysTranslateShortcut()
Dtranslate_prefs.cc245 int TranslatePrefs::GetTranslationAcceptedCount(const std::string& language) { in GetTranslationAcceptedCount() function in translate::TranslatePrefs