Home | History | Annotate | Download | only in downloads

Lines Matching defs:States

311   if (download.state != Download.States.COMPLETE) {
443 * The states a download can be in. These correspond to states defined in
447 Download.States = {
538 if (this.state_ == Download.States.DANGEROUS) {
546 if (this.state_ == Download.States.COMPLETE &&
554 if (this.state_ == Download.States.INTERRUPTED) {
561 this.state_ == Download.States.COMPLETE &&
568 this.state_ != Download.States.COMPLETE ||
571 if (this.state_ == Download.States.IN_PROGRESS) {
614 this.state_ == Download.States.COMPLETE &&
619 showInline(this.controlPause_, this.state_ == Download.States.IN_PROGRESS);
621 var showCancel = this.state_ == Download.States.IN_PROGRESS ||
622 this.state_ == Download.States.PAUSED;
746 case Download.States.IN_PROGRESS:
748 case Download.States.CANCELLED:
750 case Download.States.PAUSED:
752 case Download.States.DANGEROUS:
757 case Download.States.INTERRUPTED:
759 case Download.States.COMPLETE: