Searched defs:DownloadRequest (Results 1 – 3 of 3) sorted by relevance
145 struct DownloadRequest { struct153 GURL url;154 GURL image_url;155 ImageDownloadCallback* callback;156 history::IconType icon_type;
52 FaviconHelper::DownloadRequest::DownloadRequest() in DownloadRequest() function in FaviconHelper::DownloadRequest57 FaviconHelper::DownloadRequest::DownloadRequest(const GURL& url, in DownloadRequest() function in FaviconHelper::DownloadRequest
599 template<typename Info, typename Callback> friend class DownloadRequest; variable