Home
last modified time | relevance | path

Searched refs:INLINE_BLOCK (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/rendering/mathml/
DRenderMathMLFenced.cpp86 newStyle->setDisplay(INLINE_BLOCK); in makeOperatorStyle()
130 if (child->isBlockFlow() && child->style()->display() != INLINE_BLOCK) { in addChild()
136 newStyle->setDisplay(INLINE_BLOCK); in addChild()
DRenderMathMLSubSup.cpp74 scriptsStyle->setDisplay(INLINE_BLOCK); in addChild()
97 wrapperStyle->setDisplay(INLINE_BLOCK); in addChild()
DRenderMathMLRoot.cpp78 indexStyle->setDisplay(INLINE_BLOCK); in addChild()
86 baseStyle->setDisplay(INLINE_BLOCK); in addChild()
DRenderMathMLOperator.cpp184 newStyle->setDisplay(INLINE_BLOCK); in updateFromElement()
321 charStyle->setDisplay(INLINE_BLOCK); in createGlyph()
/external/webkit/Source/WebCore/rendering/
DRenderRuby.cpp49 … (object->isAnonymous() && object->isRenderBlock() && object->style()->display() == INLINE_BLOCK)); in isAnonymousRubyInlineBlock()
88 newStyle->setDisplay(INLINE_BLOCK); in createAnonymousRubyInlineBlock()
DRenderRubyRun.cpp209 newStyle->setDisplay(INLINE_BLOCK); in staticCreateRubyRun()
DRenderTextControlSingleLine.cpp729 …WebCore::EDisplay display = (m_innerBlock || inputElement()->hasSpinButton() ? INLINE_BLOCK : BLOC… in createInnerTextStyle()
732 display = INLINE_BLOCK; in createInnerTextStyle()
DRenderTheme.cpp80 style->setDisplay(INLINE_BLOCK); in adjustStyle()
DRenderObject.cpp142 case INLINE_BLOCK: in createObject()
/external/webkit/Source/WebCore/rendering/style/
DRenderStyleConstants.h387 INLINE, BLOCK, LIST_ITEM, RUN_IN, COMPACT, INLINE_BLOCK, enumerator
DRenderStyle.h1172 return display() == INLINE_BLOCK || display() == INLINE_BOX || display() == INLINE_TABLE; in isDisplayReplacedType()
1182 return originalDisplay() == INLINE || originalDisplay() == INLINE_BLOCK in isOriginalDisplayInlineType()
/external/webkit/Source/WebCore/css/
DCSSPrimitiveValueMappings.h830 case INLINE_BLOCK: in CSSPrimitiveValue()
DCSSStyleSelector.cpp1861 style->setDisplay(INLINE_BLOCK); in adjustRenderStyle()
1912 … || style->display() == INLINE_BLOCK || style->display() == INLINE_BOX || isAtShadowBoundary(e)) in adjustRenderStyle()