Lines Matching defs:icons

183     LOG(IconDatabase, "Requesting background thread to remove all icons");
799 LOG(IconDatabase, "Notifying all DocumentLoaders that were waiting on a load decision for thier icons");
1366 // If we should remove all icons, do it now. This is an uninteruptible procedure that we will always do before quitting if it is requested
1386 // Prune unretained icons after the first time we sync anything out to the database
1421 // This is either removing all icons, or shutting down the thread to quit the app
1469 Vector<IconRecord*> icons;
1472 icons.appendRange(m_iconsPendingReading.begin(), m_iconsPendingReading.end());
1475 // Keep track of icons we actually read to notify them of the new icon
1478 for (unsigned i = 0; i < icons.size(); ++i) {
1480 RefPtr<SharedBuffer> imageData = getImageDataForIconURLFromSQLDatabase(icons[i]->iconURL());
1488 if (m_iconsPendingReading.contains(icons[i])) {
1490 icons[i]->setImageData(imageData.release());
1493 m_iconsPendingReading.remove(icons[i]);
1501 if (icons[i]->retainingPageURLs().size() > m_pageURLsInterestedInIcons.size()) {
1503 innerHash = &(icons[i]->retainingPageURLs());
1506 outerHash = &(icons[i]->retainingPageURLs());
1554 LOG(IconDatabase, "Done notifying %i pageURLs who just received their icons", urlsToNotify.size());
1691 // Deleting unreferenced icons from the Icon tables has to be atomic -
1700 LOG_ERROR("Failed to execute SQL to prune unretained icons from the on-disk IconData table");
1702 LOG_ERROR("Failed to execute SQL to prune unretained icons from the on-disk IconInfo table");
1736 LOG(IconDatabase, "Removing all icons on the sync thread");
1747 LOG(IconDatabase, "Dispatching notification that we removed all icons");
1779 // If the removeIcons flag is set, remove all icons from the db.
1783 // Sync remaining icons out