HomeSort by relevance Sort by last modified time
    Searched full:m_progress (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathBlender.cpp 34 , m_progress(0)
54 return blend(from, to, m_progress);
60 float animValue = blend(from, m_fromMode == AbsoluteCoordinates ? to + toValue : to - toValue, m_progress);
66 float currentValue = blend(fromValue, toValue, m_progress);
80 return blendFloatPoint(fromPoint, toPoint, m_progress);
89 animatedPoint = blendFloatPoint(fromPoint, animatedPoint, m_progress);
95 FloatPoint currentPoint = blendFloatPoint(m_fromCurrentPoint, m_toCurrentPoint, m_progress);
260 m_consumer->arcTo(blend(fromRx, toRx, m_progress),
261 blend(fromRy, toRy, m_progress),
262 blend(fromAngle, toAngle, m_progress),
    [all...]
SVGPathBlender.h 66 float m_progress; member in class:WebCore::SVGPathBlender
  /external/chromium_org/third_party/WebKit/Source/core/platform/
CalculationValue.h 193 , m_progress(progress)
200 return m_progress == o.m_progress && m_from == o.m_from && m_to == o.m_to;
210 return (1.0f - m_progress) * floatValueForLength(m_from, maxValue) + m_progress * floatValueForLength(m_to, maxValue);
216 float m_progress; member in class:WebCore::CalcExpressionBlendLength
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptProfiler.cpp 146 : m_progress(progress), m_firstReport(true) { }
149 ControlOption result = m_progress->isCanceled() ? kAbort : kContinue;
152 m_progress->Start(total);
154 m_progress->Worked(done);
156 m_progress->Done();
160 ScriptProfiler::HeapSnapshotProgress* m_progress; member in class:WebCore::__anon12546::ActivityControlAdapter
  /external/chromium_org/third_party/WebKit/Source/core/page/
Page.h 171 ProgressTracker* progress() const { return m_progress.get(); }
275 OwnPtr<ProgressTracker> m_progress; member in class:WebCore::Page
Page.cpp 104 , m_progress(ProgressTracker::create())

Completed in 256 milliseconds