Searched defs:Downloads (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/resources/downloads/
H A Ddownloads.js55 // Downloads
60 function Downloads() { class
79 Downloads.prototype.updated = function(download) {
99 // change since this may touch 150 elements and Downloads.prototype.updated
108 Downloads.prototype.setSearchText = function(searchText) {
115 Downloads.prototype.updateSummary = function() {
134 Downloads.prototype.size = function() {
143 Downloads.prototype.updateDateDisplay_ = function() {
161 Downloads.prototype.remove = function(id) {
170 Downloads
[all...]
/external/chromium_org/chrome/test/pyautolib/
H A Ddownload_info.py14 print info.Downloads()
15 self.assertEqual(info.Downloads()[0]['file_name'], 'packge.zip')
28 """Represent info about Downloads.
54 def Downloads(self): member in class:DownloadInfo
70 return [x for x in self.Downloads() if x['state'] == 'IN_PROGRESS']
78 return [x for x in self.Downloads() if x['state'] == 'COMPLETE']

Completed in 264 milliseconds