Home | History | Annotate | Download | only in rendering

Lines Matching refs:backgroundLayers

698     if (mustRepaintFillLayers(this, style()->backgroundLayers()))
1571 updateFillImages(oldStyle ? oldStyle->backgroundLayers() : 0, m_style ? m_style->backgroundLayers() : 0);
2002 for (const FillLayer* bgLayer = m_style->backgroundLayers(); bgLayer; bgLayer = bgLayer->next()) {