Home | History | Annotate | Download | only in rendering

Lines Matching refs:scrollHeight

1048 int RenderTextControlSingleLine::scrollHeight() const
1051 return innerTextElement()->scrollHeight();
1052 return RenderBlock::scrollHeight();