Home | History | Annotate | Download | only in safe_browsing

Lines Matching refs:store_

37     store_.reset(new SafeBrowsingStoreFile());
38 store_->Init(filename_, NULL);
41 if (store_.get())
42 store_->Delete();
43 store_.reset();
55 scoped_ptr<SafeBrowsingStoreFile> store_;
59 TEST_STORE(SafeBrowsingStoreFileTest, store_.get(), filename_);
70 EXPECT_TRUE(store_->BeginUpdate());
75 store_.reset(new SafeBrowsingStoreFile());
76 store_->Init(filename_, NULL);
81 EXPECT_TRUE(store_->Delete());
89 SafeBrowsingStoreTestStorePrefix(store_.get());