Searched defs:InMemoryDatabase (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/history/
H A Din_memory_database.h20 class InMemoryDatabase : public URLDatabase { class in namespace:history
22 InMemoryDatabase();
23 virtual ~InMemoryDatabase();
45 DISALLOW_COPY_AND_ASSIGN(InMemoryDatabase);
H A Din_memory_database.cc16 InMemoryDatabase::InMemoryDatabase() : URLDatabase() { function in class:history::InMemoryDatabase
19 InMemoryDatabase::~InMemoryDatabase() {
22 bool InMemoryDatabase::InitDB() {
54 bool InMemoryDatabase::InitFromScratch() {
65 bool InMemoryDatabase::InitFromDisk(const FilePath& history_name) {
142 sql::Connection& InMemoryDatabase::GetDB() {
H A Dhistory.cc217 history::URLDatabase* HistoryService::InMemoryDatabase() { function in class:HistoryService

Completed in 78 milliseconds