HomeSort by relevance Sort by last modified time
    Searched refs:icon_urls (Results 1 - 9 of 9) sorted by null

  /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,
128 std::vector<GURL> icon_urls; local
129 icon_urls.push_back(icon_url);
134 icon_urls, icon_type, desired_sizes_in_pixel, callback_runner, tracker);
146 std::vector<GURL> icon_urls; local
147 icon_urls.push_back(icon_url);
149 icon_urls,
238 const std::vector<GURL>& icon_urls,
    [all...]
favicon_service.h 131 // Sample |icon_urls|:
135 // The new mappings are computed from |icon_urls| with these rules:
136 // 1) Any urls in |icon_urls| which are not already known to the database are
151 const std::vector<GURL>& icon_urls,
favicon_handler.cc 490 std::vector<GURL> icon_urls; local
491 icon_urls.push_back(icon_url);
493 page_url, icon_urls, icon_type, preferred_icon_size(), callback, tracker);
  /external/chromium_org/chrome/browser/history/
history_backend.h 237 const std::vector<GURL>& icon_urls,
261 const std::vector<GURL>& icon_urls,
682 // redirects) are set to the subset of |icon_urls| for which icons are
690 const std::vector<GURL>& icon_urls,
    [all...]
history_service.h 609 const std::vector<GURL>& icon_urls,
661 // Sample |icon_urls|:
665 // The new mappings are computed from |icon_urls| with these rules:
666 // 1) Any urls in |icon_urls| which are not already known to the database are
679 const std::vector<GURL>& icon_urls,
    [all...]
history_service.cc 503 const std::vector<GURL>& icon_urls,
517 icon_urls,
591 const std::vector<GURL>& icon_urls,
606 icon_urls,
    [all...]
history_backend.cc     [all...]
history_backend_unittest.cc 1751 std::vector<GURL> icon_urls; local
1829 std::vector<GURL> icon_urls; local
2298 std::vector<GURL> icon_urls; local
    [all...]
  /external/chromium_org/content/renderer/
render_view_impl.cc 4200 WebVector<WebIconURL> icon_urls = local
    [all...]

Completed in 236 milliseconds