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

  /external/chromium_org/sql/
recovery.h 19 // database and populate it with the recovered contents of the
20 // original database. If recovery is successful, the recovered
32 // sql::Recovery::Recovered(r.Pass());
37 // If Recovered() is not called, then RazeAndClose() is called on
64 // If Recovered() is not called, the destructor will call
70 static bool Recovered(scoped_ptr<Recovery> r) WARN_UNUSED_RESULT;
86 // Copy the recovered database over the original database.
recovery.cc 30 bool Recovery::Recovered(scoped_ptr<Recovery> r) {
138 // Backup the original db from the recovered db.
recovery_unittest.cc 131 // Recovered(), the database is razed.
164 // Recovered() replaces the original with the "recovered" version.
176 // Successfully recovered.
177 ASSERT_TRUE(sql::Recovery::Recovered(recovery.Pass()));
219 // Successfully recovered.
220 ASSERT_TRUE(sql::Recovery::Recovered(recovery.Pass()));
224 // data should be recovered.
261 ASSERT_TRUE(sql::Recovery::Recovered(recovery.Pass()));
327 // The recovered table should reflect the deletion
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 362 bool Recovered = false;
386 Recovered = true;
401 Recovered = true;
405 if (!Recovered) {
    [all...]

Completed in 514 milliseconds