Lines Matching refs:language
43 // translation for a specific language. (So we can present a UI to black-list
44 // that language if the user keeps denying translations).
45 int GetTranslationDeniedCount(const std::string& language);
46 void IncrementTranslationDeniedCount(const std::string& language);
47 void ResetTranslationDeniedCount(const std::string& language);
50 // translation for a specific language. (So we can present a UI to white-list
52 int GetTranslationAcceptedCount(const std::string& language);
53 void IncrementTranslationAcceptedCount(const std::string& language);
54 void ResetTranslationAcceptedCount(const std::string& language);
72 // denied for a language, creating it if necessary.
76 // accepted for a language, creating it if necessary.