measure           263 Source/core/timing/Performance.cpp     m_userTiming->measure(measureName, startMark, endMark, exceptionState);
measure            90 Source/core/timing/Performance.h     void measure(const String& measureName, const String& startMark, const String& endMark, ExceptionState&);
measure            57 Source/core/timing/PerformanceUserTiming.h     void measure(const String& measureName, const String& startMark, const String& endMark, ExceptionState&);
measure           154 Source/platform/graphics/Path.cpp     SkPathMeasure measure(m_path, false);
measure           157 Source/platform/graphics/Path.cpp         length += measure.getLength();
measure           158 Source/platform/graphics/Path.cpp     } while (measure.nextContour());
measure           179 Source/platform/graphics/Path.cpp static bool calculatePointAndNormalOnPath(SkPathMeasure& measure, SkScalar length, FloatPoint& point, float& normalAngle, SkScalar* accumulatedLength = 0)
measure           182 Source/platform/graphics/Path.cpp         SkScalar contourLength = measure.getLength();
measure           187 Source/platform/graphics/Path.cpp             if (measure.getPosTan(length, &position, &tangent)) {
measure           196 Source/platform/graphics/Path.cpp     } while (measure.nextContour());
measure           202 Source/platform/graphics/Path.cpp     SkPathMeasure measure(m_path, false);
measure           204 Source/platform/graphics/Path.cpp     if (calculatePointAndNormalOnPath(measure, WebCoreFloatToSkScalar(length), point, normal))