Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/safe_browsing/
Dsafe_browsing_database_unittest.cc388 SafeBrowsingStoreFile* csd_whitelist_store = new SafeBrowsingStoreFile(); in TEST_F() local
391 csd_whitelist_store)); in TEST_F()
1144 SafeBrowsingStoreFile* csd_whitelist_store = new SafeBrowsingStoreFile(); in TEST_F() local
1147 csd_whitelist_store)); in TEST_F()
1255 SafeBrowsingStoreFile* csd_whitelist_store = new SafeBrowsingStoreFile(); in TEST_F() local
1257 csd_whitelist_store)); in TEST_F()
Dsafe_browsing_database.h198 SafeBrowsingStore* csd_whitelist_store);
Dsafe_browsing_database.cc485 SafeBrowsingStore* csd_whitelist_store) in SafeBrowsingDatabaseNew() argument
489 csd_whitelist_store_(csd_whitelist_store), in SafeBrowsingDatabaseNew()