HomeSort by relevance Sort by last modified time
    Searched refs:download (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /external/webkit/WebKit/mac/Misc/
WebDownload.mm 87 selector == @selector(download:willSendRequest:redirectResponse:) ||
88 selector == @selector(download:didReceiveResponse:) ||
89 selector == @selector(download:didReceiveDataOfLength:) ||
90 selector == @selector(download:shouldDecodeSourceDataOfMIMEType:) ||
91 selector == @selector(download:decideDestinationWithSuggestedFilename:) ||
92 selector == @selector(download:didCreateDestination:) ||
94 selector == @selector(download:didFailWithError:) ||
95 selector == @selector(download:shouldBeginChildDownloadOfSource:delegate:) ||
96 selector == @selector(download:didBeginChildDownload:)) {
103 - (void)downloadDidBegin:(NSURLDownload *)download
    [all...]
WebDownload.h 65 - (NSWindow *)downloadWindowForAuthenticationSheet:(WebDownload *)download;
  /external/webkit/WebKit/win/
DefaultDownloadDelegate.h 51 virtual HRESULT STDMETHODCALLTYPE decideDestinationWithSuggestedFilename(IWebDownload *download, BSTR filename);
52 virtual HRESULT STDMETHODCALLTYPE didCancelAuthenticationChallenge(IWebDownload* download, IWebURLAuthenticationChallenge* challenge);
53 virtual HRESULT STDMETHODCALLTYPE didCreateDestination(IWebDownload* download, BSTR destination);
54 virtual HRESULT STDMETHODCALLTYPE didFailWithError(IWebDownload* download, IWebError* error);
55 virtual HRESULT STDMETHODCALLTYPE didReceiveAuthenticationChallenge(IWebDownload* download, IWebURLAuthenticationChallenge* challenge);
56 virtual HRESULT STDMETHODCALLTYPE didReceiveDataOfLength(IWebDownload* download, unsigned length);
57 virtual HRESULT STDMETHODCALLTYPE didReceiveResponse(IWebDownload* download, IWebURLResponse* response);
58 virtual HRESULT STDMETHODCALLTYPE shouldDecodeSourceDataOfMIMEType(IWebDownload* download, BSTR encodingType, BOOL* shouldDecode);
59 virtual HRESULT STDMETHODCALLTYPE willResumeWithResponse(IWebDownload* download, IWebURLResponse* response, long long fromByte);
60 virtual HRESULT STDMETHODCALLTYPE willSendRequest(IWebDownload* download, IWebMutableURLRequest* request, IWebURLResponse* redirectResponse, IWebMutableURLRequest** final (…)
    [all...]
DefaultDownloadDelegate.cpp 107 HRESULT STDMETHODCALLTYPE DefaultDownloadDelegate::decideDestinationWithSuggestedFilename(IWebDownload *download, BSTR filename)
109 LOG(Download, "DefaultDownloadDelegate %p - decideDestinationWithSuggestedFilename %s", download, String(filename, SysStringLen(filename)).ascii().data());
113 if (FAILED(download->setDestination(filename, true))) {
133 LOG(Download, "Setting path to %s", debug.ascii().data());
136 if (FAILED(download->setDestination(fullPath, true))) {
142 HRESULT STDMETHODCALLTYPE DefaultDownloadDelegate::didCancelAuthenticationChallenge(IWebDownload* download, IWebURLAuthenticationChallenge* challenge)
144 LOG(Download, "DefaultDownloadDelegate %p - didCancelAuthenticationChallenge %p", download, challenge);
145 download = 0
    [all...]
WebFramePolicyListener.h 57 virtual HRESULT STDMETHODCALLTYPE download(void);
WebDownloadCFNet.cpp 62 static void didStartCallback(CFURLDownloadRef download, const void *clientInfo);
63 static CFURLRequestRef willSendRequestCallback(CFURLDownloadRef download, CFURLRequestRef request, CFURLResponseRef redirectionResponse, const void *clientInfo);
64 static void didReceiveAuthenticationChallengeCallback(CFURLDownloadRef download, CFURLAuthChallengeRef challenge, const void *clientInfo);
65 static void didReceiveResponseCallback(CFURLDownloadRef download, CFURLResponseRef response, const void *clientInfo);
66 static void willResumeWithResponseCallback(CFURLDownloadRef download, CFURLResponseRef response, UInt64 startingByte, const void *clientInfo);
67 static void didReceiveDataCallback(CFURLDownloadRef download, CFIndex length, const void *clientInfo);
68 static Boolean shouldDecodeDataOfMIMETypeCallback(CFURLDownloadRef download, CFStringRef encodingType, const void *clientInfo);
69 static void decideDestinationWithSuggestedObjectNameCallback(CFURLDownloadRef download, CFStringRef objectName, const void *clientInfo);
70 static void didCreateDestinationCallback(CFURLDownloadRef download, CFURLRef path, const void *clientInfo);
71 static void didFinishCallback(CFURLDownloadRef download, const void *clientInfo)
    [all...]
WebFramePolicyListener.cpp 103 HRESULT STDMETHODCALLTYPE WebFramePolicyListener::download(void) function in class:WebFramePolicyListener
  /external/webkit/WebKit/gtk/webkit/
webkitdownload.cpp 47 * #WebKitDownload carries information about a download request,
49 * this object to control the download process, or to simply figure
107 static void webkit_download_set_response(WebKitDownload* download, const ResourceResponse& response);
108 static void webkit_download_set_status(WebKitDownload* download, WebKitDownloadStatus status);
112 WebKitDownload* download = WEBKIT_DOWNLOAD(object); local
113 WebKitDownloadPrivate* priv = download->priv;
135 WebKitDownload* download = WEBKIT_DOWNLOAD(object); local
136 WebKitDownloadPrivate* priv = download->priv;
150 // The download object may never have _start called on it, so we
163 WebKitDownload* download = WEBKIT_DOWNLOAD(object) local
197 WebKitDownload* download = WEBKIT_DOWNLOAD(object); local
414 WebKitDownload* download = WEBKIT_DOWNLOAD(g_object_new(WEBKIT_TYPE_DOWNLOAD, "network-request", request, NULL)); local
    [all...]
webkitdownload.h 76 webkit_download_start (WebKitDownload *download);
79 webkit_download_cancel (WebKitDownload *download);
82 webkit_download_get_uri (WebKitDownload *download);
85 webkit_download_get_network_request (WebKitDownload *download);
88 webkit_download_get_network_response (WebKitDownload *download);
91 webkit_download_get_suggested_filename (WebKitDownload *download);
94 webkit_download_get_destination_uri (WebKitDownload *download);
97 webkit_download_set_destination_uri (WebKitDownload *download,
101 webkit_download_get_progress (WebKitDownload *download);
104 webkit_download_get_elapsed_time (WebKitDownload *download);
    [all...]
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
PublicApiFunctionalTest.java 78 Download download = enqueueRequest(getRequest()); local
80 download.getLongField(DownloadManager.COLUMN_STATUS));
82 download.getStringField(DownloadManager.COLUMN_URI));
83 assertEquals(download.mId, download.getLongField(DownloadManager.COLUMN_ID));
85 download.getLongField(DownloadManager.COLUMN_LAST_MODIFIED_TIMESTAMP));
88 download.runUntilStatus(DownloadManager.STATUS_SUCCESSFUL);
93 Uri localUri = Uri.parse(download.getStringField(DownloadManager.COLUMN_LOCAL_URI));
96 assertEquals("text/plain", download.getStringField(DownloadManager.COLUMN_MEDIA_TYPE))
117 Download download = enqueueRequest(getRequest() local
139 Download download = enqueueRequest(getRequest()); local
159 Download download = enqueueRequest(getRequest().setDestinationUri(getExternalUri())); local
289 Download download = enqueueRequest(getRequest().setDestinationUri(destination)); local
309 Download download = enqueueRequest(getRequest().addRequestHeader("Header1", "value1") local
319 Download download = enqueueRequest(getRequest().addRequestHeader("header", "value")); local
334 Download download = enqueueRequest(getRequest()); local
363 Download download = enqueueRequest(getRequest()); local
383 Download download = enqueueRequest(getRequest()); local
394 Download download = enqueueRequest(getRequest()); local
406 Download download = enqueueRequest(getRequest()); local
422 Download download = enqueueRequest(getRequest()); local
438 Download download = enqueueRequest(getRequest()); local
456 Download download = enqueueRequest(getRequest()); local
478 Download download = enqueueRequest(getRequest().setShowRunningNotification(false)); local
498 Download download = enqueueRequest(getRequest()); local
512 Download download = enqueueRequest(getRequest()); local
531 Download download = enqueueRequest(getRequest().setDestinationUri(destination)); local
538 Download download = enqueueRequest(getRequest()); local
550 Download download = enqueueRequest(getRequest()); local
567 Download download = enqueueRequest(getRequest()); local
586 Download download = enqueueRequest(getRequest()); local
    [all...]
ThreadingTest.java 23 * Download manager tests that require multithreading.
46 * a download.
50 Download download = enqueueRequest(getRequest()); local
51 while (download.getStatus() != DownloadManager.STATUS_SUCCESSFUL) {
  /external/webkit/WebKit/gtk/tests/
testdownload.c 35 WebKitDownload* download; local
40 download = webkit_download_new(request);
42 g_assert_cmpstr(webkit_download_get_uri(download), ==, uri);
43 g_assert(webkit_download_get_network_request(download) == request);
44 g_assert(g_strrstr(uri, webkit_download_get_suggested_filename(download)));
45 g_assert(webkit_download_get_status(download) == WEBKIT_DOWNLOAD_STATUS_CREATED);
46 g_assert(!webkit_download_get_total_size(download));
47 g_assert(!webkit_download_get_current_size(download));
48 g_assert(!webkit_download_get_progress(download));
49 g_assert(!webkit_download_get_elapsed_time(download));
72 WebKitDownload* download = WEBKIT_DOWNLOAD(object); local
    [all...]
  /external/webkit/WebKit/win/Interfaces/
IWebDownload.idl 135 HRESULT decideDestinationWithSuggestedFilename([in] IWebDownload* download, [in] BSTR filename);
137 HRESULT didCancelAuthenticationChallenge([in] IWebDownload* download, [in] IWebURLAuthenticationChallenge* challenge);
139 HRESULT didCreateDestination([in] IWebDownload* download, [in] BSTR destination);
141 HRESULT didFailWithError([in] IWebDownload* download, [in] IWebError* error);
143 HRESULT didReceiveAuthenticationChallenge([in] IWebDownload* download, [in] IWebURLAuthenticationChallenge* challenge);
145 HRESULT didReceiveDataOfLength([in] IWebDownload* download, [in] unsigned length);
147 HRESULT didReceiveResponse([in] IWebDownload* download, [in] IWebURLResponse* response);
149 HRESULT shouldDecodeSourceDataOfMIMEType([in] IWebDownload* download, [in] BSTR encodingType, [out, retval] BOOL* shouldDecode);
151 HRESULT willResumeWithResponse([in] IWebDownload* download, [in] IWebURLResponse* response, [in] long long fromByte);
153 HRESULT willSendRequest([in] IWebDownload* download, [in] IWebMutableURLRequest* request, [in] IWebURLResponse* redirectResponse, [out] IWebMutableURL (…)
    [all...]
IWebPolicyDelegate.idl 103 @method download
104 @abstract Download the resource instead of displaying it.
106 allows an in-progress navigation to be converted to a download
109 - (void)download;
111 HRESULT download();
181 do something else, like download or present the new frame in a specialized way.
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadNotification.java 34 * cases where there is an ongoing download. Once the download is complete
36 * of this component to show the download in the notification manager.
66 int mId; // This first db _id for the download for the app
72 String[] mTitles = new String[2]; // download titles.
76 * Add a second download to this notification item.
115 for (DownloadInfo download : downloads) {
116 if (!isActiveAndVisible(download)) {
119 String packageName = download.mPackage;
120 long max = download.mTotalBytes
    [all...]
  /external/libnfc-nxp/Linux_x86/
phDal4Nfc_link.h 57 phDal4Nfc_link_download_CB_t download; member in struct:__anon4993
  /external/qemu/android/
android.h 39 int download; member in struct:__anon5662
  /ndk/build/tools/
make-release.sh 170 # Step 1, If needed, download toolchain sources into a temporary directory
173 timestamp_set toolchain-download-sources
175 if timestamp_check toolchain-download-sources; then
179 $ANDROID_NDK_ROOT/build/tools/download-toolchain-sources.sh "$TOOLCHAIN_SRCDIR"
181 dump "ERROR: Could not download toolchain sources"
184 timestamp_set toolchain-download-sources
  /packages/apps/CertInstaller/src/com/android/certinstaller/
CertFile.java 43 static final String DOWNLOAD_DIR = "download";
106 File download = new File(root, DOWNLOAD_DIR); local
107 if (download != null) {
108 File[] files = download.listFiles(this);
CertFileList.java 39 private static final String DOWNLOAD_DIR = "download";
155 File download = new File(root, DOWNLOAD_DIR); local
156 mDownloadMonitor = new FileObserver(download.getPath()) {
  /sdk/eclipse/buildConfig/
build.properties 156 eclipseURL=<url for eclipse download site>
  /external/webkit/WebKit/mac/WebView/
WebPolicyDelegate.h 92 @method download
93 @abstract Download the resource instead of displaying it.
95 allows an in-progress navigation to be converted to a download
99 - (void)download;
162 do something else, like download or present the new frame in a specialized way.
WebPolicyDelegate.mm 116 - (void)download
  /development/samples/RSSReader/src/com/example/android/rssreader/
RssReader.java 50 * The RssReader example demonstrates forking off a thread to download
65 * <li>Download = fork off a worker thread
136 Button download = (Button)findViewById(R.id.download); local
137 download.setOnClickListener(new OnClickListener() {
258 * Given an rss url string, starts the rss-download-thread going.
  /external/quake/quake/src/QW/server/
sv_user.c 386 // get the client to check and download skins
526 if (!host_client->download)
532 r = fread (buffer, 1, r, host_client->download);
547 fclose (host_client->download);
548 host_client->download = NULL;
632 OutofBandPrintf(host_client->snap_from, "%s upload completed.\nTo download, enter:\ndownload %s\n",
655 // hacked by zoid to allow more conrol over download
679 if (host_client->download) {
680 fclose (host_client->download);
681 host_client->download = NULL
    [all...]

Completed in 816 milliseconds

1 2 3 4