HomeSort by relevance Sort by last modified time
    Searched refs:download (Results 51 - 75 of 174) sorted by null

1 23 4 5 6 7

  /external/chromium/chrome/browser/ui/views/download/
download_shelf_view.cc 5 #include "chrome/browser/ui/views/download/download_shelf_view.h"
11 #include "chrome/browser/download/download_item.h"
12 #include "chrome/browser/download/download_item_model.h"
13 #include "chrome/browser/download/download_manager.h"
17 #include "chrome/browser/ui/views/download/download_item_view.h"
30 // Max number of download views we'll contain. Any time a view is added and
31 // we already have this many download views, one is removed.
34 // Padding from left edge and first download view.
43 // Padding between the download views.
55 // New download item animation speed in milliseconds
396 DownloadItem* download = download_views_[i]->download(); local
    [all...]
download_item_view.cc 5 #include "chrome/browser/ui/views/download/download_item_view.h"
18 #include "chrome/browser/download/download_item_model.h"
19 #include "chrome/browser/download/download_util.h"
21 #include "chrome/browser/ui/views/download/download_shelf_view.h"
40 // TODO(paulg): These may need to be adjusted when download progress
51 // dangerous download message.
59 // download.
62 // The space on the left and right side of the dangerous download label.
67 // How long the 'download complete' animation should last for.
70 // How long the 'download interrupted' animation should last for
    [all...]
  /packages/apps/CertInstaller/src/com/android/certinstaller/
