Searched refs:GetIconMappingsForPageURL (Results 1 – 6 of 6) sorted by relevance
/external/chromium/chrome/browser/history/ |
D | thumbnail_database_unittest.cc | 155 EXPECT_TRUE(db.GetIconMappingsForPageURL(url, &icon_mapping)); in TEST_F() 176 EXPECT_TRUE(db.GetIconMappingsForPageURL(url, &icon_mapping)); in TEST_F() 186 EXPECT_TRUE(db.GetIconMappingsForPageURL(url, &icon_mapping)); in TEST_F() 213 EXPECT_TRUE(db.GetIconMappingsForPageURL(url, &icon_mapping)); in TEST_F() 220 EXPECT_FALSE(db.GetIconMappingsForPageURL(url, NULL)); in TEST_F() 224 TEST_F(ThumbnailDatabaseTest, GetIconMappingsForPageURL) { in TEST_F() argument 245 EXPECT_TRUE(db.GetIconMappingsForPageURL(url, &icon_mapping)); in TEST_F() 330 EXPECT_TRUE(db.GetIconMappingsForPageURL(url, &icon_mapping)); in TEST_F() 345 EXPECT_TRUE(db.GetIconMappingsForPageURL(url, &icon_mapping)); in TEST_F() 359 EXPECT_TRUE(db.GetIconMappingsForPageURL(url, &icon_mapping)); in TEST_F() [all …]
|
D | thumbnail_database.h | 145 bool GetIconMappingsForPageURL(const GURL& page_url,
|
D | thumbnail_database.cc | 476 if (!GetIconMappingsForPageURL(page_url, &icon_mappings)) in GetIconMappingForPageURL() 491 bool ThumbnailDatabase::GetIconMappingsForPageURL( in GetIconMappingsForPageURL() function in history::ThumbnailDatabase
|
D | history_backend.cc | 1618 !thumbnail_db_->GetIconMappingsForPageURL(page_url, in SetFaviconOutOfDateForPage() 1747 if (thumbnail_db_->GetIconMappingsForPageURL(page_url, &icon_mappings) && in GetFaviconForURL() 1843 if (!thumbnail_db_->GetIconMappingsForPageURL(page_url, &icon_mappings)) { in AddOrUpdateIconMapping() 2176 if (!thumbnail_db_->GetIconMappingsForPageURL(i->url(), &icon_mappings)) in ClearAllThumbnailHistory()
|
D | history_backend_unittest.cc | 900 EXPECT_TRUE(backend_->thumbnail_db_->GetIconMappingsForPageURL( in TEST_F() 926 EXPECT_TRUE(backend_->thumbnail_db_->GetIconMappingsForPageURL( in TEST_F()
|
D | expire_history_backend.cc | 416 if (thumb_db_->GetIconMappingsForPageURL(url_row.url(), &icon_mappings)) { in DeleteOneURL()
|