Searched refs:hasBorderOutlineOrShadow (Results 1 – 2 of 2) sorted by relevance
68 static bool hasBorderOutlineOrShadow(const RenderStyle*);723 static bool hasBorderOutlineOrShadow(const RenderStyle* style) in hasBorderOutlineOrShadow() function730 return hasBorderOutlineOrShadow(renderer->style()) || renderer->hasBackground(); in hasBoxDecorationsOrBackground()735 return hasBorderOutlineOrShadow(style) || style->hasBackgroundImage(); in hasBoxDecorationsOrBackgroundImage()
26665 (WebCore::hasBorderOutlineOrShadow):