Home
last modified time | relevance | path

Searched refs:createAnonymousStyleWithDisplay (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderPagedFlowThread.cpp14 renderer->setStyle(RenderStyle::createAnonymousStyleWithDisplay(parentStyle, BLOCK)); in createAnonymous()
DRenderRubyRun.cpp184 RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(style(), BLOCK); in createRubyBase()
195 …RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(parentRuby->style(), I… in staticCreateRubyRun()
DRenderTableRow.cpp244 …RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(parent->style(), TABLE… in createAnonymousWithParentRenderer()
DRenderMultiColumnFlowThread.cpp51 renderer->setStyle(RenderStyle::createAnonymousStyleWithDisplay(parentStyle, BLOCK)); in createAnonymous()
DRenderRuby.cpp87 …RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(ruby->style(), INLINE_… in createAnonymousRubyInlineBlock()
DRenderMultiColumnSet.cpp52 renderer->setStyle(RenderStyle::createAnonymousStyleWithDisplay(parentStyle, BLOCK)); in createAnonymous()
DRenderBlock.cpp1167 … RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(style(), BLOCK); in removeChild()
4229 …RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(parent->style(), newDi… in createAnonymousWithParentRendererAndDisplay()
4237 …RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(parent->style(), BLOCK… in createAnonymousColumnsWithParentRenderer()
4248 …RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(parent->style(), BLOCK… in createAnonymousColumnSpanWithParentRenderer()
DRenderTable.cpp1328 …RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(parent->style(), TABLE… in createAnonymousWithParentRenderer()
DRenderInline.cpp338 RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(style(), BLOCK); in addChildIgnoringContinuation()
DRenderTableCell.cpp1265 …RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(parent->style(), TABLE… in createAnonymousWithParentRenderer()
DRenderTableSection.cpp1597 …RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(parent->style(), TABLE… in createAnonymousWithParentRenderer()
DRenderObject.cpp1916 …RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(style(), child->style(… in propagateStyleToAnonymousChildren()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.cpp86 PassRefPtr<RenderStyle> RenderStyle::createAnonymousStyleWithDisplay(const RenderStyle* parentStyle… in createAnonymousStyleWithDisplay() function in blink::RenderStyle
DRenderStyle.h341 …static PassRefPtr<RenderStyle> createAnonymousStyleWithDisplay(const RenderStyle* parentStyle, EDi…