OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:from_locale
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/ash/system/locale/
locale_observer.h
26
const std::string&
from_locale
,
locale_notification_controller.h
27
const std::string&
from_locale
,
locale_notification_controller.cc
95
const std::string&
from_locale
,
101
from_locale
, cur_locale, true);
/external/chromium/chrome/browser/chromeos/
locale_change_guard.cc
142
std::string
from_locale
= prefs->GetString(prefs::kApplicationLocaleBackup);
local
143
if (
from_locale
.empty() ||
from_locale
== to_locale)
150
if (from_locale_ !=
from_locale
|| to_locale_ != to_locale) {
154
PrepareChangingLocale(
from_locale
, to_locale);
195
const std::string&
from_locale
, const std::string& to_locale) {
197
if (!
from_locale
.empty())
198
from_locale_ =
from_locale
;
locale_change_guard.h
34
const std::string&
from_locale
, const std::string& to_locale);
/external/chromium_org/chrome/browser/chromeos/
locale_change_guard.cc
170
std::string
from_locale
= prefs->GetString(prefs::kApplicationLocaleBackup);
local
171
if (
from_locale
.empty() ||
from_locale
== to_locale)
178
if (from_locale_ !=
from_locale
|| to_locale_ != to_locale) {
182
PrepareChangingLocale(
from_locale
, to_locale);
214
const std::string&
from_locale
, const std::string& to_locale) {
216
if (!
from_locale
.empty())
217
from_locale_ =
from_locale
;
locale_change_guard.h
44
const std::string&
from_locale
, const std::string& to_locale);
/external/chromium_org/ash/system/tray/
system_tray_notifier.h
108
const std::string&
from_locale
,
system_tray_notifier.cc
238
const std::string&
from_locale
,
243
OnLocaleChanged(delegate, cur_locale,
from_locale
, to_locale));
Completed in 693 milliseconds