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

  /external/v8/src/extensions/experimental/
i18n-extension.cc 114 v8::Local<v8::Array> all_locales = v8::Array::New(); local
119 all_locales->Set(i, v8::String::New(icu_locales[i].getName()));
122 return 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 75 milliseconds