Searched defs:getPairValue (Results 1 – 2 of 2) sorted by relevance
1005 Pair* CSSPrimitiveValue::getPairValue(ExceptionState& exceptionState) const in getPairValue() function in WebCore::CSSPrimitiveValue
341 Pair* getPairValue() const { return m_primitiveUnitType != CSS_PAIR ? 0 : m_value.pair; } in getPairValue() function