Searched refs:INLINE_TABLE (Results 1 – 8 of 8) sorted by relevance
104 case INLINE_TABLE: in equivalentBlockDisplay()137 return style->display() == TABLE || style->display() == INLINE_TABLE in doesNotInheritTextDecoration()181 style->setDisplay(style->isDisplayInlineType() ? INLINE_TABLE : TABLE); in adjustRenderStyle()320 if (style->display() == TABLE || style->display() == INLINE_TABLE in adjustRenderStyle()
447 TABLE, INLINE_TABLE, TABLE_ROW_GROUP, enumerator
1735 || display == INLINE_TABLE || display == INLINE_GRID; in isDisplayReplacedType()
116 bool formIsTablePart = display == TABLE || display == INLINE_TABLE || display == TABLE_ROW_GROUP in rendererIsNeeded()
420 if (renderer->style()->display() == TABLE || renderer->style()->display() == INLINE_TABLE) in isSpecialElement()
101 …if (style->display() == INLINE || style->display() == INLINE_TABLE || style->display() == TABLE_RO… in adjustStyle()
187 case INLINE_TABLE: in createObject()
1252 case INLINE_TABLE: in CSSPrimitiveValue()