closePath          43 Source/core/html/canvas/CanvasPathMethods.h     void closePath();
closePath          56 Source/core/html/canvas/CanvasPathMethods.h     static void closePath(CanvasPathMethods& object)
closePath          57 Source/core/html/canvas/CanvasPathMethods.h         { object.closePath(); }
closePath         353 Source/core/svg/SVGPathBlender.cpp             m_consumer->closePath();
closePath          49 Source/core/svg/SVGPathBuilder.h     virtual void closePath() OVERRIDE;
closePath          46 Source/core/svg/SVGPathByteStreamBuilder.h     virtual void closePath() OVERRIDE;
closePath          55 Source/core/svg/SVGPathConsumer.h     virtual void closePath() = 0;
closePath          46 Source/core/svg/SVGPathParser.cpp     m_consumer->closePath();
closePath          57 Source/core/svg/SVGPathSegListBuilder.h     virtual void closePath() OVERRIDE;
closePath          42 Source/core/svg/SVGPathStringBuilder.h     virtual void closePath() OVERRIDE;
closePath          50 Source/core/svg/SVGPathTraversalStateBuilder.h     virtual void closePath() OVERRIDE;