OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:to_locale
(Results
1 - 25
of
119
) sorted by null
1
2
3
4
5
/external/chromium/chrome/browser/chromeos/
locale_change_guard.cc
134
std::string
to_locale
= prefs->GetString(prefs::kApplicationLocale);
local
135
if (
to_locale
!= cur_locale) {
143
if (from_locale.empty() || from_locale ==
to_locale
)
146
if (prefs->GetString(prefs::kApplicationLocaleAccepted) ==
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
) {
199
if (!
to_locale
.empty())
200
to_locale_ =
to_locale
;
locale_change_guard.h
34
const std::string& from_locale, const std::string&
to_locale
);
/external/chromium_org/ash/system/locale/
locale_observer.h
27
const std::string&
to_locale
) = 0;
locale_notification_controller.h
28
const std::string&
to_locale
) OVERRIDE;
locale_notification_controller.cc
96
const std::string&
to_locale
) {
103
to_locale
, cur_locale, true);
/external/chromium_org/chrome/browser/chromeos/
locale_change_guard.cc
162
std::string
to_locale
= prefs->GetString(prefs::kApplicationLocale);
local
163
if (
to_locale
!= cur_locale) {
171
if (from_locale.empty() || from_locale ==
to_locale
)
174
if (prefs->GetString(prefs::kApplicationLocaleAccepted) ==
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
) {
218
if (!
to_locale
.empty())
219
to_locale_ =
to_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.cc
239
const std::string&
to_locale
) {
243
OnLocaleChanged(delegate, cur_locale, from_locale,
to_locale
));
system_tray_notifier.h
109
const std::string&
to_locale
);
/external/chromium_org/ash/strings/
ash_strings_am.xtb
73
<translation id="7823564328645135659">?????? ?????? ??? ???? ?«<ph name="FROM_LOCALE"/> ?? «<ph name="
TO_LOCALE
"/>» ??????</translation>
ash_strings_ar.xtb
73
<translation id="7823564328645135659">?? ????? ????? ?? "<ph name="FROM_LOCALE"/>" ??? "<ph name="
TO_LOCALE
"/>" ??? ?????? ????????.</translation>
ash_strings_bg.xtb
73
<translation id="7823564328645135659">?????? ?? ??????? ?? ?<ph name="FROM_LOCALE"/>? ?? ?<ph name="
TO_LOCALE
"/>? ???? ???????????????? ?? ??????????? ??.</translation>
ash_strings_bn.xtb
73
<translation id="7823564328645135659">????? ?????? ????? ???? ??? ???? "<ph name="FROM_LOCALE"/>" ???? "<ph name="
TO_LOCALE
"/>" ? ???????? ??? ??????</translation>
ash_strings_el.xtb
73
<translation id="7823564328645135659">? ?????? ??? ?????? ??? "<ph name="FROM_LOCALE"/>" ?? "<ph name="
TO_LOCALE
"/>" ???? ??? ??????????? ??? ????????? ???.</translation>
ash_strings_fa.xtb
72
<translation id="7823564328645135659">??? ?? ?????????? ??????? ???? ???? ?? «<ph name="FROM_LOCALE"/>» ?? «<ph name="
TO_LOCALE
"/>» ????? ???.</translation>
ash_strings_gu.xtb
73
<translation id="7823564328645135659">????? ???????? ???????? ????? ??? ???? "<ph name="FROM_LOCALE"/>" ?? "<ph name="
TO_LOCALE
"/>" ??? ????? ?? ??.</translation>
ash_strings_hi.xtb
73
<translation id="7823564328645135659">???? ?????? ???????? ???? ?? ??? ???? ?? "<ph name="FROM_LOCALE"/>" ?? "<ph name="
TO_LOCALE
"/>" ??? ??? ???? ??? ??.</translation>
ash_strings_iw.xtb
73
<translation id="7823564328645135659">???? Chrome ?????? ?"<ph name="FROM_LOCALE"/>" ?"<ph name="
TO_LOCALE
"/>" ???? ?????? ???????.</translation>
ash_strings_ja.xtb
73
<translation id="7823564328645135659">???????????<ph name="FROM_LOCALE"/>????<ph name="
TO_LOCALE
"/>??????????</translation>
ash_strings_kn.xtb
73
<translation id="7823564328645135659">????? ???????????????? ????? ????? ???? ????????? "<ph name="FROM_LOCALE"/>" ???? "<ph name="
TO_LOCALE
"/>" ?? ?????????????.</translation>
ash_strings_ko.xtb
73
<translation id="7823564328645135659">??? ???? ? Chrome? ??? '<ph name="FROM_LOCALE"/>'?? '<ph name="
TO_LOCALE
"/>'(?)? ???????.</translation>
ash_strings_ml.xtb
73
<translation id="7823564328645135659">????????? ?????????????? ?????????????????? ???? ??? "<ph name="FROM_LOCALE"/>" ????????? ?????? "<ph name="
TO_LOCALE
"/>" ???????????? ????.</translation>
ash_strings_mr.xtb
73
<translation id="7823564328645135659">???? ???????? ???????? ?????????? ???? "<ph name="FROM_LOCALE"/>" ???? "<ph name="
TO_LOCALE
"/>" ????? ????? ???.</translation>
ash_strings_ru.xtb
73
<translation id="7823564328645135659">? ?????????? ????????????? ???????? ???? ???????. ?????? ???????????? <ph name="
TO_LOCALE
"/>, ? ?? <ph name="FROM_LOCALE"/>.</translation>
ash_strings_sr.xtb
73
<translation id="7823564328645135659">????? ?? ???????? ?? ?????? ?<ph name="FROM_LOCALE"/>? ?? ?<ph name="
TO_LOCALE
"/>? ????? ?????????????? ??????????.</translation>
Completed in 896 milliseconds
1
2
3
4
5