Home | History | Annotate | Download | only in rendering

Lines Matching full:leftgap

2149             bool leftGap, rightGap;
2150 getHorizontalSelectionGapInfo(childState, leftGap, rightGap);
2152 if (leftGap)
2234 void RenderBlock::getHorizontalSelectionGapInfo(SelectionState state, bool& leftGap, bool& rightGap)
2237 leftGap = (state == RenderObject::SelectionInside) ||
3844 int leftGap = colGap / 2;
3850 IntRect gapAndColumnRect(colRect.x() - leftGap, colRect.y(), colRect.width() + colGap, colRect.height());