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

  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
popup.js 153 function DownloadItem(data) {
160 DownloadItem.canResumeHack = true;
273 DownloadItem.canResumeHack = false;
275 DownloadItem.prototype.getElement = function(name) {
279 DownloadItem.prototype.render = function() {
286 if (DownloadItem.canResumeHack) {
433 DownloadItem.prototype.onChanged = function(delta) {
448 DownloadItem.prototype.onErased = function() {
453 DownloadItem.prototype.drag = function() {
457 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...]

Completed in 268 milliseconds