Searched refs:FuchsiaIntlProfileWatcher (Results 1 – 4 of 4) sorted by relevance
20 FuchsiaIntlProfileWatcher::FuchsiaIntlProfileWatcher( in FuchsiaIntlProfileWatcher() function in base::FuchsiaIntlProfileWatcher22 : FuchsiaIntlProfileWatcher( in FuchsiaIntlProfileWatcher()28 FuchsiaIntlProfileWatcher::FuchsiaIntlProfileWatcher( in FuchsiaIntlProfileWatcher() function in base::FuchsiaIntlProfileWatcher47 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()
157 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() argument207 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 …]
20 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(
340 FuchsiaIntlProfileWatcher::GetPrimaryTimeZoneIdForIcuInitialization(); in InitializeIcuTimeZone()