HomeSort by relevance Sort by last modified time
    Searched defs:ArchivedDatabase (Results 1 - 2 of 2) 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() {

Completed in 23 milliseconds