Home
last modified time | relevance | path

Searched refs:DownloadRequest (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/
Dfavicon_helper.h145 struct DownloadRequest { struct
146 DownloadRequest();
148 DownloadRequest(const GURL& url,
240 typedef std::map<int, DownloadRequest> DownloadRequests;
Dfavicon_helper.cc52 FaviconHelper::DownloadRequest::DownloadRequest() in DownloadRequest() function in FaviconHelper::DownloadRequest
57 FaviconHelper::DownloadRequest::DownloadRequest(const GURL& url, in DownloadRequest() function in FaviconHelper::DownloadRequest
430 DownloadRequest(url, image_url, callback, icon_type); in ScheduleDownload()
/external/webkit/Source/WebKit2/WebProcess/
DWebProcess.messages.in59DownloadRequest(uint64_t downloadID, uint64_t initiatingPageID, WebCore::ResourceRequest request)
/external/chromium/chrome/browser/history/
Dhistory.h599 template<typename Info, typename Callback> friend class DownloadRequest; variable
/external/webkit/Source/WebKit2/UIProcess/
DWebContext.cpp377 …process()->send(Messages::WebProcess::DownloadRequest(download->downloadID(), initiatingPageID, re… in download()
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-169749 Send a DownloadRequest message to the web process.
9775 Add DownloadRequest message.