Home | History | Annotate | Download | only in rendering

Lines Matching refs:selectionOnly

3691     bool selectionOnly  = localPaintingInfo.paintBehavior & PaintBehaviorSelectionOnly;
3693 bool shouldPaintBackground = isPaintingCompositedBackground && shouldPaintContent && !selectionOnly;
3698 bool shouldPaintMask = (paintFlags & PaintLayerPaintingCompositingMaskPhase) && shouldPaintContent && renderer()->hasMask() && !selectionOnly;
3725 localPaintingInfo, paintBehavior, paintingRootForRenderer, selectionOnly, forceBlackText);
3958 RenderObject* paintingRootForRenderer, bool selectionOnly, bool forceBlackText)
3980 paintForegroundForFragmentsWithPhase(selectionOnly ? PaintPhaseSelection : PaintPhaseChildBlockBackgrounds, layerFragments,
3983 if (!selectionOnly) {