Home | History | Annotate | Download | only in rendering

Lines Matching refs:hasBoxDecorations

3858     if (!style()->hasBackground() && !style()->hasBoxDecorations())
3892 bool hasBoxDecorations = style()->hasBoxDecorations();
3893 if (!style()->hasBackground() && !hasBoxDecorations)
3906 if (!hasBoxDecorations
4531 if (!style()->hasBackground() && !style()->hasBoxDecorations())
4541 ASSERT(style()->hasBackground() || style()->hasBoxDecorations());