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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
CachedUAStyle.h 42 FillLayer backgroundLayers;
49 , backgroundLayers(style->backgroundLayers())
RenderStyle.cpp     [all...]
RenderStyle.h 654 const FillLayer& backgroundLayers() const { return m_background->background(); }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSPropertyEquality.cpp 66 return fillLayersEqual<CSSPropertyBackgroundImage>(a.backgroundLayers(), b.backgroundLayers());
68 return fillLayersEqual<CSSPropertyBackgroundPositionX>(a.backgroundLayers(), b.backgroundLayers());
70 return fillLayersEqual<CSSPropertyBackgroundPositionY>(a.backgroundLayers(), b.backgroundLayers());
72 return fillLayersEqual<CSSPropertyBackgroundSize>(a.backgroundLayers(), b.backgroundLayers());
243 return fillLayersEqual<CSSPropertyWebkitBackgroundSize>(a.backgroundLayers(), b.backgroundLayers());
    [all...]
CSSAnimatableValueFactory.cpp 278 return createFromFillLayers<CSSPropertyBackgroundImage>(style.backgroundLayers(), style);
280 return createFromFillLayers<CSSPropertyBackgroundPositionX>(style.backgroundLayers(), style);
282 return createFromFillLayers<CSSPropertyBackgroundPositionY>(style.backgroundLayers(), style);
285 return createFromFillLayers<CSSPropertyBackgroundSize>(style.backgroundLayers(), style);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFieldset.cpp 168 BoxPainter(*this).paintFillLayers(paintInfo, boxDecorationData.backgroundColor, style()->backgroundLayers(), paintRect);
RenderTheme.cpp 550 FillLayer backgroundCopy = uaStyle.backgroundLayers;
551 FillLayer backgroundLayersCopy = style.backgroundLayers();
    [all...]
RenderObject.cpp 952 if (mustInvalidateFillLayersPaintOnWidthChange(style()->backgroundLayers()))
971 if (mustInvalidateFillLayersPaintOnHeightChange(style()->backgroundLayers()))
    [all...]
RenderBoxModelObject.cpp 438 const FillLayer* lastBackgroundLayer = &style()->backgroundLayers();
RenderBox.cpp     [all...]
RenderView.cpp 181 && mustInvalidateFillLayersPaintOnHeightChange(backgroundRenderer->style()->backgroundLayers()))
    [all...]
RenderLayerScrollableArea.cpp 397 && box().style()->backgroundLayers().attachment() != LocalBackgroundAttachment;
    [all...]
RenderTableCell.cpp     [all...]
RenderBlock.cpp 204 appendLayers(images, blockStyle.backgroundLayers());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/paint/
InlineFlowBoxPainter.cpp 210 paintFillLayers(paintInfo, backgroundColor, styleToUse->backgroundLayers(), paintRect);
BoxPainter.cpp 111 paintFillLayers(paintInfo, backgroundColor, m_renderBox.style()->backgroundLayers(), paintRect, bleedAvoidance);
121 const FillLayer& bgLayer = rootBackgroundRenderer->style()->backgroundLayers();
    [all...]

Completed in 739 milliseconds