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

/external/chromium_org/chrome/browser/resources/downloads/
H A Ddownloads.js5 // TODO(jhawkins): Use hidden instead of showInline* and display:none.
39 function showInline(node, isShow) { function
560 showInline(this.nodeFileLink_,
613 showInline(this.controlShow_,
617 showInline(this.controlRetry_, download.retry);
619 showInline(this.controlPause_, this.state_ == Download.States.IN_PROGRESS);
620 showInline(this.controlResume_, download.resume);
623 showInline(this.controlCancel_, showCancel);
624 showInline(this.controlRemove_, !showCancel);

Completed in 69 milliseconds