Home
last modified time | relevance | path

Searched refs:LogicalWidth (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/css/
DCSSProperty.cpp148 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/
DRenderBox.h34 enum LogicalWidthType { LogicalWidth, MinLogicalWidth, MaxLogicalWidth }; enumerator
DRenderBox.cpp1614 setLogicalWidth(computeLogicalWidthUsing(LogicalWidth, containerWidthInInlineDirection)); in computeLogicalWidth()
1671 if (widthType == LogicalWidth) in computeLogicalWidthUsing()