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

  /external/webkit/WebCore/rendering/style/
LineClampValue.h 48 bool isPercentage() const { return m_type == LineClampPercentage; }
54 return value() == o.value() && isPercentage() == o.isPercentage();
  /external/webkit/WebCore/rendering/
RenderFlexibleBox.cpp 690 int numVisibleLines = lineClamp.isPercentage() ? max(1, (maxLineCount + 1) * lineClamp.value() / 100) : lineClamp.value();
    [all...]
  /external/webkit/WebCore/css/
CSSComputedStyleDeclaration.cpp     [all...]

Completed in 78 milliseconds