Searched defs:topLeftRadiusWidth (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSBasicShapes.cpp323 const String& topLeftRadiusWidth, const String& topLeftRadiusHeight,
350 if (!topLeftRadiusWidth.isNull() && !topLeftRadiusHeight.isNull()) {
352 bool areDefaultCornerRadii = buildInsetRadii(horizontalRadii, topLeftRadiusWidth, topRightRadiusWidth, bottomRightRadiusWidth, bottomLeftRadiusWidth);
394 String topLeftRadiusWidth; local
403 updateCornerRadiusWidthAndHeight(topLeftRadius(), topLeftRadiusWidth, topLeftRadiusHeight); local
412 topLeftRadiusWidth,
322 buildInsetString(const String& top, const String& right, const String& bottom, const String& left, const String& topLeftRadiusWidth, const String& topLeftRadiusHeight, const String& topRightRadiusWidth, const String& topRightRadiusHeight, const String& bottomRightRadiusWidth, const String& bottomRightRadiusHeight, const String& bottomLeftRadiusWidth, const String& bottomLeftRadiusHeight) argument

Completed in 71 milliseconds