Home
last modified time | relevance | path

Searched refs:BackgroundBleedNone (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBoxModelObject.h40 BackgroundBleedNone, enumerator
164 … const LayoutRect&, const RenderStyle*, BackgroundBleedAvoidance = BackgroundBleedNone, bool inclu…
DInlineFlowBox.cpp1185 …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()
DRenderBox.h637 …intBackground(const PaintInfo&, const LayoutRect&, BackgroundBleedAvoidance = BackgroundBleedNone);
640 …&, const FillLayer*, const LayoutRect&, BackgroundBleedAvoidance = BackgroundBleedNone, CompositeO…
DRenderBox.cpp1118 …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()
DRenderTableCell.cpp1199 …, c, bgLayer, LayoutRect(adjustedPaintOffset, pixelSnappedSize()), BackgroundBleedNone, CompositeS… in paintBackgroundsBehindCell()
DRenderBoxModelObject.cpp2439 if (bleedAvoidance != BackgroundBleedNone) in boxShadowShouldBeAppliedToBackground()