Home | History | Annotate | Download | only in dom

Lines Matching refs:newLeft

661 void Element::setScrollLeft(double newLeft)
667 rend->setScrollLeft(LayoutUnit::fromFloatRound(newLeft * rend->style()->effectiveZoom()));
682 view->setScrollPosition(IntPoint(roundf(newLeft * frame->pageZoomFactor()), view->scrollY()));