HomeSort by relevance Sort by last modified time
    Searched refs:Recovered (Results 1 - 6 of 6) 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
50 // // Commit the recovered data to the original database file.
51 // sql::Recovery::Recovered(r.Pass());
55 // If Recovered() is not called, then RazeAndClose() is called on
91 // If Recovered() is not called, the destructor will call
97 static bool Recovered(scoped_ptr<Recovery> r) WARN_UNUSED_RESULT;
108 // steady state, all databases should progress to recovered or razed.
125 // recovered in |*rows_recovered|.
161 // Copy the recovered database over the original database
    [all...]
recovery_unittest.cc 98 // Recovered(), the database is razed.
131 // Recovered() replaces the original with the "recovered" version.
143 // Successfully recovered.
144 ASSERT_TRUE(sql::Recovery::Recovered(recovery.Pass()));
186 // Successfully recovered.
187 ASSERT_TRUE(sql::Recovery::Recovered(recovery.Pass()));
191 // data should be recovered.
228 ASSERT_TRUE(sql::Recovery::Recovered(recovery.Pass()));
282 // The recovered table should reflect the deletion
    [all...]
recovery.cc 120 bool Recovery::Recovered(scoped_ptr<Recovery> r) {
262 // Backup the original db from the recovered db.
339 // Query the info for the recovered table in database [main].
348 // to the recovered table.
  /external/chromium_org/chrome/browser/history/
top_sites_database.cc 110 // Database successfully recovered.
282 if (!sql::Recovery::Recovered(recovery.Pass())) {
284 // should be done. Add histograms to Recovered() implementation to get some
290 // Track the size of the recovered database relative to the size of the input
302 // Using 10,000 because these cases mostly care about "none recovered" and
303 // "lots recovered". More than 10,000 rows recovered probably means there's
thumbnail_database.cc 511 if (!sql::Recovery::Recovered(recovery.Pass())) {
516 // Track the size of the recovered database relative to the size of
530 // recovered" and "lots recovered". More than 10,000 rows recovered
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 366 bool Recovered = false;
390 Recovered = true;
405 Recovered = true;
409 if (!Recovered) {
    [all...]

Completed in 545 milliseconds