Changeset 156091 in webkit for trunk/Source/WebCore/css/CSSPrimitiveValue.h
- Timestamp:
- Sep 19, 2013, 4:03:32 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/css/CSSPrimitiveValue.h
r155624 r156091 205 205 bool isViewportPercentageWidth() const { return m_primitiveUnitType == CSS_VW; } 206 206 bool isViewportPercentageHeight() const { return m_primitiveUnitType == CSS_VH; } 207 bool isViewportPercentageMax() const { return m_primitiveUnitType == CSS_VMAX; } 208 bool isViewportPercentageMin() const { return m_primitiveUnitType == CSS_VMIN; } 207 209 bool isValueID() const { return m_primitiveUnitType == CSS_VALUE_ID; } 208 210
Note:
See TracChangeset
for help on using the changeset viewer.