Searched defs:hasBlendMode (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderLayer.h752 bool hasBlendMode() const { return renderer()->hasBlendMode(); } function in class:WebCore::RenderLayer
754 bool hasBlendMode() const { return false; } function in class:WebCore::RenderLayer
H A DRenderObject.h621 bool hasBlendMode() const { return style() && style()->hasBlendMode(); } function in class:WebCore::RenderObject
623 bool hasBlendMode() const { return false; } function in class:WebCore::RenderObject
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DRenderStyle.h974 bool hasBlendMode() const { return static_cast<BlendMode>(rareNonInheritedData->m_effectiveBlendMode) != BlendModeNormal; } function in class:WebCore::RenderStyle
976 bool hasBlendMode() const { return false; } function in class:WebCore::RenderStyle

Completed in 202 milliseconds