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

/external/webkit/Source/WebCore/css/
H A DCSSComputedStyleDeclaration.cpp730 static PassRefPtr<CSSValue> fillRepeatToCSSValue(EFillRepeat xRepeat, EFillRepeat yRepeat, CSSPrimitiveValueCache* primitiveValueCache) argument
734 if (xRepeat == yRepeat)
735 return primitiveValueCache->createValue(xRepeat);
736 if (xRepeat == RepeatFill && yRepeat == NoRepeatFill)
738 if (xRepeat == NoRepeatFill && yRepeat == RepeatFill)
742 list->append(primitiveValueCache->createValue(xRepeat));

Completed in 44 milliseconds