HomeSort by relevance Sort by last modified time
    Searched refs:bgLayer (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBoxModelObject.cpp 521 void RenderBoxModelObject::paintFillLayerExtended(const PaintInfo& paintInfo, const Color& color, const FillLayer* bgLayer, const LayoutRect& rect,
532 bool clippedWithLocalScrolling = hasOverflowClip() && bgLayer->attachment() == LocalBackgroundAttachment;
533 bool isBorderFill = bgLayer->clip() == BorderFillBox;
537 StyleImage* bgImage = bgLayer->image();
557 bool shouldPaintBackgroundColor = !bgLayer->next() && bgColor.alpha();
567 if (!isRoot && !clippedWithLocalScrolling && !shouldPaintBackgroundImage && isBorderFill && !bgLayer->next()) {
600 if (bgLayer->clip() == ContentFillBox) {
603 } else if (bgLayer->clip() == PaddingFillBox)
631 switch (bgLayer->clip()) {
638 bool includePadding = bgLayer->clip() == ContentFillBox
    [all...]
RenderTableCell.cpp     [all...]
RenderObject.cpp     [all...]
RenderBox.cpp     [all...]

Completed in 220 milliseconds