INLINE           1208 Source/core/css/CSSPrimitiveValueMappings.h     case INLINE:
INLINE           1286 Source/core/css/CSSPrimitiveValueMappings.h     ASSERT(display >= INLINE && display <= NONE);
INLINE            114 Source/core/css/resolver/StyleAdjuster.cpp     case INLINE:
INLINE            432 Source/core/css/resolver/StyleAdjuster.cpp     if (style->display() == INLINE && style->styleType() == NOPSEUDO && style->writingMode() != parentStyle->writingMode())
INLINE            211 Source/core/css/resolver/StyleBuilderCustom.cpp         return (displayPropertyValue == INLINE || displayPropertyValue == BLOCK || displayPropertyValue == NONE);
INLINE             27 Source/core/html/HTMLRubyElement.cpp     if (style->display() == INLINE)
INLINE            313 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp     if (originalDisplay == INLINE || originalDisplay == INLINE_BLOCK)
INLINE           3892 Source/core/rendering/RenderBlock.cpp     pseudoStyle->setDisplay(pseudoStyle->isFloating() ? BLOCK : INLINE);
INLINE           3934 Source/core/rendering/RenderBlock.cpp         if (pseudoStyle->display() == INLINE)
INLINE           3978 Source/core/rendering/RenderBlock.cpp     if (pseudoStyle->display() == INLINE)
INLINE            163 Source/core/rendering/RenderObject.cpp     case INLINE:
INLINE             96 Source/core/rendering/RenderTheme.cpp     if (style->display() == INLINE || style->display() == INLINE_TABLE || style->display() == TABLE_ROW_GROUP
INLINE           1530 Source/core/rendering/style/RenderStyle.h     static EDisplay initialDisplay() { return INLINE; }
INLINE           1735 Source/core/rendering/style/RenderStyle.h         return display == INLINE || isDisplayReplacedType(display);