Searched refs:urlsToNotify (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/loader/icon/
H A DIconDatabase.cpp1292 Vector<String> urlsToNotify; local
1326 urlsToNotify.append(urls[i]);
1331 LOG(IconDatabase, "Notifying %lu interested page URLs that their icon URL is known due to the import", static_cast<unsigned long>(urlsToNotify.size()));
1333 for (unsigned i = 0; i < urlsToNotify.size(); ++i) {
1334 LOG(IconDatabase, "Notifying icon info known for pageURL %s", urlsToNotify[i].ascii().data());
1335 dispatchDidImportIconURLForPageURLOnMainThread(urlsToNotify[i]);
1476 HashSet<String> urlsToNotify; local
1514 urlsToNotify.add(*iter);
1518 if (urlsToNotify.size() == m_pageURLsInterestedInIcons.size())
1523 if (urlsToNotify
[all...]

Completed in 403 milliseconds