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

  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_store_file.h 107 class SafeBrowsingStoreFile : public SafeBrowsingStore {
109 SafeBrowsingStoreFile();
110 virtual ~SafeBrowsingStoreFile();
280 DISALLOW_COPY_AND_ASSIGN(SafeBrowsingStoreFile);
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...]
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_store_file.h 106 class SafeBrowsingStoreFile : public SafeBrowsingStore {
108 SafeBrowsingStoreFile();
109 virtual ~SafeBrowsingStoreFile();
293 DISALLOW_COPY_AND_ASSIGN(SafeBrowsingStoreFile);
safe_browsing_store_file.cc 173 void SafeBrowsingStoreFile::RecordFormatEvent(FormatEventType event_type) {
178 void SafeBrowsingStoreFile::CheckForOriginalAndDelete(
203 SafeBrowsingStoreFile::SafeBrowsingStoreFile()
206 SafeBrowsingStoreFile::~SafeBrowsingStoreFile() {
210 bool SafeBrowsingStoreFile::Delete() {
221 bool SafeBrowsingStoreFile::CheckValidity() {
275 void SafeBrowsingStoreFile::Init(
283 bool SafeBrowsingStoreFile::BeginChunk()
    [all...]

Completed in 1305 milliseconds