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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
LineClampValue.h 48 bool isPercentage() const { return m_type == LineClampPercentage; }
54 return value() == o.value() && isPercentage() == o.isPercentage();
GridTrackSize.h 99 bool isPercentage() const { return m_type == LengthTrackSizing && length().isLength() && length().length().isPercent(); }
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDimension.h 62 bool isPercentage() const { return m_type == Percentage; }
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTCue.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValue.h 202 bool isPercentage() const { return primitiveType() == CSS_PERCENTAGE; }

Completed in 100 milliseconds