Home
last modified time | relevance | path

Searched defs:backgroundClip (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderImage.cpp480 EFillBox backgroundClip = style()->backgroundClip(); in foregroundIsKnownToBeOpaqueInRect() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h662 …EFillBox backgroundClip() const { return static_cast<EFillBox>(m_background->background().clip());… in backgroundClip() function