Home | History | Annotate | Download | only in downloads

Lines Matching refs:safe_

254   this.safe_ = createElementWithClassName('div', 'safe');
255 this.safe_.ondragstart = this.drag_.bind(this);
256 this.node.appendChild(this.safe_);
261 this.safe_.appendChild(this.nodeProgressBackground_);
273 this.safe_.appendChild(this.nodeProgressForeground_);
277 this.safe_.appendChild(this.nodeImg_);
281 this.safe_.appendChild(this.nodeTitleArea_);
296 this.safe_.appendChild(nodeURLDiv);
304 this.safe_.appendChild(this.nodeControls_);
461 this.safe_.style.display = 'none';
562 this.safe_.style.display = 'block';
570 this.safe_.ondragstart = null;