Home
last modified time | relevance | path

Searched refs:InMemoryDatabase (Results 1 – 14 of 14) sorted by relevance

/external/chromium/chrome/browser/history/
Din_memory_database.cc16 InMemoryDatabase::InMemoryDatabase() : URLDatabase() { in InMemoryDatabase() function in history::InMemoryDatabase
19 InMemoryDatabase::~InMemoryDatabase() { in ~InMemoryDatabase()
22 bool InMemoryDatabase::InitDB() { in InitDB()
54 bool InMemoryDatabase::InitFromScratch() { in InitFromScratch()
65 bool InMemoryDatabase::InitFromDisk(const FilePath& history_name) { in InitFromDisk()
142 sql::Connection& InMemoryDatabase::GetDB() { in GetDB()
Din_memory_database.h20 class InMemoryDatabase : public URLDatabase {
22 InMemoryDatabase();
23 virtual ~InMemoryDatabase();
45 DISALLOW_COPY_AND_ASSIGN(InMemoryDatabase);
Din_memory_history_backend.h32 class InMemoryDatabase; variable
64 InMemoryDatabase* db() const { in db()
93 scoped_ptr<InMemoryDatabase> db_;
Din_memory_history_backend.cc42 db_.reset(new InMemoryDatabase); in Init()
147 db_.reset(new InMemoryDatabase); in OnURLsDeleted()
Dhistory.h157 history::URLDatabase* InMemoryDatabase();
Dhistory.cc217 history::URLDatabase* HistoryService::InMemoryDatabase() { in InMemoryDatabase() function in HistoryService
Din_memory_url_index_unittest.cc40 public InMemoryDatabase {
/external/chromium/chrome/browser/autocomplete/
Dextension_app_provider_unittest.cc56 history::URLDatabase* url_db = history_service_->InMemoryDatabase(); in SetUp()
Dextension_app_provider.cc162 history_service->InMemoryDatabase() : NULL; in CalculateRelevance()
Dhistory_quick_provider_unittest.cc129 history::URLDatabase* db = history_service_->InMemoryDatabase(); in FillData()
Dhistory_url_provider.cc623 history::URLDatabase* url_db = history_service->InMemoryDatabase(); in RunAutocompletePasses()
Dsearch_provider.cc295 history_service->InMemoryDatabase() : NULL; in DoHistoryQuery()
/external/chromium/chrome/browser/bookmarks/
Dbookmark_index.cc116 history_service->InMemoryDatabase() : NULL; in SortMatches()
Dbookmark_index_unittest.cc240 history::URLDatabase* url_db = history_service->InMemoryDatabase(); in TEST_F()