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

  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_database.h 192 // csd_whitelist_store. Takes ownership of browse_store, download_store and
193 // csd_whitelist_store. When |download_store| is NULL, the database
195 // binary hashes). Same for the |csd_whitelist_store|.
198 SafeBrowsingStore* csd_whitelist_store);
safe_browsing_database_unittest.cc 388 SafeBrowsingStoreFile* csd_whitelist_store = new SafeBrowsingStoreFile(); local
391 csd_whitelist_store));
1144 SafeBrowsingStoreFile* csd_whitelist_store = new SafeBrowsingStoreFile(); local
1255 SafeBrowsingStoreFile* csd_whitelist_store = new SafeBrowsingStoreFile(); local
    [all...]
safe_browsing_database.cc 485 SafeBrowsingStore* csd_whitelist_store)
489 csd_whitelist_store_(csd_whitelist_store),
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_database.h 261 // the |csd_whitelist_store| and |download_whitelist_store|.
264 SafeBrowsingStore* csd_whitelist_store,
safe_browsing_database_unittest.cc 368 SafeBrowsingStoreFile* csd_whitelist_store = new SafeBrowsingStoreFile(); local
374 csd_whitelist_store,
1153 SafeBrowsingStoreFile* csd_whitelist_store = new SafeBrowsingStoreFile(); local
1269 SafeBrowsingStoreFile* csd_whitelist_store = new SafeBrowsingStoreFile(); local
    [all...]
safe_browsing_database.cc 464 SafeBrowsingStore* csd_whitelist_store,
471 csd_whitelist_store_(csd_whitelist_store),
    [all...]

Completed in 77 milliseconds