Home
last modified time | relevance | path

Searched refs:childBlock (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderTextControlSingleLine.cpp246 RenderBox* childBlock = innerBlockRenderer ? innerBlockRenderer : innerTextRenderer; in layout() local
247 currentHeight = childBlock->height(); in layout()
249 childBlock->setLocation(childBlock->x(), (height() - currentHeight) / 2); in layout()
DRenderBlock.cpp3225 RenderBlock* childBlock = toRenderBlock(child); in markAllDescendantsWithFloatsForLayout() local
3226 …if ((floatToRemove ? childBlock->containsFloat(floatToRemove) : childBlock->containsFloats()) || c… in markAllDescendantsWithFloatsForLayout()
3227 childBlock->markAllDescendantsWithFloatsForLayout(floatToRemove, inLayout); in markAllDescendantsWithFloatsForLayout()