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

/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSComputedStyleDeclaration.cpp558 RefPtr<CSSPrimitiveValue> horizontalRepeat; local
561 horizontalRepeat = cssValuePool().createIdentifierValue(valueForRepeatRule(image.horizontalRule()));
563 verticalRepeat = horizontalRepeat;
566 return cssValuePool().createValue(Pair::create(horizontalRepeat.release(), verticalRepeat.release()));

Completed in 210 milliseconds