Home | History | Annotate | Download | only in resources

Lines Matching full:safe_

361   this.safe_ = createElementWithClassName('div', 'safe');
362 this.safe_.ondragstart = this.drag_.bind(this);
363 this.node.appendChild(this.safe_);
368 this.safe_.appendChild(this.nodeProgressBackground_);
379 this.safe_.appendChild(this.nodeProgressForeground_);
383 this.safe_.appendChild(this.nodeImg_);
387 this.safe_.appendChild(this.nodeTitleArea_);
402 this.safe_.appendChild(this.nodeURL_);
406 this.safe_.appendChild(this.nodeControls_);
521 this.safe_.style.display = 'none';
590 this.safe_.style.display = 'block';
598 this.safe_.ondragstart = null;