progress 145 Source/bindings/v8/ScriptProfiler.cpp ActivityControlAdapter(ScriptProfiler::HeapSnapshotProgress* progress) progress 146 Source/bindings/v8/ScriptProfiler.cpp : m_progress(progress), m_firstReport(true) { } progress 1501 Source/core/accessibility/AXRenderObject.cpp return frame->loader().progress().estimatedProgress(); progress 12 Source/core/animation/InterpolableValue.cpp PassOwnPtrWillBeRawPtr<InterpolableValue> InterpolableNumber::interpolate(const InterpolableValue &to, const double progress) const progress 15 Source/core/animation/InterpolableValue.cpp if (!progress) progress 17 Source/core/animation/InterpolableValue.cpp if (progress == 1) progress 19 Source/core/animation/InterpolableValue.cpp return create(m_value * (1 - progress) + toNumber->m_value * progress); progress 22 Source/core/animation/InterpolableValue.cpp PassOwnPtrWillBeRawPtr<InterpolableValue> InterpolableBool::interpolate(const InterpolableValue &to, const double progress) const progress 24 Source/core/animation/InterpolableValue.cpp if (progress < 0.5) { progress 30 Source/core/animation/InterpolableValue.cpp PassOwnPtrWillBeRawPtr<InterpolableValue> InterpolableList::interpolate(const InterpolableValue &to, const double progress) const progress 35 Source/core/animation/InterpolableValue.cpp if (!progress) { progress 38 Source/core/animation/InterpolableValue.cpp if (progress == 1) { progress 46 Source/core/animation/InterpolableValue.cpp result->set(i, m_values[i]->interpolate(*(toList->m_values[i]), progress)); progress 28 Source/core/animation/InterpolableValue.h virtual PassOwnPtrWillBeRawPtr<InterpolableValue> interpolate(const InterpolableValue &to, const double progress) const = 0; progress 53 Source/core/animation/InterpolableValue.h virtual PassOwnPtrWillBeRawPtr<InterpolableValue> interpolate(const InterpolableValue &to, const double progress) const OVERRIDE FINAL; progress 77 Source/core/animation/InterpolableValue.h virtual PassOwnPtrWillBeRawPtr<InterpolableValue> interpolate(const InterpolableValue &to, const double progress) const OVERRIDE FINAL; progress 116 Source/core/animation/InterpolableValue.h virtual PassOwnPtrWillBeRawPtr<InterpolableValue> interpolate(const InterpolableValue &other, const double progress) const OVERRIDE FINAL; progress 150 Source/core/animation/InterpolableValue.h virtual PassOwnPtrWillBeRawPtr<InterpolableValue> interpolate(const InterpolableValue &other, const double progress) const OVERRIDE FINAL; progress 21 Source/core/animation/InterpolableValueTest.cpp double interpolateNumbers(double a, double b, double progress) progress 24 Source/core/animation/InterpolableValueTest.cpp i->interpolate(0, progress); progress 28 Source/core/animation/InterpolableValueTest.cpp bool interpolateBools(bool a, bool b, double progress) progress 31 Source/core/animation/InterpolableValueTest.cpp i->interpolate(0, progress); progress 35 Source/core/animation/InterpolableValueTest.cpp PassRefPtrWillBeRawPtr<Interpolation> interpolateLists(PassOwnPtrWillBeRawPtr<InterpolableList> listA, PassOwnPtrWillBeRawPtr<InterpolableList> listB, double progress) progress 38 Source/core/animation/InterpolableValueTest.cpp i->interpolate(0, progress); progress 697 Source/core/css/CSSCalculationValue.cpp const double progress = blendNode->progress(); progress 698 Source/core/css/CSSCalculationValue.cpp const bool isInteger = !progress || (progress == 1); progress 702 Source/core/css/CSSCalculationValue.cpp createExpressionNode(CSSPrimitiveValue::create(1 - progress, CSSPrimitiveValue::CSS_NUMBER), isInteger), progress 706 Source/core/css/CSSCalculationValue.cpp createExpressionNode(CSSPrimitiveValue::create(progress, CSSPrimitiveValue::CSS_NUMBER), isInteger), progress 83 Source/core/dom/GlobalEventHandlers.h DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(progress); progress 321 Source/core/fileapi/FileReader.cpp fireEvent(EventTypeNames::progress); progress 337 Source/core/fileapi/FileReader.cpp fireEvent(EventTypeNames::progress); progress 94 Source/core/fileapi/FileReader.h DEFINE_ATTRIBUTE_EVENT_LISTENER(progress); progress 267 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onprogressAttr.localName(), EventTypeNames::progress); progress 1522 Source/core/html/HTMLMediaElement.cpp scheduleEvent(EventTypeNames::progress); progress 1654 Source/core/html/HTMLMediaElement.cpp scheduleEvent(EventTypeNames::progress); progress 55 Source/core/html/HTMLProgressElement.cpp RefPtr<HTMLProgressElement> progress = adoptRef(new HTMLProgressElement(document)); progress 56 Source/core/html/HTMLProgressElement.cpp progress->ensureUserAgentShadowRoot(); progress 57 Source/core/html/HTMLProgressElement.cpp return progress.release(); progress 249 Source/core/inspector/InspectorHeapProfilerAgent.cpp HeapSnapshotProgress progress(reportProgress && *reportProgress ? m_frontend : 0); progress 250 Source/core/inspector/InspectorHeapProfilerAgent.cpp RefPtr<ScriptHeapSnapshot> snapshot = ScriptProfiler::takeHeapSnapshot(title, &progress); progress 1097 Source/core/inspector/InspectorTimelineAgent.cpp m_frontend->progress(m_bufferedEvents->length()); progress 162 Source/core/loader/FrameFetchContext.cpp m_frame->loader().progress().incrementProgress(identifier, r); progress 169 Source/core/loader/FrameFetchContext.cpp m_frame->loader().progress().incrementProgress(identifier, data, dataLength); progress 175 Source/core/loader/FrameFetchContext.cpp m_frame->loader().progress().incrementProgress(identifier, 0, dataLength); progress 181 Source/core/loader/FrameFetchContext.cpp m_frame->loader().progress().completeProgress(identifier); progress 189 Source/core/loader/FrameFetchContext.cpp m_frame->loader().progress().completeProgress(identifier); progress 86 Source/core/loader/FrameLoader.h ProgressTracker& progress() const { return *m_progressTracker; } progress 115 Source/core/loader/appcache/ApplicationCache.cpp return EventTypeNames::progress; progress 66 Source/core/loader/appcache/ApplicationCache.h DEFINE_ATTRIBUTE_EVENT_LISTENER(progress); progress 446 Source/core/rendering/RenderThemeChromiumSkia.cpp double progress = renderProgress->animationProgress(); progress 447 Source/core/rendering/RenderThemeChromiumSkia.cpp if (progress < 0.5) progress 448 Source/core/rendering/RenderThemeChromiumSkia.cpp return IntRect(rect.x() + progress * 2 * movableWidth, rect.y(), valueWidth, rect.height()); progress 449 Source/core/rendering/RenderThemeChromiumSkia.cpp return IntRect(rect.x() + (1.0 - progress) * 2 * movableWidth, rect.y(), valueWidth, rect.height()); progress 123 Source/core/rendering/style/BasicShapes.cpp PassRefPtr<BasicShape> BasicShapeCircle::blend(const BasicShape* other, double progress) const progress 129 Source/core/rendering/style/BasicShapes.cpp result->setCenterX(m_centerX.blend(o->centerX(), progress)); progress 130 Source/core/rendering/style/BasicShapes.cpp result->setCenterY(m_centerY.blend(o->centerY(), progress)); progress 131 Source/core/rendering/style/BasicShapes.cpp result->setRadius(m_radius.blend(o->radius(), progress)); progress 169 Source/core/rendering/style/BasicShapes.cpp PassRefPtr<BasicShape> BasicShapeEllipse::blend(const BasicShape* other, double progress) const progress 184 Source/core/rendering/style/BasicShapes.cpp result->setCenterX(m_centerX.blend(o->centerX(), progress)); progress 185 Source/core/rendering/style/BasicShapes.cpp result->setCenterY(m_centerY.blend(o->centerY(), progress)); progress 186 Source/core/rendering/style/BasicShapes.cpp result->setRadiusX(m_radiusX.blend(o->radiusX(), progress)); progress 187 Source/core/rendering/style/BasicShapes.cpp result->setRadiusY(m_radiusY.blend(o->radiusY(), progress)); progress 209 Source/core/rendering/style/BasicShapes.cpp PassRefPtr<BasicShape> BasicShapePolygon::blend(const BasicShape* other, double progress) const progress 225 Source/core/rendering/style/BasicShapes.cpp result->appendPoint(m_values.at(i).blend(o->values().at(i), progress, ValueRangeAll), progress 226 Source/core/rendering/style/BasicShapes.cpp m_values.at(i + 1).blend(o->values().at(i + 1), progress, ValueRangeAll)); progress 111 Source/core/rendering/style/BasicShapes.h BasicShapeCenterCoordinate blend(const BasicShapeCenterCoordinate& other, double progress) const progress 113 Source/core/rendering/style/BasicShapes.h return BasicShapeCenterCoordinate(TopLeft, m_computedLength.blend(other.m_computedLength, progress, ValueRangeAll)); progress 146 Source/core/rendering/style/BasicShapes.h BasicShapeRadius blend(const BasicShapeRadius& other, double progress) const progress 151 Source/core/rendering/style/BasicShapes.h return BasicShapeRadius(m_value.blend(other.value(), progress, ValueRangeNonNegative)); progress 38 Source/core/rendering/style/ShadowData.cpp ShadowData ShadowData::blend(const ShadowData& from, double progress) const progress 43 Source/core/rendering/style/ShadowData.cpp return ShadowData(WebCore::blend(from.location(), location(), progress), progress 44 Source/core/rendering/style/ShadowData.cpp clampTo(WebCore::blend(from.blur(), blur(), progress), 0.0f), progress 45 Source/core/rendering/style/ShadowData.cpp WebCore::blend(from.spread(), spread(), progress), progress 47 Source/core/rendering/style/ShadowData.cpp WebCore::blend(from.color(), color(), progress)); progress 51 Source/core/rendering/style/ShadowData.h ShadowData blend(const ShadowData& from, double progress) const; progress 74 Source/core/rendering/style/ShadowList.cpp PassRefPtr<ShadowList> ShadowList::blend(const ShadowList* from, const ShadowList* to, double progress) progress 94 Source/core/rendering/style/ShadowList.cpp shadows.append(toShadow->blend(*fromShadow, progress)); progress 59 Source/core/rendering/style/ShadowList.h static PassRefPtr<ShadowList> blend(const ShadowList* from, const ShadowList* to, double progress); progress 386 Source/core/svg/SVGLength.cpp PassRefPtr<SVGLength> SVGLength::blend(PassRefPtr<SVGLength> passFrom, float progress) const progress 405 Source/core/svg/SVGLength.cpp length->newValueSpecifiedUnits(LengthTypePercentage, WebCore::blend(fromPercent, toPercent, progress)); progress 413 Source/core/svg/SVGLength.cpp length->newValueSpecifiedUnits(fromType, WebCore::blend(fromValue, toValue, progress)); progress 415 Source/core/svg/SVGLength.cpp length->newValueSpecifiedUnits(toType, WebCore::blend(fromValue, toValue, progress)); progress 433 Source/core/svg/SVGLength.cpp length->newValueSpecifiedUnits(toType, WebCore::blend(fromValue, toValue, progress)); progress 97 Source/core/svg/SVGLength.h PassRefPtr<SVGLength> blend(PassRefPtr<SVGLength> from, float progress) const; progress 41 Source/core/svg/SVGPathBlender.cpp static inline FloatPoint blendFloatPoint(const FloatPoint& a, const FloatPoint& b, float progress) progress 43 Source/core/svg/SVGPathBlender.cpp return FloatPoint(blend(a.x(), b.x(), progress), blend(a.y(), b.y(), progress)); progress 305 Source/core/svg/SVGPathBlender.cpp bool SVGPathBlender::blendAnimatedPath(float progress, SVGPathSource* fromSource, SVGPathSource* toSource, SVGPathConsumer* consumer) progress 313 Source/core/svg/SVGPathBlender.cpp m_isInFirstHalfOfAnimation = progress < 0.5f; progress 314 Source/core/svg/SVGPathBlender.cpp m_progress = progress; progress 401 Source/core/svg/animation/SMILTimeContainer.cpp if (!animation->progress(elapsed, resultElement, seekToTime) && resultElement == animation) progress 94 Source/core/svg/animation/SVGSMILElement.h bool progress(SMILTime elapsed, SVGSMILElement* resultsElement, bool seekToTime); progress 411 Source/core/xml/XMLHttpRequest.cpp dispatchThrottledProgressEventSnapshot(EventTypeNames::progress); progress 986 Source/core/xml/XMLHttpRequest.cpp if (type == EventTypeNames::progress) progress 1046 Source/core/xml/XMLHttpRequest.cpp dispatchThrottledProgressEvent(EventTypeNames::progress, receivedLength, expectedLength); progress 45 Source/core/xml/XMLHttpRequestEventTarget.h DEFINE_ATTRIBUTE_EVENT_LISTENER(progress); progress 55 Source/core/xml/XMLHttpRequestProgressEventThrottle.cpp m_deferredProgressEvent = XMLHttpRequestProgressEvent::create(EventTypeNames::progress, lengthComputable, loaded, total); progress 67 Source/core/xml/XMLHttpRequestProgressEventThrottle.cpp dispatchEvent(XMLHttpRequestProgressEvent::create(EventTypeNames::progress, lengthComputable, loaded, total)); progress 125 Source/core/xml/XMLHttpRequestProgressEventThrottle.cpp RefPtrWillBeRawPtr<Event> event = XMLHttpRequestProgressEvent::create(EventTypeNames::progress, m_lengthComputable, m_loaded, m_total); progress 168 Source/core/xml/XMLHttpRequestProgressEventThrottle.cpp dispatchEvent(XMLHttpRequestProgressEvent::create(EventTypeNames::progress, m_lengthComputable, m_loaded, m_total)); progress 195 Source/core/xml/XMLHttpRequestProgressEventThrottle.cpp m_deferredProgressEvent = XMLHttpRequestProgressEvent::create(EventTypeNames::progress, m_lengthComputable, m_loaded, m_total); progress 58 Source/core/xml/XMLHttpRequestUpload.cpp dispatchEvent(XMLHttpRequestProgressEvent::create(EventTypeNames::progress, true, bytesSent, totalBytesToBeSent)); progress 71 Source/core/xml/XMLHttpRequestUpload.cpp dispatchEvent(XMLHttpRequestProgressEvent::create(EventTypeNames::progress, lengthComputable, m_lastBytesSent, m_lastTotalBytesToBeSent)); progress 201 Source/modules/filesystem/FileWriter.cpp fireEvent(EventTypeNames::progress); progress 82 Source/modules/filesystem/FileWriter.h DEFINE_ATTRIBUTE_EVENT_LISTENER(progress); progress 216 Source/platform/CalculationValue.h CalcExpressionBlendLength(Length from, Length to, float progress) progress 219 Source/platform/CalculationValue.h , m_progress(progress) progress 241 Source/platform/CalculationValue.h float progress() const { return m_progress; } progress 178 Source/platform/Length.cpp Length Length::blendMixedTypes(const Length& from, double progress, ValueRange range) const progress 180 Source/platform/Length.cpp return Length(CalculationValue::create(adoptPtr(new CalcExpressionBlendLength(from, *this, progress)), range)); progress 248 Source/platform/Length.h Length blend(const Length& from, double progress, ValueRange range) const progress 255 Source/platform/Length.h if (progress == 0.0) progress 258 Source/platform/Length.h if (progress == 1.0) progress 262 Source/platform/Length.h return blendMixedTypes(from, progress, range); progress 265 Source/platform/Length.h return blendMixedTypes(from, progress, range); progress 274 Source/platform/Length.h float blendedValue = WebCore::blend(from.value(), value(), progress); progress 294 Source/platform/Length.h Length blendMixedTypes(const Length& from, double progress, ValueRange) const; progress 38 Source/platform/animation/AnimationUtilities.h inline int blend(int from, int to, double progress) progress 40 Source/platform/animation/AnimationUtilities.h return lround(from + (to - from) * progress); progress 45 Source/platform/animation/AnimationUtilities.h inline T blend(T from, T to, double progress) progress 48 Source/platform/animation/AnimationUtilities.h return clampTo<T>(round(to > from ? from + (to - from) * progress : from - (from - to) * progress)); progress 51 Source/platform/animation/AnimationUtilities.h inline double blend(double from, double to, double progress) progress 53 Source/platform/animation/AnimationUtilities.h return from + (to - from) * progress; progress 56 Source/platform/animation/AnimationUtilities.h inline float blend(float from, float to, double progress) progress 58 Source/platform/animation/AnimationUtilities.h return static_cast<float>(from + (to - from) * progress); progress 61 Source/platform/animation/AnimationUtilities.h inline LayoutUnit blend(LayoutUnit from, LayoutUnit to, double progress) progress 63 Source/platform/animation/AnimationUtilities.h return from + (to - from) * progress; progress 66 Source/platform/animation/AnimationUtilities.h inline IntPoint blend(const IntPoint& from, const IntPoint& to, double progress) progress 68 Source/platform/animation/AnimationUtilities.h return IntPoint(blend(from.x(), to.x(), progress), blend(from.y(), to.y(), progress)); progress 71 Source/platform/animation/AnimationUtilities.h inline FloatPoint blend(const FloatPoint& from, const FloatPoint& to, double progress) progress 73 Source/platform/animation/AnimationUtilities.h return FloatPoint(blend(from.x(), to.x(), progress), blend(from.y(), to.y(), progress)); progress 153 Source/platform/graphics/Color.h inline Color blend(const Color& from, const Color& to, double progress, bool blendPremultiplied = true) progress 161 Source/platform/graphics/Color.h Color premultBlended(blend(premultFrom.red(), premultTo.red(), progress), progress 162 Source/platform/graphics/Color.h blend(premultFrom.green(), premultTo.green(), progress), progress 163 Source/platform/graphics/Color.h blend(premultFrom.blue(), premultTo.blue(), progress), progress 164 Source/platform/graphics/Color.h blend(premultFrom.alpha(), premultTo.alpha(), progress)); progress 169 Source/platform/graphics/Color.h return Color(blend(from.red(), to.red(), progress), progress 170 Source/platform/graphics/Color.h blend(from.green(), to.green(), progress), progress 171 Source/platform/graphics/Color.h blend(from.blue(), to.blue(), progress), progress 172 Source/platform/graphics/Color.h blend(from.alpha(), to.alpha(), progress)); progress 34 Source/platform/graphics/filters/FilterOperation.cpp PassRefPtr<FilterOperation> FilterOperation::blend(const FilterOperation* from, const FilterOperation* to, double progress) progress 38 Source/platform/graphics/filters/FilterOperation.cpp return to->blend(from, progress); progress 39 Source/platform/graphics/filters/FilterOperation.cpp return from->blend(0, 1 - progress); progress 42 Source/platform/graphics/filters/FilterOperation.cpp PassRefPtr<FilterOperation> BasicColorMatrixFilterOperation::blend(const FilterOperation* from, double progress) const progress 64 Source/platform/graphics/filters/FilterOperation.cpp double result = WebCore::blend(fromAmount, m_amount, progress); progress 81 Source/platform/graphics/filters/FilterOperation.cpp PassRefPtr<FilterOperation> BasicComponentTransferFilterOperation::blend(const FilterOperation* from, double progress) const progress 103 Source/platform/graphics/filters/FilterOperation.cpp double result = WebCore::blend(fromAmount, m_amount, progress); progress 119 Source/platform/graphics/filters/FilterOperation.cpp PassRefPtr<FilterOperation> BlurFilterOperation::blend(const FilterOperation* from, double progress) const progress 123 Source/platform/graphics/filters/FilterOperation.cpp return BlurFilterOperation::create(m_stdDeviation.blend(Length(lengthType), progress, ValueRangeNonNegative)); progress 126 Source/platform/graphics/filters/FilterOperation.cpp return BlurFilterOperation::create(m_stdDeviation.blend(fromOp->m_stdDeviation, progress, ValueRangeNonNegative)); progress 129 Source/platform/graphics/filters/FilterOperation.cpp PassRefPtr<FilterOperation> DropShadowFilterOperation::blend(const FilterOperation* from, double progress) const progress 133 Source/platform/graphics/filters/FilterOperation.cpp WebCore::blend(IntPoint(), m_location, progress), progress 134 Source/platform/graphics/filters/FilterOperation.cpp WebCore::blend(0, m_stdDeviation, progress), progress 135 Source/platform/graphics/filters/FilterOperation.cpp WebCore::blend(Color(Color::transparent), m_color, progress)); progress 140 Source/platform/graphics/filters/FilterOperation.cpp WebCore::blend(fromOp->location(), m_location, progress), progress 141 Source/platform/graphics/filters/FilterOperation.cpp WebCore::blend(fromOp->stdDeviation(), m_stdDeviation, progress), progress 142 Source/platform/graphics/filters/FilterOperation.cpp WebCore::blend(fromOp->color(), m_color, progress)); progress 89 Source/platform/graphics/filters/FilterOperation.h static PassRefPtr<FilterOperation> blend(const FilterOperation* from, const FilterOperation* to, double progress); progress 110 Source/platform/graphics/filters/FilterOperation.h virtual PassRefPtr<FilterOperation> blend(const FilterOperation* from, double progress) const = 0; progress 133 Source/platform/graphics/filters/FilterOperation.h virtual PassRefPtr<FilterOperation> blend(const FilterOperation* from, double progress) const OVERRIDE progress 174 Source/platform/graphics/filters/FilterOperation.h virtual PassRefPtr<FilterOperation> blend(const FilterOperation* from, double progress) const OVERRIDE; progress 214 Source/platform/graphics/filters/FilterOperation.h virtual PassRefPtr<FilterOperation> blend(const FilterOperation* from, double progress) const OVERRIDE; progress 254 Source/platform/graphics/filters/FilterOperation.h virtual PassRefPtr<FilterOperation> blend(const FilterOperation* from, double progress) const OVERRIDE; progress 292 Source/platform/graphics/filters/FilterOperation.h virtual PassRefPtr<FilterOperation> blend(const FilterOperation* from, double progress) const OVERRIDE; progress 313 Source/platform/transforms/AffineTransform.cpp void AffineTransform::blend(const AffineTransform& from, double progress) progress 338 Source/platform/transforms/AffineTransform.cpp srA.scaleX += progress * (srB.scaleX - srA.scaleX); progress 339 Source/platform/transforms/AffineTransform.cpp srA.scaleY += progress * (srB.scaleY - srA.scaleY); progress 340 Source/platform/transforms/AffineTransform.cpp srA.angle += progress * (srB.angle - srA.angle); progress 341 Source/platform/transforms/AffineTransform.cpp srA.remainderA += progress * (srB.remainderA - srA.remainderA); progress 342 Source/platform/transforms/AffineTransform.cpp srA.remainderB += progress * (srB.remainderB - srA.remainderB); progress 343 Source/platform/transforms/AffineTransform.cpp srA.remainderC += progress * (srB.remainderC - srA.remainderC); progress 344 Source/platform/transforms/AffineTransform.cpp srA.remainderD += progress * (srB.remainderD - srA.remainderD); progress 345 Source/platform/transforms/AffineTransform.cpp srA.translateX += progress * (srB.translateX - srA.translateX); progress 346 Source/platform/transforms/AffineTransform.cpp srA.translateY += progress * (srB.translateY - srA.translateY); progress 111 Source/platform/transforms/AffineTransform.h void blend(const AffineTransform& from, double progress); progress 43 Source/platform/transforms/InterpolatedTransformOperation.cpp return progress == t->progress && from == t->from && to == t->to; progress 53 Source/platform/transforms/InterpolatedTransformOperation.cpp toTransform.blend(fromTransform, progress); progress 57 Source/platform/transforms/InterpolatedTransformOperation.cpp PassRefPtr<TransformOperation> InterpolatedTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity) progress 69 Source/platform/transforms/InterpolatedTransformOperation.cpp return InterpolatedTransformOperation::create(thisOperations, fromOperations, progress); progress 42 Source/platform/transforms/InterpolatedTransformOperation.h static PassRefPtr<InterpolatedTransformOperation> create(const TransformOperations& from, const TransformOperations& to, double progress) progress 44 Source/platform/transforms/InterpolatedTransformOperation.h return adoptRef(new InterpolatedTransformOperation(from, to, progress)); progress 55 Source/platform/transforms/InterpolatedTransformOperation.h virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false) OVERRIDE; progress 62 Source/platform/transforms/InterpolatedTransformOperation.h InterpolatedTransformOperation(const TransformOperations& from, const TransformOperations& to, double progress) progress 65 Source/platform/transforms/InterpolatedTransformOperation.h , progress(progress) progress 70 Source/platform/transforms/InterpolatedTransformOperation.h double progress; progress 35 Source/platform/transforms/Matrix3DTransformOperation.cpp PassRefPtr<TransformOperation> Matrix3DTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity) progress 52 Source/platform/transforms/Matrix3DTransformOperation.cpp toT.blend(fromT, progress); progress 60 Source/platform/transforms/Matrix3DTransformOperation.h virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false) OVERRIDE; progress 31 Source/platform/transforms/MatrixTransformOperation.cpp PassRefPtr<TransformOperation> MatrixTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity) progress 48 Source/platform/transforms/MatrixTransformOperation.cpp toT.blend(fromT, progress); progress 67 Source/platform/transforms/MatrixTransformOperation.h virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false) OVERRIDE; progress 36 Source/platform/transforms/PerspectiveTransformOperation.cpp PassRefPtr<TransformOperation> PerspectiveTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity) progress 42 Source/platform/transforms/PerspectiveTransformOperation.cpp double p = WebCore::blend(m_p, 1., progress); // FIXME: this seems wrong. https://bugs.webkit.org/show_bug.cgi?id=52700 progress 52 Source/platform/transforms/PerspectiveTransformOperation.cpp toT.blend(fromT, progress); progress 59 Source/platform/transforms/PerspectiveTransformOperation.h virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false) OVERRIDE; progress 33 Source/platform/transforms/RotateTransformOperation.cpp PassRefPtr<TransformOperation> RotateTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity) progress 39 Source/platform/transforms/RotateTransformOperation.cpp return RotateTransformOperation::create(m_x, m_y, m_z, m_angle - m_angle * progress, m_type); progress 51 Source/platform/transforms/RotateTransformOperation.cpp WebCore::blend(fromAngle, m_angle, progress), m_type); progress 70 Source/platform/transforms/RotateTransformOperation.cpp toT.blend(fromT, progress); progress 67 Source/platform/transforms/RotateTransformOperation.h virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false) OVERRIDE; progress 29 Source/platform/transforms/ScaleTransformOperation.cpp PassRefPtr<TransformOperation> ScaleTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity) progress 35 Source/platform/transforms/ScaleTransformOperation.cpp return ScaleTransformOperation::create(WebCore::blend(m_x, 1.0, progress), progress 36 Source/platform/transforms/ScaleTransformOperation.cpp WebCore::blend(m_y, 1.0, progress), progress 37 Source/platform/transforms/ScaleTransformOperation.cpp WebCore::blend(m_z, 1.0, progress), m_type); progress 43 Source/platform/transforms/ScaleTransformOperation.cpp return ScaleTransformOperation::create(WebCore::blend(fromX, m_x, progress), progress 44 Source/platform/transforms/ScaleTransformOperation.cpp WebCore::blend(fromY, m_y, progress), progress 45 Source/platform/transforms/ScaleTransformOperation.cpp WebCore::blend(fromZ, m_z, progress), m_type); progress 66 Source/platform/transforms/ScaleTransformOperation.h virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false) OVERRIDE; progress 29 Source/platform/transforms/SkewTransformOperation.cpp PassRefPtr<TransformOperation> SkewTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity) progress 35 Source/platform/transforms/SkewTransformOperation.cpp return SkewTransformOperation::create(WebCore::blend(m_angleX, 0.0, progress), WebCore::blend(m_angleY, 0.0, progress), m_type); progress 40 Source/platform/transforms/SkewTransformOperation.cpp return SkewTransformOperation::create(WebCore::blend(fromAngleX, m_angleX, progress), WebCore::blend(fromAngleY, m_angleY, progress), m_type); progress 59 Source/platform/transforms/SkewTransformOperation.h virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false) OVERRIDE; progress 64 Source/platform/transforms/TransformOperation.h virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false) = 0; progress 68 Source/platform/transforms/TransformOperations.cpp TransformOperations TransformOperations::blendByMatchingOperations(const TransformOperations& from, const double& progress) const progress 78 Source/platform/transforms/TransformOperations.cpp RefPtr<TransformOperation> blendedOperation = toOperation ? toOperation->blend(fromOperation.get(), progress) : (fromOperation ? fromOperation->blend(0, progress, true) : nullptr); progress 83 Source/platform/transforms/TransformOperations.cpp if (progress > 0.5) progress 93 Source/platform/transforms/TransformOperations.cpp TransformOperations TransformOperations::blendByUsingMatrixInterpolation(const TransformOperations& from, double progress) const progress 96 Source/platform/transforms/TransformOperations.cpp result.operations().append(InterpolatedTransformOperation::create(from, *this, progress)); progress 100 Source/platform/transforms/TransformOperations.cpp TransformOperations TransformOperations::blend(const TransformOperations& from, double progress) const progress 107 Source/platform/transforms/TransformOperations.cpp return blendByMatchingOperations(from, progress); progress 109 Source/platform/transforms/TransformOperations.cpp return blendByUsingMatrixInterpolation(from, progress); progress 84 Source/platform/transforms/TransformOperations.h TransformOperations blendByMatchingOperations(const TransformOperations& from, const double& progress) const; progress 85 Source/platform/transforms/TransformOperations.h TransformOperations blendByUsingMatrixInterpolation(const TransformOperations& from, double progress) const; progress 86 Source/platform/transforms/TransformOperations.h TransformOperations blend(const TransformOperations& from, double progress) const; progress 1330 Source/platform/transforms/TransformationMatrix.cpp static inline void blendFloat(double& from, double to, double progress) progress 1333 Source/platform/transforms/TransformationMatrix.cpp from = from + (to - from) * progress; progress 1336 Source/platform/transforms/TransformationMatrix.cpp void TransformationMatrix::blend(const TransformationMatrix& from, double progress) progress 1348 Source/platform/transforms/TransformationMatrix.cpp blendFloat(fromDecomp.scaleX, toDecomp.scaleX, progress); progress 1349 Source/platform/transforms/TransformationMatrix.cpp blendFloat(fromDecomp.scaleY, toDecomp.scaleY, progress); progress 1350 Source/platform/transforms/TransformationMatrix.cpp blendFloat(fromDecomp.scaleZ, toDecomp.scaleZ, progress); progress 1351 Source/platform/transforms/TransformationMatrix.cpp blendFloat(fromDecomp.skewXY, toDecomp.skewXY, progress); progress 1352 Source/platform/transforms/TransformationMatrix.cpp blendFloat(fromDecomp.skewXZ, toDecomp.skewXZ, progress); progress 1353 Source/platform/transforms/TransformationMatrix.cpp blendFloat(fromDecomp.skewYZ, toDecomp.skewYZ, progress); progress 1354 Source/platform/transforms/TransformationMatrix.cpp blendFloat(fromDecomp.translateX, toDecomp.translateX, progress); progress 1355 Source/platform/transforms/TransformationMatrix.cpp blendFloat(fromDecomp.translateY, toDecomp.translateY, progress); progress 1356 Source/platform/transforms/TransformationMatrix.cpp blendFloat(fromDecomp.translateZ, toDecomp.translateZ, progress); progress 1357 Source/platform/transforms/TransformationMatrix.cpp blendFloat(fromDecomp.perspectiveX, toDecomp.perspectiveX, progress); progress 1358 Source/platform/transforms/TransformationMatrix.cpp blendFloat(fromDecomp.perspectiveY, toDecomp.perspectiveY, progress); progress 1359 Source/platform/transforms/TransformationMatrix.cpp blendFloat(fromDecomp.perspectiveZ, toDecomp.perspectiveZ, progress); progress 1360 Source/platform/transforms/TransformationMatrix.cpp blendFloat(fromDecomp.perspectiveW, toDecomp.perspectiveW, progress); progress 1362 Source/platform/transforms/TransformationMatrix.cpp slerp(&fromDecomp.quaternionX, &toDecomp.quaternionX, progress); progress 258 Source/platform/transforms/TransformationMatrix.h void blend(const TransformationMatrix& from, double progress); progress 27 Source/platform/transforms/TranslateTransformOperation.cpp PassRefPtr<TransformOperation> TranslateTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity) progress 34 Source/platform/transforms/TranslateTransformOperation.cpp return TranslateTransformOperation::create(zeroLength.blend(m_x, progress, ValueRangeAll), zeroLength.blend(m_y, progress, ValueRangeAll), WebCore::blend(0., m_z, progress), m_type); progress 40 Source/platform/transforms/TranslateTransformOperation.cpp return TranslateTransformOperation::create(m_x.blend(fromX, progress, ValueRangeAll), m_y.blend(fromY, progress, ValueRangeAll), WebCore::blend(fromZ, m_z, progress), m_type); progress 71 Source/platform/transforms/TranslateTransformOperation.h virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false) OVERRIDE;