OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:from_locale
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/ash/system/locale/
locale_observer.h
26
const std::string&
from_locale
,
locale_notification_controller.h
26
const std::string&
from_locale
,
locale_notification_controller.cc
94
const std::string&
from_locale
,
100
from_locale
, cur_locale, true);
/external/chromium_org/chrome/browser/chromeos/
locale_change_guard.cc
161
std::string
from_locale
= prefs->GetString(prefs::kApplicationLocaleBackup);
local
162
if (
from_locale
.empty() ||
from_locale
== to_locale)
169
if (!ShouldShowLocaleChangeNotification(
from_locale
, to_locale))
173
if (from_locale_ !=
from_locale
|| to_locale_ != to_locale) {
177
PrepareChangingLocale(
from_locale
, to_locale);
212
const std::string&
from_locale
, const std::string& to_locale) {
214
if (!
from_locale
.empty())
215
from_locale_ =
from_locale
;
236
const std::string&
from_locale
,
[
all
...]
locale_change_guard.h
45
const std::string&
from_locale
, const std::string& to_locale);
65
static bool ShouldShowLocaleChangeNotification(const std::string&
from_locale
,
/external/chromium_org/ash/system/tray/
system_tray_notifier.cc
280
const std::string&
from_locale
,
285
OnLocaleChanged(delegate, cur_locale,
from_locale
, to_locale));
system_tray_notifier.h
122
const std::string&
from_locale
,
Completed in 123 milliseconds