Searched refs:LogicalWidth (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/WebCore/css/ |
D | CSSProperty.cpp | 148 enum LogicalExtent { LogicalWidth, LogicalHeight }; enumerator 154 return logicalSide == LogicalWidth ? properties[1] : properties[0]; in resolveToPhysicalProperty() 258 return resolveToPhysicalProperty(writingMode, LogicalWidth, properties); in resolveDirectionAwareProperty() 266 return resolveToPhysicalProperty(writingMode, LogicalWidth, properties); in resolveDirectionAwareProperty() 274 return resolveToPhysicalProperty(writingMode, LogicalWidth, properties); in resolveDirectionAwareProperty()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderBox.h | 34 enum LogicalWidthType { LogicalWidth, MinLogicalWidth, MaxLogicalWidth }; enumerator
|
D | RenderBox.cpp | 1614 setLogicalWidth(computeLogicalWidthUsing(LogicalWidth, containerWidthInInlineDirection)); in computeLogicalWidth() 1671 if (widthType == LogicalWidth) in computeLogicalWidthUsing()
|