HomeSort by relevance Sort by last modified time
    Searched refs: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,
extension_l10n_util.h 51 // Adds locale_name to the extension if it's in chrome_locales, and
53 // Returns false if locale_name was not found in chrome_locales, and sets
56 bool AddLocale(const std::set<std::string>& chrome_locales,

Completed in 272 milliseconds