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

  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_database.h 278 SafeBrowsingDatabaseNew(SafeBrowsingStore* browse_store,
279 SafeBrowsingStore* download_store,
280 SafeBrowsingStore* csd_whitelist_store,
281 SafeBrowsingStore* download_whitelist_store,
282 SafeBrowsingStore* extension_blacklist_store,
283 SafeBrowsingStore* side_effect_free_whitelist_store,
284 SafeBrowsingStore* ip_blacklist_store);
358 SafeBrowsingStore* GetStore(int list_id);
393 void InsertAddChunk(SafeBrowsingStore* store,
396 void InsertSubChunk(SafeBrowsingStore* store
    [all...]
safe_browsing_store.h 23 // SafeBrowsingStore provides a storage abstraction for the
143 class SafeBrowsingStore {
145 SafeBrowsingStore() {}
146 virtual ~SafeBrowsingStore() {}
226 DISALLOW_COPY_AND_ASSIGN(SafeBrowsingStore);
safe_browsing_database.cc 172 bool MatchAddPrefixes(SafeBrowsingStore* store,
222 void UpdateChunkRanges(SafeBrowsingStore* store,
255 void UpdateChunkRangesForLists(SafeBrowsingStore* store,
265 void UpdateChunkRangesForList(SafeBrowsingStore* store,
422 SafeBrowsingStore* SafeBrowsingDatabaseNew::GetStore(const int list_id) {
464 SafeBrowsingStore* browse_store,
465 SafeBrowsingStore* download_store,
466 SafeBrowsingStore* csd_whitelist_store,
467 SafeBrowsingStore* download_whitelist_store,
468 SafeBrowsingStore* extension_blacklist_store
    [all...]
safe_browsing_store_file.h 17 // Implement SafeBrowsingStore in terms of a flat file. The file
125 class SafeBrowsingStoreFile : public SafeBrowsingStore {

Completed in 903 milliseconds