Searched defs:chrome_locales (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/common/extensions/
H A Dextension_l10n_util.cc156 bool AddLocale(const std::set<std::string>& chrome_locales, argument
165 if (chrome_locales.find(locale_name) == chrome_locales.end()) {
208 static std::set<std::string> chrome_locales; local
209 GetAllLocales(&chrome_locales);
222 if (!AddLocale(chrome_locales,

Completed in 323 milliseconds