Home | History | Annotate | Download | only in rendering

Lines Matching full:rightgap

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