Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/night_light/
H A Dnight_light_controller_unittest.cc812 user1_pref_service()->HasPrefPath(prefs::kNightLightCachedLongitude)); in TEST_F()
816 user2_pref_service()->HasPrefPath(prefs::kNightLightCachedLongitude)); in TEST_F()
821 user2_pref_service()->SetDouble(prefs::kNightLightCachedLongitude, in TEST_F()
837 user1_pref_service()->SetDouble(prefs::kNightLightCachedLongitude, in TEST_F()
862 user2_pref_service()->SetDouble(prefs::kNightLightCachedLongitude, in TEST_F()
876 user1_pref_service()->ClearPref(prefs::kNightLightCachedLongitude); in TEST_F()
878 user2_pref_service()->ClearPref(prefs::kNightLightCachedLongitude); in TEST_F()
890 user1_pref_service()->GetDouble(prefs::kNightLightCachedLongitude)); in TEST_F()
894 user2_pref_service()->GetDouble(prefs::kNightLightCachedLongitude)); in TEST_F()
H A Dnight_light_controller_impl.cc437 registry->RegisterDoublePref(prefs::kNightLightCachedLongitude, 0.0); in RegisterProfilePrefs()
868 prefs::kNightLightCachedLongitude)) { in LoadCachedGeopositionIfNeeded()
877 active_user_pref_service_->GetDouble(prefs::kNightLightCachedLongitude)}); in LoadCachedGeopositionIfNeeded()
893 pref_service->SetDouble(prefs::kNightLightCachedLongitude, in StoreCachedGeoposition()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/public/cpp/
H A Dash_pref_names.cc294 const char kNightLightCachedLongitude[] = "ash.night_light.cached_longitude"; variable
H A Dash_pref_names.h116 ASH_PUBLIC_EXPORT extern const char kNightLightCachedLongitude[];