Home
last modified time | relevance | path

Searched defs:childStyle (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DSelectorChecker.cpp592 … RenderStyle* childStyle = context.elementStyle ? context.elementStyle : element.renderStyle(); in checkOne() local
614 … RenderStyle* childStyle = context.elementStyle ? context.elementStyle : element.renderStyle(); in checkOne() local
637 … RenderStyle* childStyle = context.elementStyle ? context.elementStyle : element.renderStyle(); in checkOne() local
666 … RenderStyle* childStyle = context.elementStyle ? context.elementStyle : element.renderStyle(); in checkOne() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.cpp123 RenderStyle* childStyle = child->renderer().style(isFirstLineStyle()); in addToLine() local
160 RenderStyle* childStyle = child->renderer().style(isFirstLineStyle()); in addToLine() local
DRenderGrid.cpp1174 …ic ItemPosition resolveJustification(const RenderStyle* parentStyle, const RenderStyle* childStyle) in resolveJustification()
1295 static ItemPosition resolveAlignment(const RenderStyle* parentStyle, const RenderStyle* childStyle) in resolveAlignment()
DRenderBlockLineLayout.cpp1151 RenderStyle* childStyle = child->style(); in getBorderPaddingMargin() local
1266 RenderStyle* childStyle = child->style(); in computeInlinePreferredLogicalWidths() local
DRenderBlockFlow.cpp1694 const RenderStyle* childStyle = child->style(); in mustSeparateMarginBeforeForChild() local
1707 const RenderStyle* childStyle = child->style(); in mustSeparateMarginAfterForChild() local
DRenderFlexibleBox.cpp196 static ItemPosition resolveAlignment(const RenderStyle* parentStyle, const RenderStyle* childStyle) in resolveAlignment()
DRenderInline.cpp251 RenderStyle* childStyle = style(true); in updateAlwaysCreateLineBoxes() local
DRenderBox.cpp1150 RenderStyle* childStyle = childBox->style(); in isCandidateForOpaquenessTest() local
DRenderBlock.cpp3256 RefPtr<RenderStyle> childStyle = child->style(); in computeBlockPreferredLogicalWidths() local