hasShadow         882 Source/core/dom/Node.cpp     bool hasShadow = isElementNode() && toElement(this)->shadow();
hasShadow         883 Source/core/dom/Node.cpp     if (!hasChildren && !hasShadow)
hasShadow          67 Source/core/rendering/EllipsisBox.cpp     bool hasShadow = shadowList;
hasShadow          68 Source/core/rendering/EllipsisBox.cpp     if (hasShadow) {
hasShadow          91 Source/core/rendering/EllipsisBox.cpp     if (hasShadow)
hasShadow         396 Source/core/rendering/InlineTextBox.cpp     bool hasShadow = shadowList && !context->printing();
hasShadow         398 Source/core/rendering/InlineTextBox.cpp     if (hasShadow) {
hasShadow         440 Source/core/rendering/InlineTextBox.cpp     if (hasShadow)
hasShadow         613 Source/core/rendering/svg/SVGInlineTextBox.cpp     bool hasShadow = shadowList && !context->printing();
hasShadow         625 Source/core/rendering/svg/SVGInlineTextBox.cpp     if (hasShadow) {
hasShadow         648 Source/core/rendering/svg/SVGInlineTextBox.cpp     else if (hasShadow)
hasShadow         323 Source/platform/graphics/GraphicsContext.h     bool hasShadow() const;