Searched refs:includeBottom (Results 1 – 1 of 1) sorted by relevance
4934 static int getHeightForLineCount(RenderBlock* block, int l, bool includeBottom, int& count) in getHeightForLineCount() argument4940 …return box->lineBottom() + (includeBottom ? (block->borderBottom() + block->paddingBottom()) : Lay… in getHeightForLineCount()4949 …return result + obj->y() + (includeBottom ? (block->borderBottom() + block->paddingBottom()) : Lay… in getHeightForLineCount()