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.cpp498 EFillBox backgroundClip = style()->backgroundClip(); in foregroundIsKnownToBeOpaqueInRect() local
500 if (backgroundClip == BorderFillBox && style()->hasBorder() && !borderObscuresBackground()) in foregroundIsKnownToBeOpaqueInRect()
503 …if ((backgroundClip == BorderFillBox || backgroundClip == PaddingFillBox) && style()->hasPadding()) in foregroundIsKnownToBeOpaqueInRect()
DCompositedLayerMapping.cpp89 EFillBox clip = box->style()->backgroundClip(); in backgroundRect()
1419 if (renderer->style()->backgroundClip() == TextFillBox) in supportsDirectBoxDecorationsComposition()
DRenderView.cpp504 if (rootRenderer->style()->backgroundClip() == TextFillBox) in rendererObscuresBackground()
DRenderBox.cpp1370 switch (style()->backgroundClip()) { in backgroundIsKnownToBeOpaqueInRect()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h637 …EFillBox backgroundClip() const { return static_cast<EFillBox>(m_background->background().clip());… in backgroundClip() function