Searched refs:GetLocalState (Results 1 – 8 of 8) sorted by relevance
95 PrefService* GetLocalState() { in GetLocalState() function in __anon492669150111::MetricsServiceTest164 GetLocalState()->FindPreference(prefs::kMetricsLowEntropySource); in TEST_F()184 GetLocalState()->SetString(kCachePrefName, "test"); in TEST_F()190 EXPECT_EQ("test", GetLocalState()->GetString(kCachePrefName)); in TEST_F()192 GetLocalState()->GetInteger(prefs::kMetricsLowEntropySource)); in TEST_F()204 EXPECT_TRUE(GetLocalState()->GetString(kCachePrefName).empty()); in TEST_F()212 GetLocalState()->SetBoolean(prefs::kStabilityExitedCleanly, true); in TEST_F()225 GetLocalState()->ClearPref(prefs::kStabilityExitedCleanly); in TEST_F()238 GetLocalState()->SetInt64(prefs::kStabilityStatsBuildTime, in TEST_F()240 GetLocalState()->SetString(prefs::kStabilityStatsVersion, in TEST_F()[all …]
54 PrefService* GetLocalState() { in GetLocalState() function in MetricsServiceTest64 scoped_ptr<PrefService> local_state(GetLocalState()); in TEST_F()107 scoped_ptr<PrefService> local_state(GetLocalState()); in TEST_F()
167 GetLocalState()->GetInitializationStatus(); in Init()172 GetLocalState()->AddPrefInitObserver( in Init()853 if (GetLocalState()->GetInitializationStatus() != in OnLocalStateInitialized()862 PrefService* WizardController::GetLocalState() { in GetLocalState() function in chromeos::WizardController
247 PrefService* GetLocalState();
434 PrefService* GetLocalState(PrefRegistry* registry) { in GetLocalState() function in __anon899b2f930111::PageLoadTest456 scoped_ptr<PrefService> local_state(GetLocalState(registry)); in GetStabilityMetrics()
350 base::DictionaryValue* GetLocalState();
545 DictionaryValue* UITest::GetLocalState() { in GetLocalState() function in UITest672 scoped_ptr<DictionaryValue> local_prefs(GetLocalState()); in TerminateBrowser()
57 scoped_ptr<DictionaryValue> local_prefs(GetLocalState()); in TEST_F()