HomeSort by relevance Sort by last modified time
    Searched refs:SafeBrowsingStore (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_store_unittest_helper.h 14 // Helper code for testing that a SafeBrowsingStore implementation
31 void SafeBrowsingStoreTestEmpty(SafeBrowsingStore* store);
35 void SafeBrowsingStoreTestStorePrefix(SafeBrowsingStore* store);
38 void SafeBrowsingStoreTestSubKnockout(SafeBrowsingStore* store);
41 void SafeBrowsingStoreTestDeleteChunks(SafeBrowsingStore* store);
44 void SafeBrowsingStoreTestDelete(SafeBrowsingStore* store,
49 // |instance_name| is the name of the SafeBrowsingStore instance
safe_browsing_database.h 196 SafeBrowsingDatabaseNew(SafeBrowsingStore* browse_store,
197 SafeBrowsingStore* download_store,
198 SafeBrowsingStore* csd_whitelist_store);
232 SafeBrowsingStore* GetStore(int list_id);
294 scoped_ptr<SafeBrowsingStore> browse_store_;
298 scoped_ptr<SafeBrowsingStore> download_store_;
303 scoped_ptr<SafeBrowsingStore> csd_whitelist_store_;
safe_browsing_store.h 21 // SafeBrowsingStore provides a storage abstraction for the
159 class SafeBrowsingStore {
161 SafeBrowsingStore() {}
162 virtual ~SafeBrowsingStore() {}
242 DISALLOW_COPY_AND_ASSIGN(SafeBrowsingStore);
safe_browsing_store_unittest_helper.cc 28 void SafeBrowsingStoreTestEmpty(SafeBrowsingStore* store) {
59 void SafeBrowsingStoreTestStorePrefix(SafeBrowsingStore* store) {
148 void SafeBrowsingStoreTestSubKnockout(SafeBrowsingStore* store) {
221 void SafeBrowsingStoreTestDeleteChunks(SafeBrowsingStore* store) {
320 void SafeBrowsingStoreTestDelete(SafeBrowsingStore* store,
safe_browsing_database.cc 189 void UpdateChunkRanges(SafeBrowsingStore* store,
451 SafeBrowsingStore* SafeBrowsingDatabaseNew::GetStore(const int list_id) {
483 SafeBrowsingStore* browse_store,
484 SafeBrowsingStore* download_store,
485 SafeBrowsingStore* csd_whitelist_store)
733 SafeBrowsingStore* store = GetStore(list_id);
774 SafeBrowsingStore* store = GetStore(list_id);
803 SafeBrowsingStore* store = GetStore(list_id);
848 SafeBrowsingStore* store = GetStore(list_id);
    [all...]
safe_browsing_store_file.h 17 // Implement SafeBrowsingStore in terms of a flat file. The file
107 class SafeBrowsingStoreFile : public SafeBrowsingStore {

Completed in 26 milliseconds