Home | History | Annotate | Download | only in rendering

Lines Matching refs:leftGap

2161             bool leftGap, rightGap;
2162 getHorizontalSelectionGapInfo(childState, leftGap, rightGap);
2164 if (leftGap)
2246 void RenderBlock::getHorizontalSelectionGapInfo(SelectionState state, bool& leftGap, bool& rightGap)
2249 leftGap = (state == RenderObject::SelectionInside) ||
3856 int leftGap = colGap / 2;
3862 IntRect gapAndColumnRect(colRect.x() - leftGap, colRect.y(), colRect.width() + colGap, colRect.height());