HomeSort by relevance Sort by last modified time
    Searched defs:DownloadItem (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
popup.js 143 function DownloadItem(data) {
150 DownloadItem.canResumeHack = true;
262 DownloadItem.canResumeHack = false;
264 DownloadItem.prototype.getElement = function(name) {
268 DownloadItem.prototype.render = function() {
275 if (DownloadItem.canResumeHack) {
415 DownloadItem.prototype.onChanged = function(delta) {
430 DownloadItem.prototype.onErased = function() {
435 DownloadItem.prototype.drag = function() {
439 DownloadItem.prototype.show = function()
    [all...]
  /external/chromium_org/content/public/browser/
download_item.h 5 // Each download is represented by a DownloadItem, and all DownloadItems
11 // DownloadItem::Observer:
46 // One DownloadItem per download. This is the model class that stores all the
48 // Destination tab's download view, may refer to a given DownloadItem.
51 class CONTENT_EXPORT DownloadItem : public base::SupportsUserData {
89 virtual void OnDownloadUpdated(DownloadItem* download) {}
90 virtual void OnDownloadOpened(DownloadItem* download) {}
91 virtual void OnDownloadRemoved(DownloadItem* download) {}
96 virtual void OnDownloadDestroyed(DownloadItem* download) {}
102 virtual ~DownloadItem() {}
    [all...]
  /external/chromium/chrome/browser/download/
download_item.cc 31 // A DownloadItem normally goes through the following states:
43 // DownloadItem::DownloadState and a state transition table/state diagram.
61 const char* DebugSafetyStateString(DownloadItem::SafetyState state) {
63 case DownloadItem::SAFE:
65 case DownloadItem::DANGEROUS:
67 case DownloadItem::DANGEROUS_BUT_VALIDATED:
75 const char* DebugDownloadStateString(DownloadItem::DownloadState state) {
77 case DownloadItem::IN_PROGRESS:
79 case DownloadItem::COMPLETE:
81 case DownloadItem::CANCELLED
    [all...]
download_item.h 5 // Each download is represented by a DownloadItem, and all DownloadItems
11 // DownloadItem::Observer:
34 // One DownloadItem per download. This is the model class that stores all the
36 // Destination tab's download view, may refer to a given DownloadItem.
39 class DownloadItem {
92 virtual void OnDownloadUpdated(DownloadItem* download) = 0;
95 virtual void OnDownloadOpened(DownloadItem* download) = 0;
102 DownloadItem(DownloadManager* download_manager,
106 DownloadItem(DownloadManager* download_manager,
111 DownloadItem(DownloadManager* download_manager
    [all...]
  /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DownloadItem.java 33 public class DownloadItem extends GridLayout implements Checkable {
44 public DownloadItem(Context context, AttributeSet attrs, int defStyle) {
49 public DownloadItem(Context context, AttributeSet attrs) {
54 public DownloadItem(Context context) {

Completed in 211 milliseconds