Home
last modified time | relevance | path

Searched refs:browse_store (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
Dsafe_browsing_database_unittest.cc386 SafeBrowsingStoreFile* browse_store = new SafeBrowsingStoreFile(); in TEST_F() local
389 database_.reset(new SafeBrowsingDatabaseNew(browse_store, in TEST_F()
1142 SafeBrowsingStoreFile* browse_store = new SafeBrowsingStoreFile(); in TEST_F() local
1145 database_.reset(new SafeBrowsingDatabaseNew(browse_store, in TEST_F()
1254 SafeBrowsingStoreFile* browse_store = new SafeBrowsingStoreFile(); in TEST_F() local
1256 database_.reset(new SafeBrowsingDatabaseNew(browse_store, NULL, in TEST_F()
1458 SafeBrowsingStoreFile* browse_store = new SafeBrowsingStoreFile(); in TEST_F() local
1460 database_.reset(new SafeBrowsingDatabaseNew(browse_store, in TEST_F()
Dsafe_browsing_database.h196 SafeBrowsingDatabaseNew(SafeBrowsingStore* browse_store,
Dsafe_browsing_database.cc483 SafeBrowsingStore* browse_store, in SafeBrowsingDatabaseNew() argument
487 browse_store_(browse_store), in SafeBrowsingDatabaseNew()