Home | History | Annotate | Download | only in tracked

Lines Matching refs:local_state_

17     PrefServiceHashStoreContents::RegisterPrefs(local_state_.registry());
21 TestingPrefServiceSimple local_state_;
25 PrefServiceHashStoreContents contents("store_id", &local_state_);
31 PrefServiceHashStoreContents contents("store_id", &local_state_);
37 PrefServiceHashStoreContents contents("store_id", &local_state_);
40 &local_state_);
46 ASSERT_FALSE(local_state_.GetUserPrefValue(
50 PrefServiceHashStoreContents contents("store_id", &local_state_);
55 &local_state_);
60 ASSERT_TRUE(local_state_.GetUserPrefValue(
64 PrefServiceHashStoreContents contents("store_id", &local_state_);
70 ASSERT_TRUE(local_state_.GetUserPrefValue(
74 PrefServiceHashStoreContents contents("store_id", &local_state_);
77 &local_state_);
83 &local_state_);
87 ASSERT_FALSE(local_state_.GetUserPrefValue(
93 PrefServiceHashStoreContents contents("store_id", &local_state_);
101 &local_state_);
105 PrefServiceHashStoreContents contents("store_id", &local_state_);
112 PrefServiceHashStoreContents contents("store_id", &local_state_);
120 PrefServiceHashStoreContents contents("store_id", &local_state_);
123 &local_state_);
130 PrefServiceHashStoreContents contents_1("store_id_1", &local_state_);
131 PrefServiceHashStoreContents contents_2("store_id_2", &local_state_);
138 PrefServiceHashStoreContents contents_1("store_id_1", &local_state_);
139 PrefServiceHashStoreContents contents_2("store_id_2", &local_state_);
144 PrefServiceHashStoreContents::ResetAllPrefHashStores(&local_state_);
147 PrefServiceHashStoreContents contents_1("store_id_1", &local_state_);
148 PrefServiceHashStoreContents contents_2("store_id_2", &local_state_);