Home | History | Annotate | Download | only in rendering

Lines Matching refs:scrollLeft

1055 int RenderTextControlSingleLine::scrollLeft() const
1058 return innerTextElement()->scrollLeft();
1059 return RenderBlock::scrollLeft();