MaybeServerWrongConfiguration 262 components/translate/language_detection/language_detection_util.cc if (MaybeServerWrongConfiguration(language, cld_language)) { MaybeServerWrongConfiguration 39 components/translate/language_detection/language_detection_util.h bool MaybeServerWrongConfiguration(const std::string& page_language, MaybeServerWrongConfiguration 87 components/translate/language_detection/language_detection_util_unittest.cc EXPECT_TRUE(translate::MaybeServerWrongConfiguration("en", "ja")); MaybeServerWrongConfiguration 88 components/translate/language_detection/language_detection_util_unittest.cc EXPECT_TRUE(translate::MaybeServerWrongConfiguration("en-US", "ja")); MaybeServerWrongConfiguration 89 components/translate/language_detection/language_detection_util_unittest.cc EXPECT_TRUE(translate::MaybeServerWrongConfiguration("en", "zh-CN")); MaybeServerWrongConfiguration 90 components/translate/language_detection/language_detection_util_unittest.cc EXPECT_FALSE(translate::MaybeServerWrongConfiguration("ja", "en")); MaybeServerWrongConfiguration 91 components/translate/language_detection/language_detection_util_unittest.cc EXPECT_FALSE(translate::MaybeServerWrongConfiguration("en", "he"));