Home | History | Annotate | Download | only in ntp4

Lines Matching full:dots

53    * The 'dots-list' element.
59 * A list of all 'dots' elements.
62 var dots;
112 dots = dotList.getElementsByClassName('dot');
113 assert(dots.length == 1,
114 'Expected exactly one dot in the dots-list.');
115 dotTemplate = dots[0];
116 dotList.removeChild(dots[0]);
141 dots[newPageIndex].classList.add('selected');
236 // Clear any existing apps pages and dots.
237 // TODO(rbyers): It might be nice to preserve animation of dots after an
281 dots[cardSlider.currentCard].classList.add('selected');
347 var dotCount = dots.length;
620 dots[pageAdded].classList.remove('new');
663 var dot = dots[pageNo];
667 // we will have removed the old dots from the document already, so skip.