Searched refs:getPairValue (Results 1 – 6 of 6) sorted by relevance
100 Pair* pair = primitiveValue->getPairValue(); in convertLengthPoint()118 Pair* pair = primitiveValue->getPairValue(); in convertRadius()
210 if (Pair* pair = primitiveValue->getPairValue()) { in mapFillSize()237 Pair* pair = primitiveValue->getPairValue(); in mapFillXPosition()262 Pair* pair = primitiveValue->getPairValue(); in mapFillYPosition()632 Pair* pair = primitiveValue->getPairValue(); in mapNinePieceImageRepeat()
298 Pair* getPairValue(ExceptionState&) const;299 Pair* getPairValue() const { return m_primitiveUnitType != CSS_PAIR ? 0 : m_value.pair; } in getPairValue() function
870 Pair* CSSPrimitiveValue::getPairValue(ExceptionState& exceptionState) const in getPairValue() function in WebCore::CSSPrimitiveValue1081 text = getPairValue()->cssText(); in customCSSText()1129 if (Pair* pairValue = getPairValue()) in customSerializeResolvingVariables()1144 if (Pair* pairValue = getPairValue()) in hasVariableReference()
3852 ident1 = first->getPairValue()->first()->getValueID(); in parse3ValuesFillPosition()3853 ident2 = second->getPairValue()->first()->getValueID(); in parse3ValuesFillPosition()
332 Pair* pair = toCSSPrimitiveValue(currValue)->getPairValue();