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

  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_store_file.cc 199 void SafeBrowsingStoreFile::RecordFormatEvent(FormatEventType event_type) {
204 void SafeBrowsingStoreFile::CheckForOriginalAndDelete(
229 SafeBrowsingStoreFile::SafeBrowsingStoreFile()
236 SafeBrowsingStoreFile::~SafeBrowsingStoreFile() {
240 bool SafeBrowsingStoreFile::Delete() {
272 void SafeBrowsingStoreFile::Init(const FilePath& filename,
278 bool SafeBrowsingStoreFile::BeginChunk() {
282 bool SafeBrowsingStoreFile::WriteAddPrefix(int32 chunk_id, SBPrefix prefix)
    [all...]
safe_browsing_store_file_unittest.cc 34 SafeBrowsingStoreFile::TemporaryFileForFilename(filename_);
37 store_.reset(new SafeBrowsingStoreFile());
55 scoped_ptr<SafeBrowsingStoreFile> store_;
64 SafeBrowsingStoreFile::TemporaryFileForFilename(filename_);
75 store_.reset(new SafeBrowsingStoreFile());
91 SafeBrowsingStoreFile test_store;
safe_browsing_store_file.h 107 class SafeBrowsingStoreFile : public SafeBrowsingStore {
109 SafeBrowsingStoreFile();
110 virtual ~SafeBrowsingStoreFile();
280 DISALLOW_COPY_AND_ASSIGN(SafeBrowsingStoreFile);
safe_browsing_database_unittest.cc 386 SafeBrowsingStoreFile* browse_store = new SafeBrowsingStoreFile();
387 SafeBrowsingStoreFile* download_store = new SafeBrowsingStoreFile();
388 SafeBrowsingStoreFile* csd_whitelist_store = new SafeBrowsingStoreFile();
    [all...]
safe_browsing_database.cc 54 // SafeBrowsingStoreFile.
396 new SafeBrowsingStoreFile,
397 enable_download_protection ? new SafeBrowsingStoreFile : NULL,
398 enable_client_side_whitelist ? new SafeBrowsingStoreFile : NULL);
473 browse_store_(new SafeBrowsingStoreFile),
    [all...]

Completed in 121 milliseconds