HomeSort by relevance Sort by last modified time
    Searched refs:m_download (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebKit/win/
WebDownloadCFNet.cpp 88 m_download.adoptCF(CFURLDownloadCreateAndStartWithLoadingConnection(0, connection, request.cfURLRequest(), response.cfURLResponse(), &client));
92 if (!m_download) {
117 m_download.adoptCF(CFURLDownloadCreate(0, cfRequest, &client));
119 CFURLDownloadScheduleWithCurrentMessageQueue(m_download.get());
120 CFURLDownloadScheduleDownloadWithRunLoop(m_download.get(), loaderRunLoop(), kCFRunLoopDefaultMode);
148 m_download.adoptCF(CFURLDownloadCreate(0, cfRequest.get(), &client));
152 if (!m_download) {
157 CFURLDownloadScheduleWithCurrentMessageQueue(m_download.get());
158 CFURLDownloadScheduleDownloadWithRunLoop(m_download.get(), loaderRunLoop(), kCFRunLoopDefaultMode);
187 m_download.adoptCF(CFURLDownloadCreateWithResumeData(0, resumeData.get(), pathURL.get(), &client))
    [all...]
WebDownload.h 135 RetainPtr<CFURLDownloadRef> m_download; member in class:WebDownload
  /external/webkit/WebKit/gtk/webkit/
webkitdownload.cpp 65 WebKitDownload* m_download; member in class:DownloadClient
906 : m_download(download)
912 webkit_download_set_response(m_download, response);
917 webkit_download_received_data(m_download, data, length);
922 webkit_download_finished_loading(m_download);
927 webkit_download_error(m_download, error);

Completed in 182 milliseconds