TopSitesDatabase   20 chrome/browser/history/top_sites_backend.cc     : db_(new TopSitesDatabase()) {
TopSitesDatabase  135 chrome/browser/history/top_sites_backend.cc   db_.reset(new TopSitesDatabase());
TopSitesDatabase   21 chrome/browser/history/top_sites_backend.h class TopSitesDatabase;
TopSitesDatabase   90 chrome/browser/history/top_sites_backend.h   scoped_ptr<TopSitesDatabase> db_;
TopSitesDatabase  349 chrome/browser/history/top_sites_database.cc const int TopSitesDatabase::kRankOfForcedURL = -1;
TopSitesDatabase  352 chrome/browser/history/top_sites_database.cc const int TopSitesDatabase::kRankOfNonExistingURL = -2;
TopSitesDatabase  354 chrome/browser/history/top_sites_database.cc TopSitesDatabase::TopSitesDatabase() {
TopSitesDatabase  357 chrome/browser/history/top_sites_database.cc TopSitesDatabase::~TopSitesDatabase() {
TopSitesDatabase  360 chrome/browser/history/top_sites_database.cc bool TopSitesDatabase::Init(const base::FilePath& db_name) {
TopSitesDatabase  376 chrome/browser/history/top_sites_database.cc bool TopSitesDatabase::InitImpl(const base::FilePath& db_name) {
TopSitesDatabase  426 chrome/browser/history/top_sites_database.cc bool TopSitesDatabase::UpgradeToVersion3() {
TopSitesDatabase  437 chrome/browser/history/top_sites_database.cc void TopSitesDatabase::GetPageThumbnails(MostVisitedURLList* urls,
TopSitesDatabase  481 chrome/browser/history/top_sites_database.cc void TopSitesDatabase::SetPageThumbnail(const MostVisitedURL& url,
TopSitesDatabase  498 chrome/browser/history/top_sites_database.cc bool TopSitesDatabase::UpdatePageThumbnail(
TopSitesDatabase  525 chrome/browser/history/top_sites_database.cc void TopSitesDatabase::AddPageThumbnail(const MostVisitedURL& url,
TopSitesDatabase  561 chrome/browser/history/top_sites_database.cc void TopSitesDatabase::UpdatePageRank(const MostVisitedURL& url,
TopSitesDatabase  574 chrome/browser/history/top_sites_database.cc void TopSitesDatabase::UpdatePageRankNoTransaction(
TopSitesDatabase  653 chrome/browser/history/top_sites_database.cc bool TopSitesDatabase::GetPageThumbnail(const GURL& url,
TopSitesDatabase  674 chrome/browser/history/top_sites_database.cc int TopSitesDatabase::GetURLRank(const MostVisitedURL& url) {
TopSitesDatabase  687 chrome/browser/history/top_sites_database.cc bool TopSitesDatabase::RemoveURL(const MostVisitedURL& url) {
TopSitesDatabase  718 chrome/browser/history/top_sites_database.cc sql::Connection* TopSitesDatabase::CreateDB(const base::FilePath& db_name) {
TopSitesDatabase   26 chrome/browser/history/top_sites_database.h class TopSitesDatabase {
TopSitesDatabase   28 chrome/browser/history/top_sites_database.h   TopSitesDatabase();
TopSitesDatabase   29 chrome/browser/history/top_sites_database.h   ~TopSitesDatabase();
TopSitesDatabase  106 chrome/browser/history/top_sites_database.h   DISALLOW_COPY_AND_ASSIGN(TopSitesDatabase);
TopSitesDatabase   93 chrome/browser/history/top_sites_database_unittest.cc   TopSitesDatabase db;
TopSitesDatabase  102 chrome/browser/history/top_sites_database_unittest.cc   TopSitesDatabase db;
TopSitesDatabase  129 chrome/browser/history/top_sites_database_unittest.cc   TopSitesDatabase db;
TopSitesDatabase  181 chrome/browser/history/top_sites_database_unittest.cc     TopSitesDatabase db;
TopSitesDatabase  217 chrome/browser/history/top_sites_database_unittest.cc     TopSitesDatabase db;
TopSitesDatabase  265 chrome/browser/history/top_sites_database_unittest.cc     TopSitesDatabase db;
TopSitesDatabase  311 chrome/browser/history/top_sites_database_unittest.cc     TopSitesDatabase db;
TopSitesDatabase  321 chrome/browser/history/top_sites_database_unittest.cc       EXPECT_EQ(TopSitesDatabase::kRankOfNonExistingURL,
TopSitesDatabase  338 chrome/browser/history/top_sites_database_unittest.cc     TopSitesDatabase db;
TopSitesDatabase  342 chrome/browser/history/top_sites_database_unittest.cc     EXPECT_EQ(TopSitesDatabase::kRankOfNonExistingURL,
TopSitesDatabase  358 chrome/browser/history/top_sites_database_unittest.cc   TopSitesDatabase db;
TopSitesDatabase  378 chrome/browser/history/top_sites_database_unittest.cc   db.SetPageThumbnail(url2, TopSitesDatabase::kRankOfForcedURL, Images());
TopSitesDatabase  391 chrome/browser/history/top_sites_database_unittest.cc   db.SetPageThumbnail(url3, TopSitesDatabase::kRankOfForcedURL, Images());
TopSitesDatabase  403 chrome/browser/history/top_sites_database_unittest.cc   db.SetPageThumbnail(url3, TopSitesDatabase::kRankOfForcedURL, Images());
TopSitesDatabase  415 chrome/browser/history/top_sites_database_unittest.cc   db.UpdatePageRank(url1, TopSitesDatabase::kRankOfForcedURL);