OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cur_locale
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/chromeos/
locale_change_guard.cc
141
std::string
cur_locale
= g_browser_process->GetApplicationLocale();
local
142
if (
cur_locale
.empty()) {
154
if (to_locale !=
cur_locale
) {
183
this,
cur_locale
, from_locale_, to_locale_);
213
std::string
cur_locale
= g_browser_process->GetApplicationLocale();
local
221
from_locale_,
cur_locale
, true);
223
to_locale_,
cur_locale
, true);
/external/chromium_org/chrome/browser/profiles/
profile_impl.cc
1234
std::string
cur_locale
= g_browser_process->GetApplicationLocale();
local
1241
std::string
cur_locale
= g_browser_process->GetApplicationLocale();
local
[
all
...]
Completed in 374 milliseconds