NONE 317 Source/core/animation/css/CSSAnimations.cpp if (style.display() != NONE) { NONE 532 Source/core/animation/css/CSSAnimations.cpp if (!animationStyleRecalc && style.display() != NONE && renderer && renderer->style() && style.transitions()) { NONE 1912 Source/core/css/CSSComputedStyleDeclaration.cpp if (style->display() != NONE && style->hasOutOfFlowPosition()) NONE 1268 Source/core/css/CSSPrimitiveValueMappings.h case NONE: NONE 1278 Source/core/css/CSSPrimitiveValueMappings.h return NONE; NONE 1286 Source/core/css/CSSPrimitiveValueMappings.h ASSERT(display >= INLINE && display <= NONE); NONE 68 Source/core/css/resolver/FilterOperationResolver.cpp return FilterOperation::NONE; NONE 70 Source/core/css/resolver/FilterOperationResolver.cpp return FilterOperation::NONE; NONE 125 Source/core/css/resolver/StyleAdjuster.cpp case NONE: NONE 127 Source/core/css/resolver/StyleAdjuster.cpp return NONE; NONE 203 Source/core/css/resolver/StyleAdjuster.cpp if (style->display() != NONE) { NONE 211 Source/core/css/resolver/StyleBuilderCustom.cpp return (displayPropertyValue == INLINE || displayPropertyValue == BLOCK || displayPropertyValue == NONE); NONE 638 Source/core/css/resolver/StyleResolver.cpp s_styleNotYetAvailable->setDisplay(NONE); NONE 1269 Source/core/dom/Element.cpp return style.display() != NONE; NONE 67 Source/core/dom/PseudoElement.h return style && style->display() != NONE && (style->styleType() == BACKDROP || style->contentData()); NONE 252 Source/core/dom/Text.cpp if (style.display() == NONE) NONE 58 Source/core/html/HTMLOptGroupElement.cpp return renderStyle() && renderStyle()->display() != NONE; NONE 104 Source/core/html/HTMLOptionElement.cpp return renderStyle() && renderStyle()->display() != NONE; NONE 242 Source/core/html/HTMLTrackElement.cpp COMPILE_ASSERT(HTMLTrackElement::NONE == static_cast<HTMLTrackElement::ReadyState>(TextTrack::NotLoaded), TextTrackEnumNotLoaded_Is_Wrong_Should_Be_HTMLTrackElementEnumNONE); NONE 63 Source/core/html/track/LoadableTextTrack.cpp if (m_trackElement->readyState() == HTMLTrackElement::NONE) NONE 47 Source/core/rendering/RenderMediaControlElements.cpp if (style()->display() == NONE) NONE 467 Source/core/rendering/RenderMenuList.cpp style->display() == NONE, style->textIndent(), style->direction(), isOverride(style->unicodeBidi()), NONE 507 Source/core/rendering/RenderMenuList.cpp s->display() == NONE, s->textIndent(), style()->direction(), isOverride(style()->unicodeBidi())); NONE 161 Source/core/rendering/RenderObject.cpp case NONE: NONE 228 Source/core/rendering/RenderScrollbar.cpp bool needRenderer = !destroy && partStyle && partStyle->display() != NONE && partStyle->visibility() == VISIBLE; NONE 103 Source/core/rendering/svg/RenderSVGResourceClipper.cpp if (!style || style->display() == NONE || style->visibility() != VISIBLE) NONE 280 Source/core/rendering/svg/RenderSVGResourceClipper.cpp if (!style || style->display() == NONE || style->visibility() != VISIBLE) NONE 321 Source/core/rendering/svg/RenderSVGResourceClipper.cpp if (!style || style->display() == NONE || style->visibility() != VISIBLE) NONE 145 Source/core/rendering/svg/RenderSVGResourceMasker.cpp if (!style || style->display() == NONE || style->visibility() != VISIBLE) NONE 161 Source/core/rendering/svg/RenderSVGResourceMasker.cpp if (!style || style->display() == NONE || style->visibility() != VISIBLE) NONE 79 Source/core/svg/SVGGElement.cpp if (style->display() == NONE) NONE 1127 Source/platform/graphics/GraphicsLayer.cpp case FilterOperation::NONE: NONE 80 Source/platform/graphics/filters/FilterOperation.h case NONE: NONE 194 Source/platform/graphics/filters/SkiaImageFilterBuilder.cpp case FilterOperation::NONE: