Lines Matching full:pair
66 #include "Pair.h"
1243 RefPtr<Pair> pair = Pair::create(parsedValue1.release(), parsedValue2.release());
1244 RefPtr<CSSPrimitiveValue> val = CSSPrimitiveValue::create(pair.release());
2328 // First check for the comma. If so, we are finished parsing this value or value pair.
2384 // First check for the comma. If so, we are finished parsing this value or value pair.
2439 return CSSPrimitiveValue::create(Pair::create(parsedValue1.release(), parsedValue2.release()));
4185 addProperty(CSSPropertyBorderTopLeftRadius, CSSPrimitiveValue::create(Pair::create(radii[0][0].release(), radii[1][0].release())), important);
4186 addProperty(CSSPropertyBorderTopRightRadius, CSSPrimitiveValue::create(Pair::create(radii[0][1].release(), radii[1][1].release())), important);
4187 addProperty(CSSPropertyBorderBottomRightRadius, CSSPrimitiveValue::create(Pair::create(radii[0][2].release(), radii[1][2].release())), important);
4188 addProperty(CSSPropertyBorderBottomLeftRadius, CSSPrimitiveValue::create(Pair::create(radii[0][3].release(), radii[1][3].release())), important);
4217 list->append(CSSPrimitiveValue::create(Pair::create(counterName.release(),
4340 // Next comes the starting point for the gradient as an x y pair. There is no
4378 // Next is the ending point for the gradient as an x, y pair.