Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/translate/core/browser/
H A Dtranslate_ui_delegate_unittest.cc103 int accepted_count = prefs->GetTranslationAcceptedCount("ar"); in TEST_F()
109 EXPECT_EQ(accepted_count, prefs->GetTranslationAcceptedCount("ar")); in TEST_F()
131 EXPECT_EQ(0, prefs->GetTranslationAcceptedCount("ar")); in TEST_F()
H A Dtranslate_infobar_delegate.cc279 int TranslateInfoBarDelegate::GetTranslationAcceptedCount() { in GetTranslationAcceptedCount() function in translate::TranslateInfoBarDelegate
280 return prefs_->GetTranslationAcceptedCount(original_language_code()); in GetTranslationAcceptedCount()
302 (GetTranslationAcceptedCount() >= GetAutoAlwaysThreshold() && in ShouldAutoAlwaysTranslate()
H A Dtranslate_infobar_delegate.h163 int GetTranslationAcceptedCount();
H A Dtranslate_prefs.h261 int GetTranslationAcceptedCount(base::StringPiece language) const;
H A Dtranslate_ui_delegate.cc349 prefs_->GetTranslationAcceptedCount(GetOriginalLanguageCode()) >= in ShouldShowAlwaysTranslateShortcut()
H A Dtranslate_prefs.cc622 int TranslatePrefs::GetTranslationAcceptedCount( in GetTranslationAcceptedCount() function in translate::TranslatePrefs
H A Dtranslate_manager.cc675 prefs.GetTranslationAcceptedCount(src_lang)); in InitTranslateEvent()