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

  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_store_file.h 125 class SafeBrowsingStoreFile : public SafeBrowsingStore {
127 SafeBrowsingStoreFile();
128 virtual ~SafeBrowsingStoreFile();
269 DISALLOW_COPY_AND_ASSIGN(SafeBrowsingStoreFile);
safe_browsing_store_file.cc 557 SafeBrowsingStoreFile::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::GetAddPrefixes(SBAddPrefixes* add_prefixes)
    [all...]
safe_browsing_database_unittest.cc 375 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...]
safe_browsing_database.cc 103 // 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::DeleteStore
    [all...]
safe_browsing_store_file_unittest.cc 51 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 365 milliseconds