Searched refs:BackgroundBleedClipBackground (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DBoxDecorationData.cpp54 return BackgroundBleedClipBackground;
H A DBoxPainter.cpp62 if (boxDecorationData.bleedAvoidance() == BackgroundBleedClipBackground) {
330 if (hasRoundedBorder && bleedAvoidance != BackgroundBleedClipBackground) {
347 // BorderFillBox radius clipping is taken care of by BackgroundBleedClipBackground
348 bool clipToBorderRadius = hasRoundedBorder && !(isBorderFill && bleedAvoidance == BackgroundBleedClipBackground);
1442 if (outerBorder.isRounded() && bleedAvoidance != BackgroundBleedClipBackground)
1475 if (outerThird.isRounded() && bleedAvoidance != BackgroundBleedClipBackground)
1480 if (innerThird.isRounded() && bleedAvoidance != BackgroundBleedClipBackground)
1519 if (bleedAvoidance != BackgroundBleedClipBackground)
1778 if (bleedAvoidance == BackgroundBleedClipBackground) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBoxModelObject.h41 BackgroundBleedClipBackground, enumerator in enum:blink::BackgroundBleedAvoidance

Completed in 1145 milliseconds