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

  /external/chromium/chrome/browser/history/
in_memory_database.h 20 class InMemoryDatabase : public URLDatabase {
22 InMemoryDatabase();
23 virtual ~InMemoryDatabase();
45 DISALLOW_COPY_AND_ASSIGN(InMemoryDatabase);
in_memory_database.cc 16 InMemoryDatabase::InMemoryDatabase() : URLDatabase() {
19 InMemoryDatabase::~InMemoryDatabase() {
22 bool InMemoryDatabase::InitDB() {
54 bool InMemoryDatabase::InitFromScratch() {
65 bool InMemoryDatabase::InitFromDisk(const FilePath& history_name) {
142 sql::Connection& InMemoryDatabase::GetDB() {
history.cc 217 history::URLDatabase* HistoryService::InMemoryDatabase() {

Completed in 100 milliseconds