selectionGapRectsForRepaint  170 Source/core/rendering/RenderBlock.h     GapRects selectionGapRectsForRepaint(const RenderLayerModelObject* repaintContainer);
selectionGapRectsForRepaint  415 Source/core/rendering/RenderBlock.h         return selectionGapRectsForRepaint(repaintContainer);
selectionGapRectsForRepaint   86 Source/core/rendering/RenderSelectionInfo.h         , m_rects(b->canUpdateSelectionOnRootLineBoxes() ? block()->selectionGapRectsForRepaint(m_repaintContainer) : GapRects())