HomeSort by relevance Sort by last modified time
    Searched defs:favicon_urls (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/favicon/
favicon_tab_helper.h 61 const std::vector<content::FaviconURL>& favicon_urls() const { function in class:FaviconTabHelper
favicon_tab_helper.cc 249 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/
history_notifications.h 69 std::set<GURL> favicon_urls; member in struct:history::URLsDeletedDetails
  /external/chromium_org/chrome/browser/extensions/
favicon_downloader_unittest.cc 105 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.push_back(content::FaviconURL
    [all...]

Completed in 130 milliseconds