Home | History | Annotate | Download | only in rendering

Lines Matching refs:leftGap

2996             bool leftGap, rightGap;
2997 getSelectionGapInfo(childState, leftGap, rightGap);
2999 if (leftGap)
3071 void RenderBlock::getSelectionGapInfo(SelectionState state, bool& leftGap, bool& rightGap)
3074 leftGap = (state == RenderObject::SelectionInside) ||