Home
last modified time | relevance | path

Searched refs:corruption_detected_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
Dsafe_browsing_store_file_unittest.cc50 corruption_detected_ = true; in OnCorruptionDetected()
56 bool corruption_detected_; member in __anon3fb299e90111::SafeBrowsingStoreFileTest
97 corruption_detected_ = false; in TEST_F()
109 EXPECT_FALSE(corruption_detected_); in TEST_F()
126 corruption_detected_ = false; in TEST_F()
130 EXPECT_TRUE(corruption_detected_); in TEST_F()
143 corruption_detected_ = false; in TEST_F()
145 EXPECT_TRUE(corruption_detected_); in TEST_F()
Dsafe_browsing_database.cc491 corruption_detected_(false) { in SafeBrowsingDatabaseNew()
873 if (corruption_detected_ || chunks.empty()) in InsertChunks()
901 if (corruption_detected_ || chunk_deletes.empty()) in DeleteChunks()
1003 corruption_detected_ = false; in UpdateStarted()
1010 if (corruption_detected_) in UpdateFinished()
1207 corruption_detected_ = true; // Stop updating the database. in OnHandleCorruptDatabase()
Dsafe_browsing_database.h339 bool corruption_detected_; variable