Home | History | Annotate | Download | only in rendering

Lines Matching refs:leftGap

2977             bool leftGap, rightGap;
2978 getSelectionGapInfo(childState, leftGap, rightGap);
2980 if (leftGap)
3052 void RenderBlock::getSelectionGapInfo(SelectionState state, bool& leftGap, bool& rightGap)
3055 leftGap = (state == RenderObject::SelectionInside) ||