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

  /external/webkit/Tools/QtTestBrowser/
locationedit.cpp 46 , m_progress(0)
67 m_progress = progress;
106 if (!m_progress)
111 gradient.setColorAt(((double) m_progress) / 100, progressColor);
112 if (m_progress != 100)
113 gradient.setColorAt((double) m_progress / 100 + 0.001, backgroundColor);
120 if (m_progress == 100)
locationedit.h 58 int m_progress; member in class:LocationEdit
  /external/webkit/Source/WebCore/bindings/v8/
ScriptProfiler.cpp 72 : m_progress(progress), m_firstReport(true) { }
75 ControlOption result = m_progress->isCanceled() ? kAbort : kContinue;
78 m_progress->Start(total);
80 m_progress->Worked(done);
82 m_progress->Done();
86 ScriptProfiler::HeapSnapshotProgress* m_progress; member in class:WebCore::__anon16046::ActivityControlAdapter
  /external/webkit/Source/WebCore/svg/
SVGPathBlender.h 65 float m_progress; member in class:WebCore::SVGPathBlender
SVGPathBlender.cpp 33 , m_progress(0)
51 return blendAnimatedFloat(from, to, m_progress);
57 float animValue = blendAnimatedFloat(from, m_fromMode == AbsoluteCoordinates ? to + toValue : to - toValue, m_progress);
63 float currentValue = blendAnimatedFloat(fromValue, toValue, m_progress);
70 return blendFloatPoint(fromPoint, toPoint, m_progress);
79 animatedPoint = blendFloatPoint(fromPoint, animatedPoint, m_progress);
85 FloatPoint currentPoint = blendFloatPoint(m_fromCurrentPoint, m_toCurrentPoint, m_progress);
238 m_consumer->arcTo(blendAnimatedFloat(fromRx, toRx, m_progress),
239 blendAnimatedFloat(fromRy, toRy, m_progress),
240 blendAnimatedFloat(fromAngle, toAngle, m_progress),
    [all...]
  /external/webkit/Source/WebCore/page/
Page.h 190 ProgressTracker* progress() const { return m_progress.get(); }
347 OwnPtr<ProgressTracker> m_progress; member in class:WebCore::Page
Page.cpp 158 , m_progress(adoptPtr(new ProgressTracker))

Completed in 277 milliseconds