Home
last modified time | relevance | path

Searched refs:backgroundClip (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderImage.cpp317 EFillBox backgroundClip = style()->backgroundClip(); in foregroundIsKnownToBeOpaqueInRect() local
319 …if (backgroundClip == BorderFillBox && style()->hasBorder() && !style()->borderObscuresBackground(… in foregroundIsKnownToBeOpaqueInRect()
322 …if ((backgroundClip == BorderFillBox || backgroundClip == PaddingFillBox) && style()->hasPadding()) in foregroundIsKnownToBeOpaqueInRect()
DRenderBox.cpp1132 switch (style()->backgroundClip()) { in backgroundIsKnownToBeOpaqueInRect()
/external/chromium_org/third_party/WebKit/Source/core/paint/
DViewPainter.cpp46 if (rootRenderer->style()->backgroundClip() == TextFillBox) in rendererObscuresBackground()
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
DCompositedLayerMapping.cpp84 EFillBox clip = box->style()->backgroundClip(); in backgroundRect()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h647 …EFillBox backgroundClip() const { return static_cast<EFillBox>(m_background->background().clip());… in backgroundClip() function