Searched defs:favicon_urls (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/favicon/
H A Dfavicon_tab_helper.h61 const std::vector<content::FaviconURL>& favicon_urls() const { function in class:FaviconTabHelper
H A Dfavicon_tab_helper.cc249 std::vector<favicon::FaviconURL> favicon_urls; local
252 favicon_urls.push_back(
257 favicon_handler_->OnUpdateFaviconURL(favicon_urls);
259 touch_icon_handler_->OnUpdateFaviconURL(favicon_urls);
/external/chromium_org/chrome/browser/history/
H A Dhistory_notifications.h69 std::set<GURL> favicon_urls; member in struct:history::URLsDeletedDetails
/external/chromium_org/chrome/browser/extensions/
H A Dfavicon_downloader.cc53 // If favicon_urls() is empty, we are guaranteed that DidUpdateFaviconURLs has
55 return favicon_tab_helper ? favicon_tab_helper->favicon_urls()
60 const std::vector<content::FaviconURL>& favicon_urls) {
63 favicon_urls.begin();
64 it != favicon_urls.end(); ++it) {
59 FetchIcons( const std::vector<content::FaviconURL>& favicon_urls) argument
H A Dfavicon_downloader_unittest.cc105 std::vector<content::FaviconURL> favicon_urls; local
106 favicon_urls.push_back(content::FaviconURL(
108 downloader.set_initial_favicon_urls(favicon_urls);
115 downloader.CompleteImageDownload(0, favicon_urls[0].icon_url, sizes);
126 std::vector<content::FaviconURL> favicon_urls; local
127 favicon_urls.push_back(content::FaviconURL(
135 downloader.UpdateFaviconURLs(favicon_urls);
139 downloader.CompleteImageDownload(0, favicon_urls[0].icon_url, sizes);
158 std::vector<content::FaviconURL> favicon_urls; local
159 favicon_urls
[all...]
/external/chromium_org/chrome/browser/sync/glue/
H A Dfavicon_cache.cc586 DeleteSyncedFavicons(deleted_details->favicon_urls);
964 void FaviconCache::DeleteSyncedFavicons(const std::set<GURL>& favicon_urls) { argument
966 for (std::set<GURL>::const_iterator iter = favicon_urls.begin();
967 iter != favicon_urls.end(); ++iter) {

Completed in 149 milliseconds