Home | History | Annotate | Download | only in js

Lines Matching refs:container_

1618   self.container_ = container;
1929 this.container_.appendChild(this);
1953 if (tileLeft < this.container_.scrollLeft) {
1957 var scrollRight = this.container_.scrollLeft + this.container_.clientWidth;
1959 targetPosition = tileRight - this.container_.clientWidth;
1964 this.container_.scrollLeft = targetPosition;
1966 this.container_.animatedScrollTo(targetPosition);
1979 return new Rect(this.left_ - this.container_.scrollLeft, this.top_,