Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/safe_browsing/
Dsafe_browsing_store_file_unittest.cc55 corruption_detected_ = false; in SetUp()
66 corruption_detected_ = true; in OnCorruptionDetected()
118 bool corruption_detected_; member in safe_browsing::SafeBrowsingStoreFileTest
490 EXPECT_FALSE(corruption_detected_); in TEST_F()
507 corruption_detected_ = false; in TEST_F()
512 EXPECT_TRUE(corruption_detected_); in TEST_F()
524 corruption_detected_ = false; in TEST_F()
526 EXPECT_TRUE(corruption_detected_); in TEST_F()
533 EXPECT_FALSE(corruption_detected_); in TEST_F()
535 EXPECT_FALSE(corruption_detected_); in TEST_F()
[all …]
Dsafe_browsing_database.cc451 corruption_detected_(false), in SafeBrowsingDatabaseNew()
479 corruption_detected_(false), in SafeBrowsingDatabaseNew()
883 if (corruption_detected_ || chunks.empty()) in InsertChunks()
918 if (corruption_detected_ || chunk_deletes.empty()) in DeleteChunks()
1050 corruption_detected_ = false; in UpdateStarted()
1095 if (corruption_detected_) in UpdateFinished()
1351 corruption_detected_ = true; // Stop updating the database. in OnHandleCorruptDatabase()
Dsafe_browsing_database.h462 bool corruption_detected_; variable
/external/chromium_org/net/extras/sqlite/
Dsqlite_channel_id_store.cc72 corruption_detected_(false) {} in Backend()
156 bool corruption_detected_; member in net::SQLiteChannelIDStore::Backend
205 if (corruption_detected_) in LoadInBackground()
213 if (corruption_detected_) in LoadInBackground()
227 if (corruption_detected_) in LoadInBackground()
403 if (corruption_detected_) in DatabaseErrorCallback()
406 corruption_detected_ = true; in DatabaseErrorCallback()
/external/chromium_org/content/browser/net/
Dsqlite_persistent_cookie_store.cc85 corruption_detected_(false), in Backend()
246 bool corruption_detected_; member in content::SQLitePersistentCookieStore::Backend
556 if (initialized_ || corruption_detected_) { in InitializeDatabase()
583 if (corruption_detected_) in InitializeDatabase()
592 if (corruption_detected_) in InitializeDatabase()
612 if (corruption_detected_) in InitializeDatabase()
1150 if (corruption_detected_) in DatabaseErrorCallback()
1153 corruption_detected_ = true; in DatabaseErrorCallback()