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