Home | History | Annotate | Download | only in touch_ntp

Lines Matching full:dots

53    * The 'dots-list' element.
59 * A list of all 'dots' elements.
62 var dots;
120 dots = dotList.getElementsByClassName('dot');
121 assert(dots.length == 1,
122 'Expected exactly one dot in the dots-list.');
123 dotTemplate = dots[0];
124 dotList.removeChild(dots[0]);
145 dots[newPageIndex].classList.add('selected');
250 // Clear any existing apps pages and dots.
251 // TODO(rbyers): It might be nice to preserve animation of dots after an
285 dots[slider.currentCard].classList.add('selected');
435 var dotCount = dots.length;
730 dots[pageAdded].classList.remove('new');
777 var dot = dots[pageNo];
781 // we will have removed the old dots from the document already, so skip.