Home
last modified time | relevance | path

Searched refs:hasBorderOutlineOrShadow (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderLayerBacking.cpp68 static bool hasBorderOutlineOrShadow(const RenderStyle*);
723 static bool hasBorderOutlineOrShadow(const RenderStyle* style) in hasBorderOutlineOrShadow() function
730 return hasBorderOutlineOrShadow(renderer->style()) || renderer->hasBackground(); in hasBoxDecorationsOrBackground()
735 return hasBorderOutlineOrShadow(style) || style->hasBackgroundImage(); in hasBoxDecorationsOrBackgroundImage()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1626665 (WebCore::hasBorderOutlineOrShadow):