HomeSort by relevance Sort by last modified time
    Searched full:showinline (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/resources/
downloads.html 187 function showInline(node, isShow) {
532 showInline(this.nodeFileLink_, this.state_ == Download.States.COMPLETE);
570 showInline(this.controlShow_, this.state_ == Download.States.COMPLETE);
572 showInline(this.controlRetry_, this.state_ == Download.States.CANCELLED);
574 showInline(this.controlPause_, this.state_ == Download.States.IN_PROGRESS);
575 showInline(this.controlResume_, this.state_ == Download.States.PAUSED);
578 showInline(this.controlCancel_, showCancel);
579 showInline(this.controlRemove_, !showCancel);
  /external/chromium_org/chrome/browser/resources/downloads/
downloads.js 5 // TODO(jhawkins): Use hidden instead of showInline* and display:none.
12 function showInline(node, isShow) {
478 showInline(this.nodeFileLink_,
520 showInline(this.controlShow_,
524 showInline(this.controlRetry_, download.retry);
526 showInline(this.controlPause_, this.state_ == Download.States.IN_PROGRESS);
527 showInline(this.controlResume_, download.resume);
530 showInline(this.controlCancel_, showCancel);
531 showInline(this.controlRemove_, !showCancel);

Completed in 364 milliseconds