HomeSort by relevance Sort by last modified time
    Searched defs:chrome_locales (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/common/extensions/
extension_l10n_util.cc 156 bool AddLocale(const std::set<std::string>& chrome_locales,
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,
  /external/chromium_org/chrome/common/extensions/
extension_l10n_util.cc 282 bool AddLocale(const std::set<std::string>& chrome_locales,
291 if (chrome_locales.find(locale_name) == chrome_locales.end()) {
343 std::set<std::string> chrome_locales; local
344 GetAllLocales(&chrome_locales);
357 if (!AddLocale(chrome_locales,

Completed in 67 milliseconds