Home
last modified time | relevance | path

Searched refs:setDisplay (Results 1 – 25 of 29) sorted by relevance

12

/external/webkit/Source/WebCore/html/
DHTMLNoScriptElement.cpp52 renderer()->style()->setDisplay(NONE); in attach()
65 style->setDisplay(INLINE); in recalcStyle()
/external/webkit/Source/WebCore/rendering/mathml/
DRenderMathMLSubSup.cpp74 scriptsStyle->setDisplay(INLINE_BLOCK); in addChild()
85 scriptStyle->setDisplay(BLOCK); in addChild()
97 wrapperStyle->setDisplay(INLINE_BLOCK); in addChild()
DRenderMathMLFenced.cpp86 newStyle->setDisplay(INLINE_BLOCK); in makeOperatorStyle()
136 newStyle->setDisplay(INLINE_BLOCK); in addChild()
DRenderMathMLOperator.cpp184 newStyle->setDisplay(INLINE_BLOCK); in updateFromElement()
287 newStyle->setDisplay(BLOCK); in createStackableStyle()
321 charStyle->setDisplay(INLINE_BLOCK); in createGlyph()
DRenderMathMLRoot.cpp78 indexStyle->setDisplay(INLINE_BLOCK); in addChild()
86 baseStyle->setDisplay(INLINE_BLOCK); in addChild()
DRenderMathMLBlock.cpp56 newStyle->setDisplay(BLOCK); in makeBlockStyle()
/external/webkit/Source/WebCore/rendering/
DRenderFullScreen.cpp54 fullscreenStyle->setDisplay(BOX); in createFullScreenStyle()
DRenderRubyRun.cpp198 newStyle->setDisplay(BLOCK); in createRubyBase()
209 newStyle->setDisplay(INLINE_BLOCK); in staticCreateRubyRun()
DRenderTextControlMultiLine.cpp124 textBlockStyle->setDisplay(BLOCK); in createInnerTextStyle()
DRenderTableRow.cpp109 newStyle->setDisplay(TABLE_CELL); in addChild()
DRenderRuby.cpp88 newStyle->setDisplay(INLINE_BLOCK); in createAnonymousRubyInlineBlock()
DRenderTheme.cpp80 style->setDisplay(INLINE_BLOCK); in adjustStyle()
82 style->setDisplay(BLOCK); in adjustStyle()
DRenderObjectChildList.cpp376 pseudoElementStyle->setDisplay(INLINE); in updateBeforeAfterContent()
DRenderTextControlSingleLine.cpp734 textBlockStyle->setDisplay(display); in createInnerTextStyle()
750 innerBlockStyle->setDisplay(BLOCK); in createInnerBlockStyle()
DRenderBlock.cpp261 newStyle->setDisplay(BLOCK); in styleDidChange()
5328 pseudoStyle->setDisplay(pseudoStyle->isFloating() ? BLOCK : INLINE); in styleForFirstLetter()
5975 newStyle->setDisplay(BOX); in createAnonymousBlock()
5978 newStyle->setDisplay(BLOCK); in createAnonymousBlock()
5999 newStyle->setDisplay(BLOCK); in createAnonymousColumnsBlock()
6010 newStyle->setDisplay(BLOCK); in createAnonymousColumnSpanBlock()
DRenderTable.cpp203 newStyle->setDisplay(TABLE_ROW_GROUP); in addChild()
DRenderObject.cpp315 newStyle->setDisplay(TABLE); in addChild()
1807 newStyle->setDisplay(child->style()->display()); in propagateStyleToAnonymousChildren()
DRenderTableSection.cpp129 newStyle->setDisplay(TABLE_ROW); in addChild()
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGBlock.cpp45 newStyle->setDisplay(BLOCK); in setStyle()
/external/smack/src/org/jivesoftware/smackx/packet/
DTime.java179 public void setDisplay(String display) { in setDisplay() method in Time
/external/webkit/Source/WebCore/wml/
DWMLCardElement.cpp274 style->setDisplay(NONE); in createRenderer()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowResources.java131 public void setDisplay(Display display) { in setDisplay() method in ShadowResources
/external/webkit/Source/WebCore/bindings/objc/
DDOMCSS.h139 - (void)setDisplay:(NSString *)display;
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp1193 documentStyle->setDisplay(BLOCK); in styleForDocument()
1251 s_styleNotYetAvailable->setDisplay(NONE); in styleForElement()
1800 style->setDisplay(TABLE_CELL); in adjustRenderStyle()
1804 style->setDisplay(style->isDisplayInlineType() ? INLINE_TABLE : TABLE); in adjustRenderStyle()
1827 style->setDisplay(BLOCK); in adjustRenderStyle()
1835 style->setDisplay(BLOCK); in adjustRenderStyle()
1845 style->setDisplay(TABLE); in adjustRenderStyle()
1847 style->setDisplay(BOX); in adjustRenderStyle()
1852 style->setDisplay(BLOCK); in adjustRenderStyle()
1855 style->setDisplay(BLOCK); in adjustRenderStyle()
[all …]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/
DRobolectric.java1237 shadowOf(getShadowApplication().getResources()).setDisplay(display); in setDefaultDisplay()

12