Searched refs:createAnonymousStyleWithDisplay (Results 1 – 14 of 14) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderPagedFlowThread.cpp | 14 renderer->setStyle(RenderStyle::createAnonymousStyleWithDisplay(parentStyle, BLOCK)); in createAnonymous()
|
D | RenderRubyRun.cpp | 184 RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(style(), BLOCK); in createRubyBase() 195 …RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(parentRuby->style(), I… in staticCreateRubyRun()
|
D | RenderTableRow.cpp | 244 …RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(parent->style(), TABLE… in createAnonymousWithParentRenderer()
|
D | RenderMultiColumnFlowThread.cpp | 51 renderer->setStyle(RenderStyle::createAnonymousStyleWithDisplay(parentStyle, BLOCK)); in createAnonymous()
|
D | RenderRuby.cpp | 87 …RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(ruby->style(), INLINE_… in createAnonymousRubyInlineBlock()
|
D | RenderMultiColumnSet.cpp | 52 renderer->setStyle(RenderStyle::createAnonymousStyleWithDisplay(parentStyle, BLOCK)); in createAnonymous()
|
D | RenderBlock.cpp | 1167 … 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()
|
D | RenderTable.cpp | 1328 …RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(parent->style(), TABLE… in createAnonymousWithParentRenderer()
|
D | RenderInline.cpp | 338 RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(style(), BLOCK); in addChildIgnoringContinuation()
|
D | RenderTableCell.cpp | 1265 …RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(parent->style(), TABLE… in createAnonymousWithParentRenderer()
|
D | RenderTableSection.cpp | 1597 …RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(parent->style(), TABLE… in createAnonymousWithParentRenderer()
|
D | RenderObject.cpp | 1916 …RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(style(), child->style(… in propagateStyleToAnonymousChildren()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
D | RenderStyle.cpp | 86 PassRefPtr<RenderStyle> RenderStyle::createAnonymousStyleWithDisplay(const RenderStyle* parentStyle… in createAnonymousStyleWithDisplay() function in blink::RenderStyle
|
D | RenderStyle.h | 341 …static PassRefPtr<RenderStyle> createAnonymousStyleWithDisplay(const RenderStyle* parentStyle, EDi…
|