HomeSort by relevance Sort by last modified time
    Searched defs:HistoryDatabase (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/history/
history_database.h 34 class HistoryDatabase : public DownloadDatabase,
36 // stack for migration. Then HistoryDatabase would directly descend from
46 explicit TransactionScoper(HistoryDatabase* db) : db_(db) {
53 HistoryDatabase* db_;
59 HistoryDatabase();
61 virtual ~HistoryDatabase();
179 DISALLOW_COPY_AND_ASSIGN(HistoryDatabase);
history_database.cc 62 HistoryDatabase::HistoryDatabase()
66 HistoryDatabase::~HistoryDatabase() {
69 sql::InitStatus HistoryDatabase::Init(const FilePath& history_name,
132 void HistoryDatabase::BeginExclusiveMode() {
139 int HistoryDatabase::GetCurrentVersion() {
143 void HistoryDatabase::BeginTransaction() {
147 void HistoryDatabase::CommitTransaction() {
151 bool HistoryDatabase::RecreateAllTablesButURL()
    [all...]

Completed in 33 milliseconds