/external/chromium_org/chrome/browser/favicon/ |
favicon_service.cc | 103 std::vector<GURL> icon_urls; local 104 icon_urls.push_back(icon_url); 106 icon_urls, 131 std::vector<GURL> icon_urls; local 132 icon_urls.push_back(icon_url); 137 icon_urls, icon_type, desired_sizes_in_pixel, callback_runner, tracker); 149 std::vector<GURL> icon_urls; local 150 icon_urls.push_back(icon_url); 152 icon_urls, 164 const std::vector<GURL>& icon_urls, [all...] |
favicon_service.h | 100 // Sample |icon_urls|: 104 // The new mappings are computed from |icon_urls| with these rules: 105 // 1) Any urls in |icon_urls| which are not already known to the database are 120 const std::vector<GURL>& icon_urls,
|
favicon_handler.cc | 491 std::vector<GURL> icon_urls; local 492 icon_urls.push_back(icon_url); 494 page_url, icon_urls, icon_type, preferred_icon_size(), callback, tracker);
|
/external/chromium_org/components/favicon_base/ |
favicon_types.h | 40 // TODO(pkotwicz): Return multiple |icon_urls| to allow |image| to have
|
/external/chromium_org/chrome/browser/history/ |
history_service.cc | 548 const std::vector<GURL>& icon_urls, 562 icon_urls, 636 const std::vector<GURL>& icon_urls, 651 icon_urls, [all...] |
history_service.h | 657 const std::vector<GURL>& icon_urls, 709 // Sample |icon_urls|: 713 // The new mappings are computed from |icon_urls| with these rules: 714 // 1) Any urls in |icon_urls| which are not already known to the database are [all...] |
history_backend_unittest.cc | 381 // Generates |favicon_bitmap_data| with entries for the icon_urls and sizes 1778 std::vector<GURL> icon_urls; local 1856 std::vector<GURL> icon_urls; local 2344 std::vector<GURL> icon_urls; local [all...] |
history_backend.h | 224 const std::vector<GURL>& icon_urls, 248 const std::vector<GURL>& icon_urls, 648 // redirects) are set to the subset of |icon_urls| for which icons are 656 const std::vector<GURL>& icon_urls, [all...] |
history_backend.cc | [all...] |
/external/chromium_org/content/renderer/ |
render_view_impl.cc | 4002 WebVector<WebIconURL> icon_urls = local [all...] |