OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_locale
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/
language_combobox_model.cc
174
const std::string&
current_locale
= local_state->GetString(prefs.c_str());
local
176
return GetIndexFromLocale(
current_locale
);
/external/chromium/chrome/common/extensions/
extension_l10n_util.cc
186
std::string
current_locale
= l10n_util::NormalizeLocale(*GetProcessLocale());
local
187
if (
current_locale
.empty())
188
current_locale
= "en";
190
return
current_locale
;
266
// Order locales to load as
current_locale
, first_parent, ..., default_locale.
/external/chromium/chrome/browser/chromeos/login/
base_login_display_host.cc
230
const std::string
current_locale
=
local
232
VLOG(1) << "Current locale: " <<
current_locale
;
233
if (
current_locale
.empty()) {
existing_user_controller.cc
339
const std::string
current_locale
=
local
342
base::StringPrintf(kGetStartedURLPattern,
current_locale
.c_str());
/development/apps/CustomLocale/src/com/android/customlocale2/
CustomLocaleActivity.java
119
mCurrentLocaleTextView = (TextView) findViewById(R.id.
current_locale
);
Completed in 102 milliseconds