CertFile.java 42 static final String DOWNLOAD_DIR = "download";
108 File download = new File(root, DOWNLOAD_DIR); local
109 if (download != null) {
110 File[] files = download.listFiles(this);
CertFileList.java 39 private static final String DOWNLOAD_DIR = "download";
163 File download = new File(root, DOWNLOAD_DIR); local
164 mDownloadMonitor = new FileObserver(download.getPath()) {
  /external/chromium/chrome/browser/ui/gtk/download/
download_shelf_gtk.cc 5 #include "chrome/browser/ui/gtk/download/download_shelf_gtk.h"
9 #include "chrome/browser/download/download_item.h"
10 #include "chrome/browser/download/download_item_model.h"
11 #include "chrome/browser/download/download_util.h"
15 #include "chrome/browser/ui/gtk/download/download_item_gtk.h"
32 // The height of the download items.
35 // Padding between the download widgets.
38 // Padding between the top/bottom of the download widgets and the edge of the
42 // Padding between the left side of the shelf and the first download item.
51 // The time between when the user mouses out of the download shelf zone an
206 DownloadItem* download = download_items_[i]->get_download(); local
    [all...]
download_item_gtk.h 15 #include "chrome/browser/download/download_item.h"
51 virtual void OnDownloadUpdated(DownloadItem* download);
52 virtual void OnDownloadOpened(DownloadItem* download) { }
75 // Returns true IFF the download is dangerous and unconfirmed.
79 // Repaint the download progress.
91 // Sets the tooltip on the download button.
116 // Used for the download item's body and menu button in chrome theme mode.
127 // Used for the download icon.
134 // Dangerous download related. -----------------------------------------------
150 // Ninebox for the background of the dangerous download prompt
    [all...]
  /external/chromium/chrome/browser/download/
download_shelf.cc 5 #include "chrome/browser/download/download_shelf.h"
8 #include "chrome/browser/download/download_item.h"
9 #include "chrome/browser/download/download_item_model.h"
10 #include "chrome/browser/download/download_manager.h"
11 #include "chrome/browser/download/download_util.h"
22 : download_(download_model->download()),
29 DownloadItem* DownloadShelfContextMenu::download() const { function in class:DownloadShelfContextMenu
102 // It is possible for the download to complete before the user clicks the
103 // menu item, recheck if the download is in progress state before toggling
download_manager.h 10 // Download observers:
12 // updates for a given download must implement one of the download observer
17 // Use AddObserver() / RemoveObserver() on the appropriate download object to
20 // Download state persistence:
44 #include "chrome/browser/download/download_status_updater_delegate.h"
64 // Browser's download manager: manages all downloads and destination view.
73 // Shutdown the download manager. Must be called before destruction.
80 // New or deleted download, observers should query us for the current set
90 // |id| indicates which download opened the dialog
    [all...]
download_item.h 5 // Each download is represented by a DownloadItem, and all DownloadItems
7 // downloads. DownloadItems are created when a user initiates a download,
10 // Download observers:
12 // - allows observers to receive notifications about one download from start
14 // Use AddObserver() / RemoveObserver() on the appropriate download object to
34 // One DownloadItem per download. This is the model class that stores all the
35 // state for a download. Multiple views, such as a tab's download shelf and the
36 // Destination tab's download view, may refer to a given DownloadItem.
42 // Download is actively progressing
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/headless-build/
build.properties 180 eclipseURL=<url for eclipse download site>
  /sdk/eclipse/buildConfig/
build.properties 157 eclipseURL=<url for eclipse download site>
  /external/webkit/Source/WebKit/win/
WebDownloadCFNet.cpp 61 static void didStartCallback(CFURLDownloadRef download, const void *clientInfo);
62 static CFURLRequestRef willSendRequestCallback(CFURLDownloadRef download, CFURLRequestRef request, CFURLResponseRef redirectionResponse, const void *clientInfo);
63 static void didReceiveAuthenticationChallengeCallback(CFURLDownloadRef download, CFURLAuthChallengeRef challenge, const void *clientInfo);
64 static void didReceiveResponseCallback(CFURLDownloadRef download, CFURLResponseRef response, const void *clientInfo);
65 static void willResumeWithResponseCallback(CFURLDownloadRef download, CFURLResponseRef response, UInt64 startingByte, const void *clientInfo);
66 static void didReceiveDataCallback(CFURLDownloadRef download, CFIndex length, const void *clientInfo);
67 static Boolean shouldDecodeDataOfMIMETypeCallback(CFURLDownloadRef download, CFStringRef encodingType, const void *clientInfo);
68 static void decideDestinationWithSuggestedObjectNameCallback(CFURLDownloadRef download, CFStringRef objectName, const void *clientInfo);
69 static void didCreateDestinationCallback(CFURLDownloadRef download, CFURLRef path, const void *clientInfo);
70 static void didFinishCallback(CFURLDownloadRef download, const void *clientInfo)
    [all...]
WebFramePolicyListener.cpp 100 HRESULT STDMETHODCALLTYPE WebFramePolicyListener::download(void) function in class:WebFramePolicyListener
  /external/chromium/chrome/browser/ui/cocoa/download/
download_item_controller.h 20 // A controller class that manages one download item.
70 // Remove ourself from the download UI.
77 // Called after a download is opened.
83 // Download item button clicked
90 - (DownloadItem*)download;
92 // Updates the tooltip with the download's path.
  /external/webkit/Source/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
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
__init__.py 5 from webkitpy.tool.commands.download import *
  /external/chromium/chrome/browser/automation/
automation_provider.cc 47 #include "chrome/browser/download/download_item.h"
48 #include "chrome/browser/download/download_shelf.h"
49 #include "chrome/browser/download/save_package.h"
71 #include "chrome/browser/ui/download/download_tab_helper.h"
234 const DownloadItem* download) {
249 dl_item_value->SetInteger("id", static_cast<int>(download->id()));
250 dl_item_value->SetString("url", download->url().spec());
251 dl_item_value->SetString("referrer_url", download->referrer_url().spec());
253 download->GetFileNameToReportUser().value());
255 download->GetTargetFilePath().value())
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 51 DeviceView_Unable_Download_HPROF_From_Device_One_Param_First_Message=Unable to download HPROF file from device '%1$s'.
52 DeviceView_Unable_Download_HPROF_From_Device_One_Param_Second_Message=Unable to download HPROF file from device '%1$s'.
53 DeviceView_Unable_Download_HPROF_From_Device_Two_Param=Unable to download HPROF file from device '%1$s'.\n\n%2$s
  /external/webkit/Source/WebKit/win/Interfaces/
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.
  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 37 else ?>Download the SDK<?cs /if ?>
57 <p><a href="/sdk/index.html">Download the current Android SDK</a></p>
80 <table class="download" id="download-table">
140 <table class="download">
214 $('#download-button').show();
215 $('#download-button').text("Download the SDK for " + os);
216 $('#download-button').click(function() {onDownload($link.get());}).attr('href', $link.attr('href'));
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
ImageDownloader.java 48 * This helper class download images from the Internet and binds those with the provided ImageView.
90 * Download the specified image from the Internet and binds it to the provided ImageView. The
94 * @param url The URL of the image to download.
97 public void download(String url, ImageView imageView) { method in class:ImageDownloader
98 download(url, imageView, null); method
102 * Same as {@link #download(String, ImageView)}, with the possibility to provide an additional
105 * @param url The URL of the image to download.
109 public void download(String url, ImageView imageView, String cookie) { method in class:ImageDownloader
122 * Same as download but the image is always downloaded and the cache is not used.
130 * Same as download but the image is always downloaded and the cache is not used
    [all...]
  /external/chromium/chrome/browser/ui/webui/chromeos/
imageburner_ui.cc 17 #include "chrome/browser/download/download_types.h"
18 #include "chrome/browser/download/download_util.h"
246 void ImageBurnHandler::OnDownloadUpdated(DownloadItem* download) {
247 if (download->IsCancelled()) {
250 } else if (download->IsComplete()) {
251 zip_image_file_path_ = download->full_path();
254 } else if (download->IsPartialDownload()) {
256 download_util::CreateDownloadItemValue(download, 0));
261 void ImageBurnHandler::OnDownloadOpened(DownloadItem* download) {
262 if (download->safety_state() == DownloadItem::DANGEROUS
    [all...]
  /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 1308 milliseconds

1 23 4 5 6 7