Searched refs:hasOpaqueBackground (Results 1 – 5 of 5) sorted by relevance
142 bool hasOpaqueBackground() const;
2137 bool FrameView::hasOpaqueBackground() const in hasOpaqueBackground() function in WebCore::FrameView
2483 …bool hasOpaqueBackground = s->visitedDependentColor(CSSPropertyBackgroundColor).isValid() && s->vi… in paintBoxShadow() local2522 if (hasOpaqueBackground) in paintBoxShadow()2535 if (hasOpaqueBackground) { in paintBoxShadow()
1213 return m_frameView->hasOpaqueBackground(); in backgroundIsKnownToBeOpaqueInRect()
2174 if (scrollingCoordinator() && m_renderView->frameView()->hasOpaqueBackground()) in requiresOverhangLayers()