Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/paint/
DBoxDecorationData.cpp54 return BackgroundBleedClipBackground; in determineBackgroundBleedAvoidance()
DBoxPainter.cpp62 if (boxDecorationData.bleedAvoidance() == BackgroundBleedClipBackground) { in paintBoxDecorationBackgroundWithRect()
330 if (hasRoundedBorder && bleedAvoidance != BackgroundBleedClipBackground) { in paintFillLayerExtended()
348 …derRadius = hasRoundedBorder && !(isBorderFill && bleedAvoidance == BackgroundBleedClipBackground); in paintFillLayerExtended()
1442 if (outerBorder.isRounded() && bleedAvoidance != BackgroundBleedClipBackground) in paintBorder()
1475 if (outerThird.isRounded() && bleedAvoidance != BackgroundBleedClipBackground) in paintBorder()
1480 if (innerThird.isRounded() && bleedAvoidance != BackgroundBleedClipBackground) in paintBorder()
1519 if (bleedAvoidance != BackgroundBleedClipBackground) in paintBorder()
1778 if (bleedAvoidance == BackgroundBleedClipBackground) { in drawBoxSideFromPath()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBoxModelObject.h41 BackgroundBleedClipBackground, enumerator