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

/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSBasicShapes.cpp280 static bool buildInsetRadii(Vector<String>& radii, const String& topLeftRadius, const String& topRightRadius, const String& bottomRightRadius, const String& bottomLeftRadius) function in namespace:WebCore
329 bool areDefaultCornerRadii = buildInsetRadii(horizontalRadii, topLeftRadiusWidth, topRightRadiusWidth, bottomRightRadiusWidth, bottomLeftRadiusWidth);
332 areDefaultCornerRadii &= buildInsetRadii(verticalRadii, topLeftRadiusHeight, topRightRadiusHeight, bottomRightRadiusHeight, bottomLeftRadiusHeight);

Completed in 126 milliseconds