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

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSComputedStyleDeclaration.cpp637 static PassRefPtr<CSSValueList> createPositionListForLayer(CSSPropertyID propertyID, const FillLayer* layer, const RenderStyle* style) function in namespace:WebCore
1722 return createPositionListForLayer(propertyID, layers, style.get());
1726 list->append(createPositionListForLayer(propertyID, currLayer, style.get()));

Completed in 180 milliseconds