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

  /external/chromium/chrome/browser/history/
archived_database.h 25 class ArchivedDatabase : public URLDatabase,
29 ArchivedDatabase();
30 virtual ~ArchivedDatabase();
59 DISALLOW_COPY_AND_ASSIGN(ArchivedDatabase);
archived_database.cc 21 ArchivedDatabase::ArchivedDatabase() {
24 ArchivedDatabase::~ArchivedDatabase() {
27 bool ArchivedDatabase::Init(const FilePath& file_name) {
75 void ArchivedDatabase::BeginTransaction() {
79 void ArchivedDatabase::CommitTransaction() {
83 sql::Connection& ArchivedDatabase::GetDB() {
89 sql::InitStatus ArchivedDatabase::EnsureCurrentVersion() {
expire_history_backend.h 27 class ArchivedDatabase;
75 ArchivedDatabase* archived_db,
254 ArchivedDatabase* archived_db_; // Old history.
history_backend.h 534 scoped_ptr<ArchivedDatabase> archived_db_;
expire_history_backend_unittest.cc 110 scoped_ptr<ArchivedDatabase> archived_db_;
136 archived_db_.reset(new ArchivedDatabase);
    [all...]
expire_history_backend.cc 179 ArchivedDatabase* archived_db,
history_backend.cc 49 ArchivedDatabase (stores history older than 3 months)
61 the ArchivedDatabase and deleting)
611 archived_db_.reset(new ArchivedDatabase());
    [all...]

Completed in 165 milliseconds