Home | History | Annotate | Download | only in dom

Lines Matching refs:setScrollTop

402 void Element::setScrollTop(int newTop)
406 rend->setScrollTop(static_cast<int>(newTop * rend->style()->effectiveZoom()));