Searched refs:GetLastChangeCount (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/chrome/browser/history/
H A Din_memory_database.cc90 UMA_HISTOGRAM_COUNTS("History.InMemoryDBItemCount", db_.GetLastChangeCount());
117 db_.GetLastChangeCount());
131 db_.GetLastChangeCount());
H A Dtop_sites_database.cc152 if (db->GetLastChangeCount() > 0)
160 if (db->GetLastChangeCount() > 0)
H A Dhistory_database.cc245 DCHECK(db_.GetLastChangeCount() == 1);
/external/chromium_org/webkit/browser/database/
H A Ddatabases_table.cc96 return (update_statement.Run() && db_->GetLastChangeCount());
107 return (delete_statement.Run() && db_->GetLastChangeCount());
147 return (delete_statement.Run() && db_->GetLastChangeCount());
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Ddatabase_string_table.cc61 if (connection->GetLastChangeCount() == 1) {
H A Dcounting_policy.cc782 if (db->GetLastChangeCount() > 0)
789 if (db->GetLastChangeCount() > 0)
/external/chromium_org/chrome/browser/predictors/
H A Dautocomplete_action_predictor_table.cc173 DCHECK_GT(DB()->GetLastChangeCount(), 0);
/external/chromium_org/sql/
H A Dconnection.h380 int GetLastChangeCount() const;
H A Drecovery.cc486 *rows_recovered = db()->GetLastChangeCount();
H A Dconnection.cc831 int Connection::GetLastChangeCount() const { function in class:sql::Connection
/external/chromium_org/sql/test/
H A Dtest_helpers.cc148 if (db.GetLastChangeCount() == 0)
/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_table.cc972 DCHECK_GT(db_->GetLastChangeCount(), 0);
992 DCHECK_GT(db_->GetLastChangeCount(), 0) << "Expected item in trash";
1042 DCHECK_GT(db_->GetLastChangeCount(), 0);
1105 DCHECK_GT(db_->GetLastChangeCount(), 0);
/external/chromium_org/sync/syncable/
H A Ddirectory_backing_store.cc275 DCHECK_EQ(db_->GetLastChangeCount(), 1);
302 DCHECK_EQ(db_->GetLastChangeCount(), 1);
/external/chromium_org/webkit/browser/appcache/
H A Dappcache_database.cc406 return statement.Run() && db_->GetLastChangeCount();
655 return statement.Run() && db_->GetLastChangeCount();
/external/chromium_org/components/password_manager/core/browser/
H A Dlogin_database.cc392 if (db_.GetLastChangeCount())

Completed in 2908 milliseconds