Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValue.h186 …bool isFontIndependentLength() const { return m_primitiveUnitType >= CSS_PX && m_primitiveUnitType… in isFontIndependentLength() function
/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditingStyle.cpp1613 return value->isFontIndependentLength(); in isCSSValueLength()