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 523 void RenderBoxModelObject::paintFillLayerExtended(const PaintInfo& paintInfo, const Color& color, const FillLayer* bgLayer, const LayoutRect& rect,
534 bool clippedWithLocalScrolling = hasOverflowClip() && bgLayer->attachment() == LocalBackgroundAttachment;
535 bool isBorderFill = bgLayer->clip() == BorderFillBox;
539 StyleImage* bgImage = bgLayer->image();
559 bool shouldPaintBackgroundColor = !bgLayer->next() && bgColor.alpha();
569 if (!isRoot && !clippedWithLocalScrolling && !shouldPaintBackgroundImage && isBorderFill && !bgLayer->next()) {
602 if (bgLayer->clip() == ContentFillBox) {
605 } else if (bgLayer->clip() == PaddingFillBox)
633 switch (bgLayer->clip()) {
640 bool includePadding = bgLayer->clip() == ContentFillBox
    [all...]
RenderTableCell.cpp     [all...]
RenderObject.cpp     [all...]
RenderBox.cpp     [all...]

Completed in 35 milliseconds