/external/chromium_org/chrome/browser/history/ |
history_unittest.cc | 16 // directly from the HistoryDatabase. This is because the backend generally 122 // Creates the HistoryBackend and HistoryDatabase on the current thread, 216 HistoryDatabase* db_; // Cached reference to the backend's database. 310 // Re-open the db using the HistoryDatabase, which should migrate from version 321 int cur_version = HistoryDatabase::GetCurrentVersion(); 391 // Re-open the db using the HistoryDatabase, which should migrate from version 402 int cur_version = HistoryDatabase::GetCurrentVersion(); 483 // Re-open the db using the HistoryDatabase, which should migrate to version 492 int cur_version = HistoryDatabase::GetCurrentVersion(); 545 // Re-open the db using the HistoryDatabase, which should migrate to versio [all...] |
history_backend.h | 389 // was SOURCE_BROWSED. Returns false if there is no HistoryDatabase.. 457 HistoryDatabase* db() const { return db_.get(); } [all...] |
url_index_private_data.cc | 88 history::HistoryDatabase* db) OVERRIDE; 118 HistoryDatabase* db) { 432 HistoryDatabase* history_db, 684 HistoryDatabase* history_db, [all...] |
expire_history_backend_unittest.cc | 107 scoped_ptr<HistoryDatabase> main_db_; 127 main_db_.reset(new HistoryDatabase);
|
history_browsertest.cc | 47 history::HistoryDatabase* db) OVERRIDE {
|
history_service.h | 66 class HistoryDatabase; [all...] |
history_backend.cc | 58 HistoryDatabase (stores past 3 months of history) 567 db_.reset(new HistoryDatabase()); [all...] |
in_memory_url_index_unittest.cc | 134 HistoryDatabase* history_database_; [all...] |
top_sites_impl_unittest.cc | 38 HistoryDatabase* db) OVERRIDE { [all...] |
history_backend_unittest.cc | [all...] |
/external/chromium_org/chrome/browser/webdata/ |
keyword_table.cc | 109 history::HistoryDatabase::GURLToDatabaseURL(data.favicon_url) : 114 history::HistoryDatabase::GURLToDatabaseURL(data.originating_url) :
|
/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 | 155 HistoryDatabase* history_db, 216 HistoryDatabase* history_db, [all...] |
android_provider_backend_unittest.cc | 197 HistoryDatabase history_db_; [all...] |
/external/chromium_org/chrome/browser/prerender/ |
prerender_local_predictor.cc | 178 history::HistoryDatabase* db) OVERRIDE { 194 void DoURLLookup(history::HistoryDatabase* db, 219 history::HistoryDatabase* db) OVERRIDE { [all...] |
/external/chromium_org/chrome/browser/sync/test/integration/ |
bookmarks_helper.cc | 48 history::HistoryDatabase* db) OVERRIDE {
|
/external/chromium_org/chrome/browser/ui/search/ |
instant_extended_interactive_uitest.cc | 96 history::HistoryDatabase* db) OVERRIDE { [all...] |
/external/chromium_org/chrome/test/base/ |
testing_profile.cc | 119 history::HistoryDatabase* db) OVERRIDE { [all...] |