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

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSComputedStyleDeclaration.cpp554 RefPtr<CSSPrimitiveValue> horizontalRepeat; local
557 horizontalRepeat = cssValuePool().createIdentifierValue(valueForRepeatRule(image.horizontalRule()));
559 verticalRepeat = horizontalRepeat;
562 return cssValuePool().createValue(Pair::create(horizontalRepeat.release(), verticalRepeat.release()));

Completed in 77 milliseconds