Searched defs:HistoryDatabase (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/history/
H A Dhistory_database.h41 class HistoryDatabase : public DownloadDatabase, class in namespace:history
54 explicit TransactionScoper(HistoryDatabase* db) : db_(db) {
61 HistoryDatabase* db_;
67 HistoryDatabase();
69 virtual ~HistoryDatabase();
192 DISALLOW_COPY_AND_ASSIGN(HistoryDatabase);
H A Dhistory_database.cc36 HistoryDatabase::HistoryDatabase() { function in class:history::HistoryDatabase
39 HistoryDatabase::~HistoryDatabase() {
42 sql::InitStatus HistoryDatabase::Init(const base::FilePath& history_name) {
104 void HistoryDatabase::ComputeDatabaseMetrics(
183 void HistoryDatabase::BeginExclusiveMode() {
190 int HistoryDatabase::GetCurrentVersion() {
194 void HistoryDatabase::BeginTransaction() {
198 void HistoryDatabase
[all...]

Completed in 90 milliseconds