Lines Matching refs:FuchsiaIntlProfileWatcher
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() 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()
286 FuchsiaIntlProfileWatcher::GetPrimaryTimeZoneIdFromProfile( in TEST_F()
305 FuchsiaIntlProfileWatcher::GetPrimaryTimeZoneIdFromProfile( in TEST_F()
315 base::MockCallback<FuchsiaIntlProfileWatcher::ProfileChangeCallback> callback; in TEST_F()
328 base::MockCallback<FuchsiaIntlProfileWatcher::ProfileChangeCallback> callback; in TEST_F()
340 EXPECT_EQ("", FuchsiaIntlProfileWatcher::GetPrimaryTimeZoneIdFromProfile( in TEST()
345 EXPECT_EQ("", FuchsiaIntlProfileWatcher::GetPrimaryTimeZoneIdFromProfile( in TEST()
351 FuchsiaIntlProfileWatcher::GetPrimaryTimeZoneIdFromProfile( in TEST()
357 FuchsiaIntlProfileWatcher::GetPrimaryTimeZoneIdFromProfile( in TEST()
363 EXPECT_EQ("", FuchsiaIntlProfileWatcher::GetPrimaryLocaleIdFromProfile( in TEST()
368 EXPECT_EQ("", FuchsiaIntlProfileWatcher::GetPrimaryLocaleIdFromProfile( in TEST()
374 FuchsiaIntlProfileWatcher::GetPrimaryLocaleIdFromProfile( in TEST()
380 FuchsiaIntlProfileWatcher::GetPrimaryLocaleIdFromProfile( in TEST()