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

  /external/chromium_org/chrome/common/extensions/api/i18n/
default_locale_handler.cc 77 std::set<std::string> all_locales; local
78 extension_l10n_util::GetAllLocales(&all_locales);
85 all_locales))
  /external/chromium_org/chrome/utility/extensions/
unpacker.cc 141 std::set<std::string> all_locales; local
142 extension_l10n_util::GetAllLocales(&all_locales);
146 all_locales))
  /external/chromium/chrome/common/extensions/
extension_file_util.cc 426 std::set<std::string> all_locales; local
427 extension_l10n_util::GetAllLocales(&all_locales);
434 all_locales))
extension_unpacker.cc 128 std::set<std::string> all_locales; local
129 extension_l10n_util::GetAllLocales(&all_locales);
133 all_locales))

Completed in 157 milliseconds