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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.cpp818 bool RenderStyle::hasBlendMode() const function in class:WebCore::RenderStyle
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayer.cpp518 bool RenderLayer::hasBlendMode() const function in class:WebCore::RenderLayer
520 return RuntimeEnabledFeatures::cssCompositingEnabled() && renderer()->hasBlendMode();
534 if (parent() && (!hadBlendMode || !hasBlendMode()))
3968 || (oldStyle && (oldStyle->hasBlendMode() != newStyle->hasBlendMode()));
H A DRenderObject.cpp2975 bool RenderObject::hasBlendMode() const function in class:WebCore::RenderObject
2977 return RuntimeEnabledFeatures::cssCompositingEnabled() && style() && style()->hasBlendMode();

Completed in 152 milliseconds