Searched refs:all_locales (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/common/extensions/api/i18n/
H A Ddefault_locale_handler.cc77 std::set<std::string> all_locales; local
78 extension_l10n_util::GetAllLocales(&all_locales);
85 all_locales))
/external/chromium_org/extensions/common/
H A Dextension_l10n_util.h68 void GetAllLocales(std::set<std::string>* all_locales);
109 // |all_locales| is a set of all valid Chrome locales.
112 const std::set<std::string>& all_locales);
H A Dextension_l10n_util.cc315 void GetAllLocales(std::set<std::string>* all_locales) { argument
323 all_locales->insert(result.begin(), result.end());
428 const std::set<std::string>& all_locales) {
444 if (all_locales.find(subdir) == all_locales.end())
426 ShouldSkipValidation(const base::FilePath& locales_path, const base::FilePath& locale_path, const std::set<std::string>& all_locales) argument
/external/chromium_org/extensions/browser/
H A Dcontent_verifier.cc237 scoped_ptr<std::set<std::string> > all_locales; local
252 if (!all_locales) {
257 all_locales.reset(new std::set<std::string>);
258 extension_l10n_util::GetAllLocales(all_locales.get());
265 locales_dir, full_path.DirName(), *all_locales))
/external/chromium_org/chrome/utility/extensions/
H A Dunpacker.cc148 std::set<std::string> all_locales; local
149 extension_l10n_util::GetAllLocales(&all_locales);
153 all_locales))

Completed in 415 milliseconds