Searched refs:isDotsPerPixel (Results 1 – 2 of 2) sorted by relevance
310 if (CSSPrimitiveValue::isDotsPerPixel(expValue.unit)) in reportMediaQueryWarningIfNeeded()
214 static bool isDotsPerPixel(UnitType type) { return type == CSS_DPPX; } in isDotsPerPixel() function