Searched refs:INLINE_TABLE (Results 1 – 8 of 8) sorted by relevance
298 TABLE, INLINE_TABLE, TABLE_ROW_GROUP, enumerator
1050 return display() == INLINE_BLOCK || display() == INLINE_BOX || display() == INLINE_TABLE; in isDisplayReplacedType()1061 originalDisplay() == INLINE_BOX || originalDisplay() == INLINE_TABLE; in isOriginalDisplayInlineType()
449 if (renderer->style()->display() == TABLE || renderer->style()->display() == INLINE_TABLE) in isSpecialElement()841 …nderer && (renderer->style()->display() == TABLE || renderer->style()->display() == INLINE_TABLE)); in isTableElement()
128 bool formIsTablePart = display == TABLE || display == INLINE_TABLE || display == TABLE_ROW_GROUP in rendererIsNeeded()
63 …if (style->display() == INLINE || style->display() == INLINE_TABLE || style->display() == TABLE_RO… in adjustStyle()
129 case INLINE_TABLE: in createObject()
753 case INLINE_TABLE: in CSSPrimitiveValue()
1471 style->setDisplay(style->isDisplayInlineType() ? INLINE_TABLE : TABLE); in adjustRenderStyle()1511 if (style->display() == INLINE_TABLE) in adjustRenderStyle()1566 if (style->display() == TABLE || style->display() == INLINE_TABLE || style->display() == RUN_IN in adjustRenderStyle()1584 if (style->display() == TABLE || style->display() == INLINE_TABLE || in adjustRenderStyle()