closed            183 Source/core/frame/DOMWindow.h         bool closed() const;
closed             88 Source/core/html/track/TextTrack.cpp     DEFINE_STATIC_LOCAL(const AtomicString, closed, ("hidden", AtomicString::ConstructFromLiteral));
closed             89 Source/core/html/track/TextTrack.cpp     return closed;
closed             36 Source/core/svg/SVGPathBuilder.cpp void SVGPathBuilder::moveTo(const FloatPoint& targetPoint, bool closed, PathCoordinateMode mode)
closed             40 Source/core/svg/SVGPathBuilder.cpp     if (closed && !m_path->isEmpty())
closed             46 Source/core/svg/SVGPathBuilder.h     virtual void moveTo(const FloatPoint&, bool closed, PathCoordinateMode) OVERRIDE;
closed             43 Source/core/svg/SVGPathByteStreamBuilder.h     virtual void moveTo(const FloatPoint&, bool closed, PathCoordinateMode) OVERRIDE;
closed             52 Source/core/svg/SVGPathConsumer.h     virtual void moveTo(const FloatPoint&, bool closed, PathCoordinateMode) = 0;
closed             54 Source/core/svg/SVGPathSegListBuilder.h     virtual void moveTo(const FloatPoint&, bool closed, PathCoordinateMode) OVERRIDE;
closed             39 Source/core/svg/SVGPathStringBuilder.h     virtual void moveTo(const FloatPoint&, bool closed, PathCoordinateMode) OVERRIDE;
closed             47 Source/core/svg/SVGPathTraversalStateBuilder.h     virtual void moveTo(const FloatPoint&, bool closed, PathCoordinateMode) OVERRIDE;
closed             93 Source/modules/mediasource/MediaSourceBase.cpp     DEFINE_STATIC_LOCAL(const AtomicString, closed, ("closed", AtomicString::ConstructFromLiteral));
closed             94 Source/modules/mediasource/MediaSourceBase.cpp     return closed;