Home | History | Annotate | Download | only in rendering

Lines Matching refs:rightGap

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