Home
last modified time | relevance | path

Searched refs:corruption_seen_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
Dsafe_browsing_store_file.cc233 corruption_seen_(false) { in SafeBrowsingStoreFile()
355 if (!corruption_seen_) in OnCorruptDatabase()
357 corruption_seen_ = true; in OnCorruptDatabase()
394 corruption_seen_ = false; in BeginUpdate()
Dsafe_browsing_store_file.h278 bool corruption_seen_; variable