Home | History | Annotate | Download | only in win

Lines Matching refs:WebDownload

41 #include "WebDownload.h"
1836 // into the WebDownload - which may or may not decide to use a DefaultDownloadDelegate
1842 // Its the delegate's job to ref the WebDownload to keep it alive - otherwise it will be destroyed
1844 COMPtr<WebDownload> download;
1845 download.adoptRef(WebDownload::createInstance(handle, request, response, downloadDelegate.get()));