Home
last modified time | relevance | path

Searched refs:FuchsiaIntlProfileWatcher (Results 1 – 4 of 4) sorted by relevance

/external/cronet/base/fuchsia/
Dintl_profile_watcher.cc20 FuchsiaIntlProfileWatcher::FuchsiaIntlProfileWatcher( in FuchsiaIntlProfileWatcher() function in base::FuchsiaIntlProfileWatcher
22 : FuchsiaIntlProfileWatcher( in FuchsiaIntlProfileWatcher()
28 FuchsiaIntlProfileWatcher::FuchsiaIntlProfileWatcher( in FuchsiaIntlProfileWatcher() function in base::FuchsiaIntlProfileWatcher
47 FuchsiaIntlProfileWatcher::~FuchsiaIntlProfileWatcher() = default;
50 std::string FuchsiaIntlProfileWatcher::GetPrimaryTimeZoneIdFromProfile( in GetPrimaryTimeZoneIdFromProfile()
69 FuchsiaIntlProfileWatcher::GetPrimaryTimeZoneIdForIcuInitialization() { in GetPrimaryTimeZoneIdForIcuInitialization()
74 std::string FuchsiaIntlProfileWatcher::GetPrimaryLocaleIdFromProfile( in GetPrimaryLocaleIdFromProfile()
92 std::string FuchsiaIntlProfileWatcher::GetPrimaryLocaleIdForInitialization() { in GetPrimaryLocaleIdForInitialization()
97 Profile FuchsiaIntlProfileWatcher::GetProfileFromPropertyProvider( in GetProfileFromPropertyProvider()
109 ::fuchsia::intl::Profile FuchsiaIntlProfileWatcher::GetCurrentProfileSync() { in GetCurrentProfileSync()
Dintl_profile_watcher_unittest.cc157 return FuchsiaIntlProfileWatcher::GetPrimaryLocaleIdFromProfile(profile); in GetPrimaryLocaleId()
163 return FuchsiaIntlProfileWatcher::GetPrimaryTimeZoneIdFromProfile(profile); in GetPrimaryTimeZoneId()
168 return FuchsiaIntlProfileWatcher::GetProfileFromPropertyProvider( in GetProfileFromPropertyProvider()
188 std::unique_ptr<FuchsiaIntlProfileWatcher> CreateIntlProfileWatcher( in CreateIntlProfileWatcher()
189 FuchsiaIntlProfileWatcher::ProfileChangeCallback on_profile_changed) { in CreateIntlProfileWatcher()
190 return base::WrapUnique(new FuchsiaIntlProfileWatcher( in CreateIntlProfileWatcher()
202 TEST(IntlServiceNotAvailableTest, FuchsiaIntlProfileWatcher) { in TEST() argument
207 base::MockCallback<FuchsiaIntlProfileWatcher::ProfileChangeCallback> in TEST()
211 std::make_unique<FuchsiaIntlProfileWatcher>(on_profile_changed.Get()); in TEST()
275 base::MockCallback<FuchsiaIntlProfileWatcher::ProfileChangeCallback> callback; in TEST_F()
[all …]
Dintl_profile_watcher.h20 class BASE_EXPORT FuchsiaIntlProfileWatcher {
26 explicit FuchsiaIntlProfileWatcher(ProfileChangeCallback on_profile_changed);
28 FuchsiaIntlProfileWatcher(const FuchsiaIntlProfileWatcher&) = delete;
29 FuchsiaIntlProfileWatcher& operator=(const FuchsiaIntlProfileWatcher&) =
31 ~FuchsiaIntlProfileWatcher();
59 FuchsiaIntlProfileWatcher(
/external/cronet/base/i18n/
Dicu_util.cc340 FuchsiaIntlProfileWatcher::GetPrimaryTimeZoneIdForIcuInitialization(); in InitializeIcuTimeZone()