Home
last modified time | relevance | path

Searched defs:download (Results 1 – 23 of 23) sorted by relevance

/external/webkit/WebKit/win/
DDefaultDownloadDelegate.cpp107 … DefaultDownloadDelegate::decideDestinationWithSuggestedFilename(IWebDownload *download, BSTR file… in decideDestinationWithSuggestedFilename()
142 …LLTYPE DefaultDownloadDelegate::didCancelAuthenticationChallenge(IWebDownload* download, IWebURLAu… in didCancelAuthenticationChallenge()
149 HRESULT STDMETHODCALLTYPE DefaultDownloadDelegate::didCreateDestination(IWebDownload* download, BST… in didCreateDestination()
157 …LTYPE DefaultDownloadDelegate::didReceiveAuthenticationChallenge(IWebDownload* download, IWebURLAu… in didReceiveAuthenticationChallenge()
165 HRESULT STDMETHODCALLTYPE DefaultDownloadDelegate::didReceiveDataOfLength(IWebDownload* download, u… in didReceiveDataOfLength()
173 HRESULT STDMETHODCALLTYPE DefaultDownloadDelegate::didReceiveResponse(IWebDownload* download, IWebU… in didReceiveResponse()
181 …LLTYPE DefaultDownloadDelegate::shouldDecodeSourceDataOfMIMEType(IWebDownload* download, BSTR enco… in shouldDecodeSourceDataOfMIMEType()
190 HRESULT STDMETHODCALLTYPE DefaultDownloadDelegate::willResumeWithResponse(IWebDownload* download, I… in willResumeWithResponse()
199 HRESULT STDMETHODCALLTYPE DefaultDownloadDelegate::willSendRequest(IWebDownload* download, IWebMuta… in willSendRequest()
210 HRESULT STDMETHODCALLTYPE DefaultDownloadDelegate::didBegin(IWebDownload* download) in didBegin()
[all …]
DWebFramePolicyListener.cpp103 HRESULT STDMETHODCALLTYPE WebFramePolicyListener::download(void) in download() function in WebFramePolicyListener
DWebFrame.cpp1684 void WebFrame::download(ResourceHandle* handle, const ResourceRequest& request, const ResourceReque… in download() function in WebFrame
1699 COMPtr<WebDownload> download; in download() local
DWebView.cpp6035 …COMPtr<WebDownload> download(AdoptCOM, WebDownload::createInstance(url, m_downloadDelegate.get())); in downloadURL() local
/external/webkit/WebKit/gtk/webkit/
Dwebkitdownload.cpp112 WebKitDownload* download = WEBKIT_DOWNLOAD(object); in webkit_download_dispose() local
135 WebKitDownload* download = WEBKIT_DOWNLOAD(object); in webkit_download_finalize() local
163 WebKitDownload* download = WEBKIT_DOWNLOAD(object); in webkit_download_get_property() local
197 WebKitDownload* download = WEBKIT_DOWNLOAD(object); in webkit_download_set_property() local
378 static void webkit_download_init(WebKitDownload* download) in webkit_download_init()
414 …WebKitDownload* download = WEBKIT_DOWNLOAD(g_object_new(WEBKIT_TYPE_DOWNLOAD, "network-request", r… in webkit_download_new_with_handle() local
425 static gboolean webkit_download_open_stream_for_uri(WebKitDownload* download, const gchar* uri, gbo… in webkit_download_open_stream_for_uri()
450 static void webkit_download_close_stream(WebKitDownload* download) in webkit_download_close_stream()
468 void webkit_download_start(WebKitDownload* download) in webkit_download_start()
503 void webkit_download_cancel(WebKitDownload* download) in webkit_download_cancel()
[all …]
Dwebkitwebview.cpp2782 WebKitDownload* download; local
/external/webkit/WebKit/gtk/tests/
Dtestdownload.c35 WebKitDownload* download; in test_webkit_download_create() local
72 WebKitDownload* download = WEBKIT_DOWNLOAD(object); in notify_status_cb() local
88 WebKitDownload* download, in download_requested_cb()
/external/webkit/WebKit/mac/WebView/
DWebPolicyDelegate.mm117 {
/external/qemu/android/
Dandroid.h39 int download; member
/external/libnfc-nxp/Linux_x86/
DphDal4Nfc_link.h57 phDal4Nfc_link_download_CB_t download; member
/external/webkit/WebKitTools/Scripts/webkitpy/
Dautoinstall.py228 def download(self, url, stream): member in Cache
/external/webkit/WebKit/mac/WebCoreSupport/
DWebFrameLoaderClient.mm282 void WebFrameLoaderClient::download(ResourceHandle* handle, const ResourceRequest& request, const R… function
/external/quake/src/com/android/quake/
DDownloaderActivity.java599 private void download(Config config) throws DownloaderException, in download() method in DownloaderActivity.Downloader
868 private File download(String src, String dest) in download() method in DownloaderActivity.Downloader
/external/webkit/WebKit/wx/WebKitSupport/
DFrameLoaderClientWx.cpp672 void FrameLoaderClientWx::download(ResourceHandle*, const ResourceRequest&, const ResourceRequest&,… in download() function in WebCore::FrameLoaderClientWx
/external/webkit/WebKit/haiku/WebCoreSupport/
DFrameLoaderClientHaiku.cpp564 void FrameLoaderClientHaiku::download(ResourceHandle*, const ResourceRequest&, in download() function in WebCore::FrameLoaderClientHaiku
/external/quake/quake/src/QW/server/
Dserver.h171 FILE *download; // file being downloaded member
/external/webkit/WebKit/gtk/WebCoreSupport/
DFrameLoaderClientGtk.cpp1009 void FrameLoaderClient::download(ResourceHandle* handle, const ResourceRequest& request, const Reso… in download() function in WebKit::FrameLoaderClient
/external/webkit/WebKit/chromium/src/
DFrameLoaderClientImpl.cpp1314 void FrameLoaderClientImpl::download(ResourceHandle* handle, in download() function in WebKit::FrameLoaderClientImpl
/external/quake/quake/src/QW/client/
Dclient.h176 FILE *download; // file transfer from server member
/external/grub/netboot/
Detherboot.h349 char download[TFTP_MAX_PACKET]; member
/external/webkit/WebKit/android/WebCoreSupport/
DFrameLoaderClientAndroid.cpp924 void FrameLoaderClientAndroid::download(ResourceHandle* handle, const ResourceRequest&, in download() function in android::FrameLoaderClientAndroid
/external/webkit/WebKit/qt/WebCoreSupport/
DFrameLoaderClientQt.cpp812 void FrameLoaderClientQt::download(WebCore::ResourceHandle* handle, const WebCore::ResourceRequest&… in download() function in WebCore::FrameLoaderClientQt
/external/webkit/WebCore/loader/
DEmptyClients.h195 …virtual void download(ResourceHandle*, const ResourceRequest&, const ResourceRequest&, const Resou… in download() function