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

/external/chromium_org/components/history/core/browser/
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 base::FilePath& history_name) {
147 sql::Connection& InMemoryDatabase::GetDB() {
H A Din_memory_database.h21 class InMemoryDatabase : public URLDatabase { class in namespace:history
23 InMemoryDatabase();
24 virtual ~InMemoryDatabase();
46 DISALLOW_COPY_AND_ASSIGN(InMemoryDatabase);
/external/chromium_org/chrome/browser/autocomplete/
H A Dchrome_autocomplete_provider_client.cc68 history::URLDatabase* ChromeAutocompleteProviderClient::InMemoryDatabase() { function in class:ChromeAutocompleteProviderClient
71 return history_service ? history_service->InMemoryDatabase() : NULL;
/external/chromium_org/chrome/browser/history/
H A Dhistory_service.cc250 history::URLDatabase* HistoryService::InMemoryDatabase() { function in class:HistoryService
1220 history::URLDatabase* db = InMemoryDatabase();

Completed in 110 milliseconds