Searched refs:m_download (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/Downloads/cfnet/
H A DDownloadCFNet.cpp59 ASSERT(!m_download);
66 m_download.adoptCF(CFURLDownloadCreate(0, cfRequest, &client));
69 CFURLDownloadSetDeletesUponFailure(m_download.get(), false);
71 CFURLDownloadScheduleWithCurrentMessageQueue(m_download.get());
72 CFURLDownloadScheduleDownloadWithRunLoop(m_download.get(), loaderRunLoop(), kCFRunLoopDefaultMode);
74 CFURLDownloadStart(m_download.get());
79 ASSERT(!m_download);
89 m_download.adoptCF(CFURLDownloadCreateAndStartWithLoadingConnection(0, connection, initialRequest.cfURLRequest(), response.cfURLResponse(), &client));
93 if (!m_download)
105 ASSERT(m_download);
[all...]
/external/webkit/Source/WebKit/win/
H A DWebDownloadCFNet.cpp87 m_download.adoptCF(CFURLDownloadCreateAndStartWithLoadingConnection(0, connection, request.cfURLRequest(), response.cfURLResponse(), &client));
91 if (!m_download) {
116 m_download.adoptCF(CFURLDownloadCreate(0, cfRequest, &client));
118 CFURLDownloadScheduleWithCurrentMessageQueue(m_download.get());
119 CFURLDownloadScheduleDownloadWithRunLoop(m_download.get(), loaderRunLoop(), kCFRunLoopDefaultMode);
147 m_download.adoptCF(CFURLDownloadCreate(0, cfRequest.get(), &client));
151 if (!m_download) {
156 CFURLDownloadScheduleWithCurrentMessageQueue(m_download.get());
157 CFURLDownloadScheduleDownloadWithRunLoop(m_download.get(), loaderRunLoop(), kCFRunLoopDefaultMode);
186 m_download
[all...]
H A DWebDownload.h130 RetainPtr<CFURLDownloadRef> m_download; member in class:WebDownload
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitdownload.cpp73 WebKitDownload* m_download; member in class:DownloadClient
921 : m_download(download)
927 webkit_download_set_response(m_download, response);
932 webkit_download_received_data(m_download, data, length);
937 webkit_download_finished_loading(m_download);
942 webkit_download_error(m_download, error);
/external/webkit/Source/WebKit2/WebProcess/Downloads/
H A DDownload.h120 RetainPtr<CFURLDownloadRef> m_download; member in class:WebKit::Download

Completed in 151 milliseconds