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

  /external/chromium_org/sql/
connection.h 157 bool FullIntegrityCheck(std::vector<std::string>* messages);
159 // Runs "PRAGMA quick_check" and, unlike the FullIntegrityCheck method,
connection_unittest.cc 849 EXPECT_TRUE(db().FullIntegrityCheck(&messages));
860 EXPECT_TRUE(db().FullIntegrityCheck(&messages));
connection.cc     [all...]
  /external/chromium_org/chrome/browser/history/
thumbnail_database.cc 143 db->FullIntegrityCheck(&messages);
    [all...]

Completed in 5851 milliseconds