HomeSort by relevance Sort by last modified time
    Searched defs:LogicalWidth (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/css/
CSSProperty.cpp 148 enum LogicalExtent { LogicalWidth, LogicalHeight };
154 return logicalSide == LogicalWidth ? properties[1] : properties[0];
258 return resolveToPhysicalProperty(writingMode, LogicalWidth, properties);
266 return resolveToPhysicalProperty(writingMode, LogicalWidth, properties);
274 return resolveToPhysicalProperty(writingMode, LogicalWidth, properties);
  /external/webkit/Source/WebCore/rendering/
RenderBox.h 34 enum LogicalWidthType { LogicalWidth, MinLogicalWidth, MaxLogicalWidth };
58 int logicalRight() const { return logicalLeft() + logicalWidth(); }
61 int logicalWidth() const { return style()->isHorizontalWritingMode() ? width() : height(); }
444 void computePositionedLogicalWidthUsing(Length logicalWidth, const RenderBoxModelObject* containerBlock, TextDirection containerDirection,

Completed in 30 milliseconds