HomeSort by relevance Sort by last modified time
    Searched full:history_db (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/history/
thumbnail_database_unittest.cc 409 HistoryDatabase history_db; local
410 ASSERT_TRUE(history_db.db_.Open(history_db_name_));
411 history_db.BeginTransaction();
417 ASSERT_EQ(sql::INIT_OK, db.Init(thumbnail_db_name_, NULL, &history_db));
in_memory_url_index.h 111 bool Init(URLDatabase* history_db, const std::string& languages);
115 // index from |history_db|.
116 bool ReloadFromHistory(URLDatabase* history_db, bool clear_cache);
in_memory_url_index.cc 151 bool InMemoryURLIndex::Init(history::URLDatabase* history_db,
155 return ReloadFromHistory(history_db, false);
197 bool InMemoryURLIndex::ReloadFromHistory(history::URLDatabase* history_db,
201 if (!history_db)
208 if (!history_db->InitURLEnumeratorForSignificant(&history_enum))
    [all...]

Completed in 374 milliseconds