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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValue.cpp 78 case CSSPrimitiveValue::CSS_PX:
120 table.set(String("px"), CSSPrimitiveValue::CSS_PX);
156 // between CSS_PX and relative lengths (see cssPixelsPerInch comment in core/css/CSSHelper.h for the topic treatment).
162 case CSS_PX:
228 return CSS_PX;
354 m_primitiveUnitType = CSS_PX;
369 m_primitiveUnitType = CSS_PX;
495 case CSS_PX:
635 case CSS_PX:
712 case CSS_PX
    [all...]
CSSPrimitiveValue.h 80 CSS_PX = 5,
181 bool isFontIndependentLength() const { return m_primitiveUnitType >= CSS_PX && m_primitiveUnitType <= CSS_PC; }
198 bool isPx() const { return primitiveType() == CSS_PX; }

Completed in 37 milliseconds