Home
last modified time | relevance | path

Searched refs:INLINE_TABLE (Results 1 – 8 of 8) sorted by relevance

/external/webkit/WebCore/rendering/style/
DRenderStyleConstants.h298 TABLE, INLINE_TABLE, TABLE_ROW_GROUP, enumerator
DRenderStyle.h1050 return display() == INLINE_BLOCK || display() == INLINE_BOX || display() == INLINE_TABLE; in isDisplayReplacedType()
1061 originalDisplay() == INLINE_BOX || originalDisplay() == INLINE_TABLE; in isOriginalDisplayInlineType()
/external/webkit/WebCore/editing/
Dhtmlediting.cpp449 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()
/external/webkit/WebCore/html/
DHTMLFormElement.cpp128 bool formIsTablePart = display == TABLE || display == INLINE_TABLE || display == TABLE_ROW_GROUP in rendererIsNeeded()
/external/webkit/WebCore/rendering/
DRenderTheme.cpp63 …if (style->display() == INLINE || style->display() == INLINE_TABLE || style->display() == TABLE_RO… in adjustStyle()
DRenderObject.cpp129 case INLINE_TABLE: in createObject()
/external/webkit/WebCore/css/
DCSSPrimitiveValueMappings.h753 case INLINE_TABLE: in CSSPrimitiveValue()
DCSSStyleSelector.cpp1471 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()