/external/chromium_org/chrome/browser/history/ |
history_unittest.cc | 16 // directly from the HistoryDatabase. This is because the backend generally 123 // Creates the HistoryBackend and HistoryDatabase on the current thread, 217 HistoryDatabase* db_; // Cached reference to the backend's database. 311 // Re-open the db using the HistoryDatabase, which should migrate from version 322 int cur_version = HistoryDatabase::GetCurrentVersion(); 392 // Re-open the db using the HistoryDatabase, which should migrate from version 403 int cur_version = HistoryDatabase::GetCurrentVersion(); 484 // Re-open the db using the HistoryDatabase, which should migrate to version 493 int cur_version = HistoryDatabase::GetCurrentVersion(); 546 // Re-open the db using the HistoryDatabase, which should migrate to versio [all...] |
url_index_private_data.cc | 88 history::HistoryDatabase* db) OVERRIDE; 118 HistoryDatabase* db) { 439 HistoryDatabase* history_db, 687 HistoryDatabase* history_db, [all...] |
expire_history_backend_unittest.cc | 104 scoped_ptr<HistoryDatabase> main_db_; 124 main_db_.reset(new HistoryDatabase);
|
history_browsertest.cc | 47 history::HistoryDatabase* db) OVERRIDE {
|
history_service.h | 64 class HistoryDatabase; [all...] |
history_backend.cc | 60 HistoryDatabase (stores past 3 months of history) 192 HistoryDatabase* db) { 614 db_.reset(new HistoryDatabase()); [all...] |
in_memory_url_index_unittest.cc | 137 HistoryDatabase* history_database_; [all...] |
top_sites_impl_unittest.cc | 80 HistoryDatabase* db) OVERRIDE { [all...] |
history_backend_unittest.cc | [all...] |
/external/chromium_org/chrome/browser/history/android/ |
bookmark_model_sql_handler_unittest.cc | 76 HistoryDatabase history_db_;
|
urls_sql_handler_unittest.cc | 43 HistoryDatabase history_db_;
|
visit_sql_handler_unittest.cc | 43 HistoryDatabase history_db_;
|
android_provider_backend.cc | 126 HistoryDatabase* history_db, 187 HistoryDatabase* history_db, [all...] |
android_provider_backend_unittest.cc | 204 HistoryDatabase history_db_; [all...] |
/external/chromium_org/chrome/browser/prerender/ |
prerender_local_predictor.cc | 179 history::HistoryDatabase* db) OVERRIDE { 195 void DoURLLookup(history::HistoryDatabase* db, 220 history::HistoryDatabase* db) OVERRIDE { [all...] |
/external/chromium_org/chrome/browser/sync/test/integration/ |
bookmarks_helper.cc | 53 history::HistoryDatabase* db) OVERRIDE {
|
/external/chromium_org/chrome/browser/ui/search/ |
instant_extended_interactive_uitest.cc | 94 history::HistoryDatabase* db) OVERRIDE { [all...] |
/external/chromium_org/chrome/test/base/ |
testing_profile.cc | 133 history::HistoryDatabase* db) OVERRIDE { [all...] |
/external/chromium_org/chrome/browser/predictors/ |
resource_prefetch_predictor.cc | 121 history::HistoryDatabase* db) OVERRIDE { [all...] |