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

/external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
H A Dconflict_dialog.js50 this.hideWithResult_.bind(this, ConflictDialog.Result.KEEP_BOTH));
61 this.hideWithResult_.bind(this, ConflictDialog.Result.REPLACE));
116 this.hideWithResult_(ConflictDialog.Result.CANCEL);
124 ConflictDialog.prototype.hideWithResult_ = function(result) {

Completed in 90 milliseconds