HomeSort by relevance Sort by last modified time
    Searched defs:all_locales (Results 1 - 3 of 3) 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/extensions/browser/
content_verifier.cc 237 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/
unpacker.cc 148 std::set<std::string> all_locales; local
149 extension_l10n_util::GetAllLocales(&all_locales);
153 all_locales))

Completed in 468 milliseconds