Searched refs:getPairValue (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSBasicShapes.cpp60 else if (Pair* pair = offset->getPairValue()) {
121 serializePositionOffset(*normalizedCX->getPairValue(), *normalizedCY->getPairValue()),
122 serializePositionOffset(*normalizedCY->getPairValue(), *normalizedCX->getPairValue()),
194 serializePositionOffset(*normalizedCX->getPairValue(), *normalizedCY->getPairValue()),
195 serializePositionOffset(*normalizedCY->getPairValue(), *normalizedCX->getPairValue()),
368 Pair* radius = corner->getPairValue();
[all...]
H A DBasicShapeFunctions.cpp140 Pair* pair = value->getPairValue();
154 else if (Pair* pair = value->getPairValue()) {
H A DCSSPrimitiveValue.h309 Pair* getPairValue(ExceptionCode&) const;
310 Pair* getPairValue() const { return m_primitiveUnitType != CSS_PAIR ? 0 : m_value.pair; } function in class:WebCore::CSSPrimitiveValue
H A DCSSToStyleMap.cpp215 if (Pair* pair = primitiveValue->getPairValue()) {
244 Pair* pair = primitiveValue->getPairValue();
276 Pair* pair = primitiveValue->getPairValue();
677 Pair* pair = primitiveValue->getPairValue();
H A DCSSPrimitiveValue.cpp913 Pair* CSSPrimitiveValue::getPairValue(ExceptionCode& ec) const function in class:WebCore::CSSPrimitiveValue
1084 return getPairValue()->cssText();
H A DDeprecatedStyleBuilder.cpp439 Pair* pair = primitiveValue->getPairValue();
1159 Pair* pair = toCSSPrimitiveValue(currValue)->getPairValue();
H A DStyleResolver.cpp2833 if (Pair* pairValue = primitiveValue->getPairValue()) {
H A DCSSParser.cpp4053 ident1 = first->getPairValue()->first()->getValueID();
4054 ident2 = second->getPairValue()->first()->getValueID();

Completed in 168 milliseconds