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

  /external/chromium_org/extensions/common/
extension_l10n_util.h 68 void GetAllLocales(std::set<std::string>* all_locales);
extension_l10n_util.cc 315 void GetAllLocales(std::set<std::string>* all_locales) {
340 GetAllLocales(&chrome_locales);
  /external/chromium_org/chrome/common/extensions/api/i18n/
default_locale_handler.cc 78 extension_l10n_util::GetAllLocales(&all_locales);
  /external/chromium_org/extensions/browser/
content_verifier.cc 258 extension_l10n_util::GetAllLocales(all_locales.get());
  /external/chromium_org/chrome/utility/extensions/
unpacker.cc 149 extension_l10n_util::GetAllLocales(&all_locales);

Completed in 465 milliseconds