Searched refs:boxShadowCanBeAppliedToBackground (Results 1 – 3 of 3) sorted by relevance
121 bool boxShadowCanBeAppliedToBackground(const FillLayer&) const;
448 if (inlineFlowBox && !inlineFlowBox->boxShadowCanBeAppliedToBackground(*lastBackgroundLayer)) in boxShadowShouldBeAppliedToBackground()
1105 bool InlineFlowBox::boxShadowCanBeAppliedToBackground(const FillLayer& lastBackgroundLayer) const in boxShadowCanBeAppliedToBackground() function in blink::InlineFlowBox