Home | History | Annotate | Download | only in css

Lines Matching refs:inch

6233 Length CSSStyleSelector::inchLength(double inch) const
6235 return Length(CSSPrimitiveValue::create(inch, CSSPrimitiveValue::CSS_IN)->computeLengthIntForLength(style(), m_rootElementStyle), Fixed);