Lines Matching refs:storage
98 MockStore* storage(new StrictMock<MockStore>()); in TEST_F() local
99 profile_->storage_.reset(storage); // Passes ownership in TEST_F()
103 EXPECT_CALL(*storage, ContainsGroup(kEntryName)) in TEST_F()
111 Mock::VerifyAndClearExpectations(storage); in TEST_F()
115 EXPECT_CALL(*storage, ContainsGroup(kEntryName)) in TEST_F()
119 EXPECT_CALL(*storage, DeleteGroup(kEntryName)) in TEST_F()
121 EXPECT_CALL(*storage, Flush()) in TEST_F()
129 Mock::VerifyAndClearExpectations(storage); in TEST_F()
133 EXPECT_CALL(*storage, ContainsGroup(kEntryName)) in TEST_F()
137 EXPECT_CALL(*storage, DeleteGroup(kEntryName)) in TEST_F()
139 EXPECT_CALL(*storage, Flush()) in TEST_F()
488 MockStore* storage(new StrictMock<MockStore>()); in TEST_F() local
489 profile_->storage_.reset(storage); // Passes ownership in TEST_F()
494 EXPECT_CALL(*storage, ContainsGroup(kEntryName)) in TEST_F()
501 Mock::VerifyAndClearExpectations(storage); in TEST_F()
503 EXPECT_CALL(*storage, ContainsGroup(kEntryName)) in TEST_F()