MiterJoin        3811 Source/core/css/CSSPrimitiveValueMappings.h     case MiterJoin:
MiterJoin        3828 Source/core/css/CSSPrimitiveValueMappings.h         return MiterJoin;
MiterJoin        3838 Source/core/css/CSSPrimitiveValueMappings.h     return MiterJoin;
MiterJoin         234 Source/core/html/canvas/CanvasRenderingContext2D.cpp     , m_lineJoin(MiterJoin)
MiterJoin        2283 Source/core/html/canvas/CanvasRenderingContext2D.cpp     if (state().m_lineJoin == MiterJoin)
MiterJoin          68 Source/core/rendering/style/SVGRenderStyle.h     static LineJoin initialJoinStyle() { return MiterJoin; }
MiterJoin         229 Source/core/rendering/svg/SVGRenderTreeAsText.cpp     case MiterJoin:
MiterJoin         304 Source/core/rendering/svg/SVGRenderTreeAsText.cpp             writeIfNotDefault(ts, "line join", svgStyle->joinStyle(), MiterJoin);
MiterJoin         134 Source/platform/graphics/GraphicsTypes.cpp         join = MiterJoin;