Searched defs:childBox (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockFlow.cpp1981 RenderBox* childBox = floatingObject->renderer(); local
1990 floatLogicalSize.setHeight(logicalHeightForChild(childBox) + marginBeforeForChild(childBox) + marginAfterForChild(childBox));
2014 if (childBox->style()->floating() == LeftFloat) {
2185 RenderBox* childBox = floatingObject->renderer(); local
2186 LayoutUnit childLogicalLeftMargin = style()->isLeftToRightDirection() ? marginStartForChild(childBox) : marginEndForChild(childBox);
2188 LayoutRect oldRect = childBox->frameRect();
2190 if (childBox
[all...]
H A DRenderBlockLineLayout.cpp174 InlineFlowBox* RenderBlockFlow::createLineBoxes(RenderObject* obj, const LineInfo& lineInfo, InlineBox* childBox, bool startNewSegment) argument
219 if (childBox)
220 parentBox->addToLine(childBox);
225 childBox = parentBox;
H A DRenderBox.cpp1386 static bool isCandidateForOpaquenessTest(RenderBox* childBox) argument
1388 RenderStyle* childStyle = childBox->style();
1389 if (childStyle->position() != StaticPosition && childBox->containingBlock() != childBox->parent())
1393 if (!childBox->width() || !childBox->height())
1395 if (RenderLayer* childLayer = childBox->layer()) {
1404 if (childBox->hasOverflowClip() && childStyle->hasBorderRadius())
1417 RenderBox* childBox = toRenderBox(child); local
1418 if (!isCandidateForOpaquenessTest(childBox))
[all...]
H A DRenderBlock.cpp230 while (InlineBox* childBox = box->firstChild())
231 childBox->remove();
3454 for (RenderBox* childBox = firstChildBox(); childBox; childBox = childBox->nextSiblingBox()) {
3455 if (!isChildHitTestCandidate(childBox))
3457 LayoutUnit childLogicalBottom = logicalTopForChild(childBox) + logicalHeightForChild(childBox);
3459 if (isChildHitTestCandidate(childBox)
4189 RenderBox* childBox = toRenderBox(child); local
4432 RenderBox* childBox = toRenderBox(child); local
[all...]

Completed in 122 milliseconds