Searched defs:DownloadItem (Results 1 - 3 of 3) sorted by last modified time

/external/chromium_org/content/public/browser/
H A Ddownload_item.h5 // 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 { class in namespace:content
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_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
H A Dpopup.js153 function DownloadItem(data) { function
160 DownloadItem.canResumeHack = true;
273 DownloadItem.canResumeHack = false; class
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
[all...]
/external/chromium_org/chrome/browser/download/
H A Ddownload_query.cc35 using content::DownloadItem;
70 // DownloadItem fields.
74 const DownloadItem& item) {
101 static int64 GetStartTimeMsEpoch(const DownloadItem& item) {
105 static int64 GetEndTimeMsEpoch(const DownloadItem& item) {
118 static std::string GetStartTime(const DownloadItem& item) {
122 static std::string GetEndTime(const DownloadItem& item) {
126 static bool GetDangerAccepted(const DownloadItem& item) {
131 static bool GetExists(const DownloadItem& item) {
135 static base::string16 GetFilename(const DownloadItem
195 BuildFilter( const base::Value& value, ComparisonType cmptype, ValueType (*accessor)(const DownloadItem&)) argument
213 BuildRegexFilter( const base::Value& regex_value, std::string (*accessor)(const DownloadItem&)) argument
343 Build(DownloadQuery::SortDirection adirection, ValueType (*accessor)(const DownloadItem&)) argument
[all...]

Completed in 171 milliseconds