Home | History | Annotate | Download | only in js

Lines Matching refs:startBox

210     var startBox = this.renderThumbnail_(startIndex);
213 startBox.style.marginLeft = -margin + 'px';
215 this.insertBefore(startBox, this.firstChild);
217 this.appendChild(startBox);
219 startBox.style.marginLeft = '0';
224 startBox.setAttribute('vanishing', 'slide');
225 startBox.style.marginLeft = '0';
227 this.insertBefore(startBox, this.firstChild);
229 this.appendChild(startBox);
231 startBox.style.marginLeft = -margin + 'px';