Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/paint/
DBoxDecorationData.cpp52 return BackgroundBleedBackgroundOverBorder; in determineBackgroundBleedAvoidance()
DBoxPainter.cpp73 if (boxDecorationData.bleedAvoidance() == BackgroundBleedBackgroundOverBorder) in paintBoxDecorationBackgroundWithRect()
84 …corationData.hasBorder && boxDecorationData.bleedAvoidance() != BackgroundBleedBackgroundOverBorder in paintBoxDecorationBackgroundWithRect()
236 if (bleedAvoidance == BackgroundBleedBackgroundOverBorder) in backgroundRoundedRectAdjustedForBleedAvoidance()
1529 …RoundedRect unadjustedInnerBorder = (bleedAvoidance == BackgroundBleedBackgroundOverBorder) ? styl… in paintBorder()
1592 …return (bleedAvoidance == BackgroundBleedBackgroundOverBorder) ? shrinkRectByOnePixel(context, rec… in borderInnerRectAdjustedForBleedAvoidance()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBoxModelObject.h42 BackgroundBleedBackgroundOverBorder enumerator