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

  /external/stlport/test/unit/
locale_test.cpp 224 void LocaleTest::default_locale() function in class:LocaleTest
  /ndk/tests/device/test-gnustl-full/unit/
locale_test.cpp 224 void LocaleTest::default_locale() function in class:LocaleTest
  /ndk/tests/device/test-stlport/unit/
locale_test.cpp 224 void LocaleTest::default_locale() function in class:LocaleTest
  /external/chromium/chrome/browser/renderer_host/
chrome_render_message_filter.cc 190 std::string default_locale = local
198 extension_path, extension_id, default_locale, reply_msg));
204 const std::string& default_locale,
209 if (!default_locale.empty()) {
214 extension_path, default_locale, &error));
  /external/chromium/chrome/common/extensions/
extension_l10n_util.cc 42 std::string default_locale; local
43 if (manifest.GetString(keys::kDefaultLocale, &default_locale))
44 return default_locale;
140 std::string default_locale = GetDefaultLocaleFromManifest(*manifest, error); local
144 extension_path, default_locale, error));
262 const std::string& default_locale,
266 // Order locales to load as current_locale, first_parent, ..., default_locale.
268 if (!application_locale.empty() && application_locale != default_locale)
270 all_fallback_locales.push_back(default_locale);
extension_file_util.cc 372 const std::string& default_locale,
384 if (default_locale.empty() ||
385 locales.find(default_locale) == locales.end()) {
394 default_locale,
403 // default_locale and _locales have to be both present or both missing.
406 std::string default_locale = extension.default_locale(); local
409 if (default_locale.empty() && !path_exists)
412 if (default_locale.empty() && path_exists) {
416 } else if (!default_locale.empty() && !path_exists)
    [all...]
extension.h 609 const std::string default_locale() const { return default_locale_; } function in class:Extension
    [all...]

Completed in 870 milliseconds