Home
last modified time | relevance | path

Searched refs:updateItem (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/ui/file_manager/file_manager/background/js/
Dprogress_center.js89 ProgressCenter.Notifications_.prototype.updateItem = function( method in ProgressCenter.Notifications_
166 ProgressCenter.prototype.updateItem = function(item) { method in ProgressCenter
181 this.panels_[i].updateItem(item);
185 this.notifications_.updateItem(item, !this.panels_.length);
211 panel.updateItem(this.items_[i]);
233 this.notifications_.updateItem(this.items_[i], true);
Dfile_operation_handler.js185 progressCenter.updateItem(item);
197 progressCenter.updateItem(item);
222 progressCenter.updateItem(item);
269 progressCenter.updateItem(item);
297 progressCenter.updateItem(item);
315 this.progressCenter_.updateItem(item);
Ddrive_sync_handler.js124 this.progressCenter_.updateItem(this.item_);
142 this.progressCenter_.updateItem(this.item_);
184 this.progressCenter_.updateItem(item);
/external/chromium_org/third_party/polymer/components-chromium/core-list/
Dcore-list-extracted.js143 this.updateItem(i, i);
160 updateItem: function(virtualIndex, physicalIndex) { method
236 this.updateItem(baseVirtualIndex + this._physicalCount + i, i);
243 this.updateItem(baseVirtualIndex + i, i);
274 this.updateItem(i$.virtual, i$.physical);
/external/chromium_org/chrome/browser/resources/bookmark_manager/js/
Dbmm.js97 function updateItem(bookmarkNode) { function
106 children.forEach(updateItem);
/external/chromium_org/chrome/browser/resources/options/chromeos/
Dchange_picture_options.js264 this.oldImage_ = imageGrid.updateItem(this.oldImage_, imageUrl);
282 this.profileImage_ = imageGrid.updateItem(
/external/chromium_org/chrome/browser/resources/chromeos/
Duser_images_grid.js329 this.updateItem(this.cameraImage_, imageUrl, this.cameraTitle_) :
589 updateItem: function(imageInfo, imageUrl, opt_title) { method in UserImagesGrid
/external/chromium_org/chrome/browser/resources/chromeos/login/
Doobe_screen_user_image.js346 $('user-image-grid').updateItem(this.profileImage_, imageUrl);
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
Dprogress_center_panel.js297 ProgressCenterPanel.prototype.updateItem = function(item) { method in ProgressCenterPanel
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
Dfile_transfer_controller.js379 this.progressCenter_.updateItem(item);
Dfile_manager.js996 this.backgroundPage_.background.progressCenter.updateItem(item);
2882 this.backgroundPage_.background.progressCenter.updateItem(item);