Home | History | Annotate | Download | only in dom

Lines Matching refs:setScrollLeft

474 void Element::setScrollLeft(int newLeft)
478 rend->setScrollLeft(static_cast<int>(newLeft * rend->style()->effectiveZoom()));