Searched refs:corruption_detected_ (Results 1 – 3 of 3) sorted by relevance
50 corruption_detected_ = true; in OnCorruptionDetected()56 bool corruption_detected_; member in __anon3fb299e90111::SafeBrowsingStoreFileTest97 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()
491 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()
339 bool corruption_detected_; variable