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

  /external/chromium/chrome/common/extensions/
extension_l10n_util.h 67 void GetAllLocales(std::set<std::string>* all_locales);
96 // |all_locales| is a set of all valid Chrome locales.
99 const std::set<std::string>& all_locales);
extension_l10n_util.cc 193 void GetAllLocales(std::set<std::string>* all_locales) {
201 all_locales->insert(result.begin(), result.end());
293 const std::set<std::string>& all_locales) {
309 if (all_locales.find(subdir) == all_locales.end())
extension_unpacker.cc 128 std::set<std::string> all_locales; local
129 extension_l10n_util::GetAllLocales(&all_locales);
133 all_locales))
extension_file_util.cc 426 std::set<std::string> all_locales; local
427 extension_l10n_util::GetAllLocales(&all_locales);
434 all_locales))

Completed in 57 milliseconds