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

/external/webkit/Source/WebCore/rendering/
H A DRenderBox.h301 int computeLogicalWidthUsing(LogicalWidthType, int availableLogicalWidth);
H A DRenderBox.cpp1626 setLogicalWidth(computeLogicalWidthUsing(LogicalWidth, containerWidthInInlineDirection));
1630 int maxLogicalWidth = computeLogicalWidthUsing(MaxLogicalWidth, containerWidthInInlineDirection);
1638 int minLogicalWidth = computeLogicalWidthUsing(MinLogicalWidth, containerWidthInInlineDirection);
1679 int RenderBox::computeLogicalWidthUsing(LogicalWidthType widthType, int availableLogicalWidth) function in class:WebCore::RenderBox

Completed in 41 milliseconds