Home
last modified time | relevance | path

Searched refs:FarthestCorner (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSGradientValue.cpp1015 enum GradientFill { ClosestSide, ClosestCorner, FarthestSide, FarthestCorner }; in createGradient() enumerator
1016 GradientFill fill = FarthestCorner; in createGradient()
1031 fill = FarthestCorner; in createGradient()
1082 case FarthestCorner: { in createGradient()