sweep              58 Source/core/css/resolver/MatchedPropertiesCache.cpp     , m_sweepTimer(this, &MatchedPropertiesCache::sweep)
sweep              64 Source/core/css/resolver/MatchedPropertiesCache.h     void sweep(Timer<MatchedPropertiesCache>*);
sweep             101 Source/core/svg/SVGPathByteStreamSource.cpp bool SVGPathByteStreamSource::parseArcToSegment(float& rx, float& ry, float& angle, bool& largeArc, bool& sweep, FloatPoint& targetPoint)
sweep             107 Source/core/svg/SVGPathByteStreamSource.cpp     sweep = readFlag();
sweep             243 Source/core/svg/SVGPathParser.cpp     bool sweep;
sweep             245 Source/core/svg/SVGPathParser.cpp     if (!m_source->parseArcToSegment(rx, ry, angle, largeArc, sweep, targetPoint))
sweep             278 Source/core/svg/SVGPathParser.cpp         return decomposeArcToCubic(angle, rx, ry, point1, targetPoint, largeArc, sweep);
sweep             280 Source/core/svg/SVGPathParser.cpp     m_consumer->arcTo(rx, ry, angle, largeArc, sweep, targetPoint, m_mode);
sweep             136 Source/core/svg/SVGPathSegListSource.cpp bool SVGPathSegListSource::parseArcToSegment(float& rx, float& ry, float& angle, bool& largeArc, bool& sweep, FloatPoint& targetPoint)
sweep             145 Source/core/svg/SVGPathSegListSource.cpp     sweep = arcTo->sweepFlag();
sweep             227 Source/core/svg/SVGPathStringSource.cpp static bool parseArcToSegmentHelper(const CharacterType*& current, const CharacterType* end, float& rx, float& ry, float& angle, bool& largeArc, bool& sweep, FloatPoint& targetPoint)
sweep             235 Source/core/svg/SVGPathStringSource.cpp         || !parseArcFlag(current, end, sweep)
sweep             243 Source/core/svg/SVGPathStringSource.cpp bool SVGPathStringSource::parseArcToSegment(float& rx, float& ry, float& angle, bool& largeArc, bool& sweep, FloatPoint& targetPoint)
sweep             246 Source/core/svg/SVGPathStringSource.cpp         return parseArcToSegmentHelper(m_current.m_character8, m_end.m_character8, rx, ry, angle, largeArc, sweep, targetPoint);
sweep             247 Source/core/svg/SVGPathStringSource.cpp     return parseArcToSegmentHelper(m_current.m_character16, m_end.m_character16, rx, ry, angle, largeArc, sweep, targetPoint);
sweep             329 Source/platform/graphics/Path.cpp     float sweep = endAngle - startAngle;
sweep             331 Source/platform/graphics/Path.cpp     SkScalar sweepDegrees = WebCoreFloatToSkScalar(sweep * 180 / piFloat);
sweep             714 Source/platform/heap/Heap.cpp             page->sweep();
sweep             445 Source/platform/heap/Heap.h     void sweep();
sweep             627 Source/platform/heap/Heap.h     virtual void sweep() = 0;
sweep             669 Source/platform/heap/Heap.h     virtual void sweep();
sweep             737 Source/platform/heap/ThreadState.cpp             m_heaps[i]->sweep();