Searched refs:updateItem (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/ui/file_manager/file_manager/background/js/ |
D | progress_center.js | 89 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);
|
D | file_operation_handler.js | 185 progressCenter.updateItem(item); 197 progressCenter.updateItem(item); 222 progressCenter.updateItem(item); 269 progressCenter.updateItem(item); 297 progressCenter.updateItem(item); 315 this.progressCenter_.updateItem(item);
|
D | drive_sync_handler.js | 124 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/ |
D | core-list-extracted.js | 143 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/ |
D | bmm.js | 97 function updateItem(bookmarkNode) { function 106 children.forEach(updateItem);
|
/external/chromium_org/chrome/browser/resources/options/chromeos/ |
D | change_picture_options.js | 264 this.oldImage_ = imageGrid.updateItem(this.oldImage_, imageUrl); 282 this.profileImage_ = imageGrid.updateItem(
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
D | user_images_grid.js | 329 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/ |
D | oobe_screen_user_image.js | 346 $('user-image-grid').updateItem(this.profileImage_, imageUrl);
|
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/ |
D | progress_center_panel.js | 297 ProgressCenterPanel.prototype.updateItem = function(item) { method in ProgressCenterPanel
|
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ |
D | file_transfer_controller.js | 379 this.progressCenter_.updateItem(item);
|
D | file_manager.js | 996 this.backgroundPage_.background.progressCenter.updateItem(item); 2882 this.backgroundPage_.background.progressCenter.updateItem(item);
|