Home
last modified time | relevance | path

Searched refs:boxShadowCanBeAppliedToBackground (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.h121 bool boxShadowCanBeAppliedToBackground(const FillLayer&) const;
DRenderBoxModelObject.cpp448 if (inlineFlowBox && !inlineFlowBox->boxShadowCanBeAppliedToBackground(*lastBackgroundLayer)) in boxShadowShouldBeAppliedToBackground()
DInlineFlowBox.cpp1105 bool InlineFlowBox::boxShadowCanBeAppliedToBackground(const FillLayer& lastBackgroundLayer) const in boxShadowCanBeAppliedToBackground() function in blink::InlineFlowBox