Searched defs:download (Results 51 - 61 of 61) sorted by relevance

123

/external/webkit/Source/WebKit/win/
H A DWebFrame.cpp1829 void WebFrame::download(ResourceHandle* handle, const ResourceRequest& request, const ResourceRequest&, const ResourceResponse& response) function in class:WebFrame
1835 // If the WebView doesn't successfully provide a download delegate we'll pass a null one
1844 COMPtr<WebDownload> download; local
1845 download.adoptRef(WebDownload::createInstance(handle, request, response, downloadDelegate.get()));
/external/chromium/chrome/browser/ui/
H A Dbrowser.cc37 #include "chrome/browser/download/download_item.h"
38 #include "chrome/browser/download/download_item_model.h"
39 #include "chrome/browser/download/download_manager.h"
40 #include "chrome/browser/download/download_shelf.h"
41 #include "chrome/browser/download/download_started_animation.h"
42 #include "chrome/browser/download/save_package.h"
78 #include "chrome/browser/ui/download/download_tab_helper.h"
936 // In-progress download termination handling:
949 // Show the download page so the user can figure-out what downloads are still
1244 // Chrome OS opens a FileBrowse pop up instead of using download shel
3165 OnStartDownload(DownloadItem* download, TabContents* tab) argument
[all...]
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_view.cpp4227 * Request a download to user.
4230 * @oaram download Ewk_Download struct to be sent.
4232 * Emits: "download,request" with an Ewk_Download containing the details of the
4233 * requested download. The download per se must be handled outside of webkit.
4235 void ewk_view_download_request(Evas_Object* o, Ewk_Download* download) argument
4238 evas_object_smart_callback_call(o, "download,request", download);
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebview.cpp1953 * type and the content disposition is not a download; if WebKit
1958 * header. A value of "attachment" usually indicates a download
2011 * WebKitWebView::download-requested:
2013 * @download: a #WebKitDownload object that lets you control the
2014 * download process
2017 * not handled, the download is cancelled. If you handle the download
2033 * files you want your application to download (a common solution
2034 * is to download anything that WebKit can't handle, which you can
2037 * Return value: TRUE if the download shoul
3565 WebKitDownload* download; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-jsch.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.operations_2.0.0.v20100510.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...

Completed in 168 milliseconds

123