Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/safe_browsing/
Dsafe_browsing_database_unittest.cc375 SafeBrowsingStoreFile* browse_store = new SafeBrowsingStoreFile(); in TEST_F() local
382 database_.reset(new SafeBrowsingDatabaseNew(browse_store, in TEST_F()
1111 SafeBrowsingStoreFile* browse_store = new SafeBrowsingStoreFile(); in TEST_F() local
1114 database_.reset(new SafeBrowsingDatabaseNew(browse_store, in TEST_F()
1228 SafeBrowsingStoreFile* browse_store = new SafeBrowsingStoreFile(); in TEST_F() local
1233 database_.reset(new SafeBrowsingDatabaseNew(browse_store, NULL, in TEST_F()
1995 SafeBrowsingStoreFile* browse_store = new SafeBrowsingStoreFile(); in TEST_F() local
1997 database_.reset(new SafeBrowsingDatabaseNew(browse_store, in TEST_F()
Dsafe_browsing_database.h278 SafeBrowsingDatabaseNew(SafeBrowsingStore* browse_store,
Dsafe_browsing_database.cc464 SafeBrowsingStore* browse_store, in SafeBrowsingDatabaseNew() argument
472 browse_store_(browse_store), in SafeBrowsingDatabaseNew()