Searched refs:contentHeightForChild (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderDeprecatedFlexibleBox.cpp170 static LayoutUnit contentHeightForChild(RenderBox* child) function in namespace:blink
777 child->setOverrideLogicalContentHeight(contentHeightForChild(child) + spaceAdd);
794 child->setOverrideLogicalContentHeight(contentHeightForChild(child) + spaceAdd);
1016 LayoutUnit height = contentHeightForChild(child);
1044 LayoutUnit height = contentHeightForChild(child);

Completed in 138 milliseconds