Home
last modified time | relevance | path

Searched refs:isDotsPerPixel (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DMediaList.cpp310 if (CSSPrimitiveValue::isDotsPerPixel(expValue.unit)) in reportMediaQueryWarningIfNeeded()
DCSSPrimitiveValue.h214 static bool isDotsPerPixel(UnitType type) { return type == CSS_DPPX; } in isDotsPerPixel() function