Searched refs:SafeBrowsingStoreFile (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_store_file.cc557 SafeBrowsingStoreFile::SafeBrowsingStoreFile() function in class:SafeBrowsingStoreFile
560 SafeBrowsingStoreFile::~SafeBrowsingStoreFile() {
564 bool SafeBrowsingStoreFile::Delete() {
575 bool SafeBrowsingStoreFile::CheckValidity() {
621 void SafeBrowsingStoreFile::Init(
629 bool SafeBrowsingStoreFile::BeginChunk() {
633 bool SafeBrowsingStoreFile::WriteAddPrefix(int32 chunk_id, SBPrefix prefix) {
638 bool SafeBrowsingStoreFile
[all...]
H A Dsafe_browsing_store_file.h125 class SafeBrowsingStoreFile : public SafeBrowsingStore { class in inherits:SafeBrowsingStore
127 SafeBrowsingStoreFile();
128 virtual ~SafeBrowsingStoreFile();
269 DISALLOW_COPY_AND_ASSIGN(SafeBrowsingStoreFile);
H A Dsafe_browsing_database_unittest.cc375 SafeBrowsingStoreFile* browse_store = new SafeBrowsingStoreFile();
376 SafeBrowsingStoreFile* download_store = new SafeBrowsingStoreFile();
377 SafeBrowsingStoreFile* csd_whitelist_store = new SafeBrowsingStoreFile();
378 SafeBrowsingStoreFile* download_whitelist_store = new SafeBrowsingStoreFile();
379 SafeBrowsingStoreFile* extension_blacklist_store =
380 new SafeBrowsingStoreFile();
[all...]
H A Dsafe_browsing_database.cc103 // SafeBrowsingStoreFile.
324 new SafeBrowsingStoreFile,
325 enable_download_protection ? new SafeBrowsingStoreFile : NULL,
326 enable_client_side_whitelist ? new SafeBrowsingStoreFile : NULL,
327 enable_download_whitelist ? new SafeBrowsingStoreFile : NULL,
328 enable_extension_blacklist ? new SafeBrowsingStoreFile : NULL,
329 enable_side_effect_free_whitelist ? new SafeBrowsingStoreFile : NULL,
330 enable_ip_blacklist ? new SafeBrowsingStoreFile : NULL);
450 browse_store_(new SafeBrowsingStoreFile),
589 SafeBrowsingStoreFile
[all...]
H A Dsafe_browsing_store_file_unittest.cc51 store_.reset(new SafeBrowsingStoreFile());
117 scoped_ptr<SafeBrowsingStoreFile> store_;
453 SafeBrowsingStoreFile::TemporaryFileForFilename(filename_);
464 store_.reset(new SafeBrowsingStoreFile());
751 store_.reset(new SafeBrowsingStoreFile());
784 store_.reset(new SafeBrowsingStoreFile());

Completed in 380 milliseconds