Home | History | Annotate | Download | only in rendering

Lines Matching refs:rightGap

2390             bool leftGap, rightGap;
2391 getSelectionGapInfo(childState, leftGap, rightGap);
2395 if (rightGap)
2465 void RenderBlock::getSelectionGapInfo(SelectionState state, bool& leftGap, bool& rightGap)
2471 rightGap = (state == RenderObject::SelectionInside) ||