Searched refs:getPairValue (Results 1 – 11 of 11) sorted by relevance
87 } else if (Pair* pair = offset->getPairValue()) { in buildSerializablePositionOffset()122 serializePositionOffset(*normalizedCX->getPairValue(), *normalizedCY->getPairValue()), in cssText()123 serializePositionOffset(*normalizedCY->getPairValue(), *normalizedCX->getPairValue()), in cssText()203 serializePositionOffset(*normalizedCX->getPairValue(), *normalizedCY->getPairValue()), in cssText()204 serializePositionOffset(*normalizedCY->getPairValue(), *normalizedCX->getPairValue()), in cssText()386 Pair* radius = corner->getPairValue(); in updateCornerRadiusWidthAndHeight()
143 Pair* pair = value->getPairValue(); in convertToLengthSize()157 } else if (Pair* pair = value->getPairValue()) { in convertToCenterCoordinate()
317 Pair* getPairValue(ExceptionState&) const;318 Pair* getPairValue() const { return m_primitiveUnitType != CSS_PAIR ? 0 : m_value.pair; } in getPairValue() function
1015 Pair* CSSPrimitiveValue::getPairValue(ExceptionState& exceptionState) const in getPairValue() function in blink::CSSPrimitiveValue1241 text = getPairValue()->cssText(); in customCSSText()
399 if (Pair* pair = value->getPairValue()) { in positionFromValue()
206 if (Pair* pair = primitiveValue->getPairValue()) { in mapFillSize()230 Pair* pair = primitiveValue->getPairValue(); in mapFillXPosition()252 Pair* pair = primitiveValue->getPairValue(); in mapFillYPosition()561 Pair* pair = primitiveValue->getPairValue(); in mapNinePieceImageRepeat()
446 Pair* pair = primitiveValue->getPairValue(); in convertLengthPoint()524 Pair* pair = primitiveValue->getPairValue(); in convertRadius()
179 if (Pair* pairValue = primitiveValue->getPairValue()) { in applyValueCSSPropertyJustifyItems()
80 if (Pair* pair = primitiveValue.getPairValue()) { in interpolationRequiresStyleResolve()
364 Pair* pair = toCSSPrimitiveValue(currValue)->getPairValue();565 if (Pair* pairValue = primitiveValue->getPairValue()) {
2495 ident1 = first->getPairValue()->first()->getValueID(); in parse3ValuesFillPosition()2496 ident2 = second->getPairValue()->first()->getValueID(); in parse3ValuesFillPosition()