Searched refs:BackgroundBleedNone (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderBoxModelObject.h | 40 BackgroundBleedNone, enumerator 164 … const LayoutRect&, const RenderStyle*, BackgroundBleedAvoidance = BackgroundBleedNone, bool inclu…
|
D | InlineFlowBox.cpp | 1185 …boxModelObject()->paintFillLayerExtended(paintInfo, c, fillLayer, rect, BackgroundBleedNone, this,… in paintFillLayer() 1189 …boxModelObject()->paintFillLayerExtended(paintInfo, c, fillLayer, rect, BackgroundBleedNone, this,… in paintFillLayer() 1219 …c, fillLayer, LayoutRect(stripX, stripY, stripWidth, stripHeight), BackgroundBleedNone, this, rect… in paintFillLayer() 1304 if (!boxModelObject()->boxShadowShouldBeAppliedToBackground(BackgroundBleedNone, this)) in paintBoxDecorations() 1323 …Border(paintInfo, paintRect, renderer().style(isFirstLineStyle()), BackgroundBleedNone, includeLog… in paintBoxDecorations()
|
D | RenderBox.h | 637 …intBackground(const PaintInfo&, const LayoutRect&, BackgroundBleedAvoidance = BackgroundBleedNone); 640 …&, const FillLayer*, const LayoutRect&, BackgroundBleedAvoidance = BackgroundBleedNone, CompositeO…
|
D | RenderBox.cpp | 1118 …paintFillLayers(paintInfo, bgColor, bgLayer, view()->backgroundRect(this), BackgroundBleedNone, Co… in paintRootBoxFillLayers() 1124 return BackgroundBleedNone; in determineBackgroundBleedAvoidance() 1129 return BackgroundBleedNone; in determineBackgroundBleedAvoidance() 1435 …s(paintInfo, Color::transparent, style()->maskLayers(), paintRect, BackgroundBleedNone, compositeO… in paintMaskImages()
|
D | RenderTableCell.cpp | 1199 …, c, bgLayer, LayoutRect(adjustedPaintOffset, pixelSnappedSize()), BackgroundBleedNone, CompositeS… in paintBackgroundsBehindCell()
|
D | RenderBoxModelObject.cpp | 2439 if (bleedAvoidance != BackgroundBleedNone) in boxShadowShouldBeAppliedToBackground()
|