Home
last modified time | relevance | path

Searched refs:currentLeft_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/resources/touch_ntp/
Dslider.js114 currentLeft_: 0, property in Slider
235 this.translateTo_(this.currentLeft_ + deltaX);
260 var newX = this.currentLeft_ + deltaX;
320 this.currentLeft_ = -this.currentCard * this.cardWidth_;
331 this.translateTo_(this.currentLeft_);
/external/chromium/chrome/browser/resources/ntp4/
Dcard_slider.js114 currentLeft_: 0, property in CardSlider
279 this.translateTo_(this.currentLeft_ + deltaX);
304 var newX = this.currentLeft_ + deltaX;
364 this.currentLeft_ = -this.currentCard * this.cardWidth_;
375 this.translateTo_(this.currentLeft_);