HomeSort by relevance Sort by last modified time
    Searched refs:InMemoryDatabase (Results 1 - 25 of 30) sorted by null

1 2

  /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() {
in_memory_history_backend.h 32 class InMemoryDatabase;
64 InMemoryDatabase* db() const {
93 scoped_ptr<InMemoryDatabase> db_;
in_memory_history_backend.cc 42 db_.reset(new InMemoryDatabase);
147 db_.reset(new InMemoryDatabase);
history.h 157 history::URLDatabase* InMemoryDatabase();
    [all...]
history.cc 217 history::URLDatabase* HistoryService::InMemoryDatabase() {
  /external/chromium_org/chrome/browser/history/
in_memory_database.h 21 class InMemoryDatabase : public URLDatabase {
23 InMemoryDatabase();
24 virtual ~InMemoryDatabase();
46 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 base::FilePath& history_name) {
147 sql::Connection& InMemoryDatabase::GetDB() {
in_memory_history_backend.h 33 class InMemoryDatabase;
47 // InMemoryDatabase.
58 InMemoryDatabase* db() const {
84 scoped_ptr<InMemoryDatabase> db_;
in_memory_history_backend.cc 32 db_.reset(new InMemoryDatabase);
132 db_.reset(new InMemoryDatabase);
history_service.h 147 history::URLDatabase* InMemoryDatabase();
    [all...]
  /external/chromium/chrome/browser/autocomplete/
extension_app_provider_unittest.cc 56 history::URLDatabase* url_db = history_service_->InMemoryDatabase();
63 // Populate the InMemoryDatabase.
extension_app_provider.cc 162 history_service->InMemoryDatabase() : NULL;
history_quick_provider_unittest.cc 129 history::URLDatabase* db = history_service_->InMemoryDatabase();
history_url_provider.cc 623 history::URLDatabase* url_db = history_service->InMemoryDatabase();
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
extension_app_provider_unittest.cc 65 history::URLDatabase* url_db = history_service_->InMemoryDatabase();
76 // Populate the InMemoryDatabase.
extension_app_provider.cc 214 history_service->InMemoryDatabase() : NULL;
history_quick_provider.cc 144 history::URLDatabase* url_db = history_service->InMemoryDatabase();
  /external/chromium_org/chrome/browser/predictors/
autocomplete_action_predictor_unittest.cc 134 history::URLDatabase* url_db = history->InMemoryDatabase();
197 history::URLDatabase* url_db = history_service->InMemoryDatabase();
autocomplete_action_predictor.cc 85 history_service->InMemoryDatabase();
469 history::URLDatabase* url_db = service->InMemoryDatabase();
  /external/chromium_org/chrome/browser/ui/webui/omnibox/
omnibox_ui_handler.cc 166 history::URLDatabase* url_db = history_service->InMemoryDatabase();
  /external/chromium/chrome/browser/bookmarks/
bookmark_index.cc 116 history_service->InMemoryDatabase() : NULL;
bookmark_index_unittest.cc 240 history::URLDatabase* url_db = history_service->InMemoryDatabase();
257 // Populate the InMemoryDatabase....
264 // Check that the InMemoryDatabase stored the URLs properly.
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_index.cc 120 history_service->InMemoryDatabase() : NULL;
bookmark_index_unittest.cc 249 history::URLDatabase* url_db = history_service->InMemoryDatabase();
266 // Populate the InMemoryDatabase....
273 // Check that the InMemoryDatabase stored the URLs properly.

Completed in 524 milliseconds

1 2