Searched defs:childStyle (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DSelectorChecker.cpp476 RenderStyle* childStyle = context.elementStyle ? context.elementStyle : element->renderStyle(); local
478 if (result && childStyle)
479 childStyle->setFirstChildState();
498 RenderStyle* childStyle = context.elementStyle ? context.elementStyle : element->renderStyle(); local
500 if (result && childStyle)
501 childStyle->setLastChildState();
521 RenderStyle* childStyle = context.elementStyle ? context.elementStyle : element->renderStyle(); local
524 if (firstChild && childStyle)
525 childStyle->setFirstChildState();
526 if (onlyChild && childStyle)
550 RenderStyle* childStyle = context.elementStyle ? context.elementStyle : element->renderStyle(); local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFlexibleBox.cpp213 static EAlignItems resolveAlignment(const RenderStyle* parentStyle, const RenderStyle* childStyle) argument
215 EAlignItems align = childStyle->alignSelf();
H A DRenderInline.cpp223 RenderStyle* childStyle = style(true); local
224 alwaysCreateLineBoxes = !parentStyle->font().fontMetrics().hasIdenticalAscentDescentAndLineGap(childStyle->font().fontMetrics())
225 || childStyle->verticalAlign() != BASELINE
226 || parentStyle->lineHeight() != childStyle->lineHeight();
H A DInlineFlowBox.cpp122 RenderStyle* childStyle = child->renderer()->style(isFirstLineStyle()); local
128 if (!parentStyle->font().fontMetrics().hasIdenticalAscentDescentAndLineGap(childStyle->font().fontMetrics())
129 || parentStyle->lineHeight() != childStyle->lineHeight()
130 || (parentStyle->verticalAlign() != BASELINE && !isRootInlineBox()) || childStyle->verticalAlign() != BASELINE)
133 if (childStyle->hasTextCombine() || childStyle->textEmphasisMark() != TextEmphasisMarkNone)
145 || !parentStyle->font().fontMetrics().hasIdenticalAscentDescentAndLineGap(childStyle->font().fontMetrics())
146 || parentStyle->lineHeight() != childStyle->lineHeight()
147 || (parentStyle->verticalAlign() != BASELINE && !isRootInlineBox()) || childStyle->verticalAlign() != BASELINE
148 || childStyle
159 RenderStyle* childStyle = child->renderer()->style(isFirstLineStyle()); local
[all...]
H A DRenderBox.cpp1253 RenderStyle* childStyle = childBox->style(); local
1254 if (childStyle->position() != StaticPosition && childBox->containingBlock() != childBox->parent())
1256 if (childStyle->visibility() != VISIBLE || childStyle->shapeOutside())
1264 if (!childStyle->hasAutoZIndex())
2478 static bool shouldFlipBeforeAfterMargins(const RenderStyle* containingBlockStyle, const RenderStyle* childStyle) argument
2480 ASSERT(containingBlockStyle->isHorizontalWritingMode() != childStyle->isHorizontalWritingMode());
2481 WritingMode childWritingMode = childStyle->writingMode();
H A DRenderBlock.cpp5928 RenderStyle* childStyle = child->style(); local
5930 return getBPMWidth(child->marginEnd(), childStyle->marginEnd()) +
5931 getBPMWidth(child->paddingEnd(), childStyle->paddingEnd()) +
5933 return getBPMWidth(child->marginStart(), childStyle->marginStart()) +
5934 getBPMWidth(child->paddingStart(), childStyle->paddingStart()) +
6042 RenderStyle* childStyle = child->style(); local
6062 Length startMargin = childStyle->marginStart();
6063 Length endMargin = childStyle->marginEnd();
6083 && ((prevFloat->style()->floating() == LeftFloat && (childStyle->clear() & CLEFT))
6084 || (prevFloat->style()->floating() == RightFloat && (childStyle
6283 RenderStyle* childStyle = child->style(); local
7047 const RenderStyle* childStyle = child->style(); local
7060 const RenderStyle* childStyle = child->style(); local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 201 milliseconds