HomeSort by relevance Sort by last modified time
    Searched refs:LineClampPercentage (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
LineClampValue.h 48 bool isPercentage() const { return m_type == LineClampPercentage; }
RenderStyleConstants.h 456 enum ELineClampType { LineClampLineCount, LineClampPercentage };
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValueMappings.h 121 return LineClampValue(clampTo<int>(m_value.num), LineClampPercentage);
    [all...]

Completed in 51 milliseconds