Searched refs:originalValue (Results 1 – 4 of 4) sorted by relevance
928 FloatAnimationValue* originalValue = (FloatAnimationValue*)valueList.at(i); in createAnimationFromKeyframes() local929 …RefPtr<TimingFunction> timingFunction(const_cast<TimingFunction*>(originalValue->timingFunction())… in createAnimationFromKeyframes()930 FloatAnimationValue* value = new FloatAnimationValue(originalValue->keyTime(), in createAnimationFromKeyframes()931 originalValue->value(), in createAnimationFromKeyframes()970 TransformAnimationValue* originalValue = (TransformAnimationValue*)valueList.at(i); in createTransformAnimationsFromKeyframes() local971 …RefPtr<TimingFunction> timingFunction(const_cast<TimingFunction*>(originalValue->timingFunction())… in createTransformAnimationsFromKeyframes()972 TransformAnimationValue* value = new TransformAnimationValue(originalValue->keyTime(), in createTransformAnimationsFromKeyframes()973 originalValue->value(), in createTransformAnimationsFromKeyframes()
320 void *originalValue; in umtx_init() local335 originalValue = SYNC_COMPARE_AND_SWAP(mutex, NULL, m); in umtx_init()336 if (originalValue != NULL) { in umtx_init()
617 final V originalValue = map.get(keyToReplace); in testReplace3ExistingKeyDifferentValue() local632 assertEquals(originalValue, map.get(keyToReplace)); in testReplace3ExistingKeyDifferentValue()716 final V originalValue = map.get(keyToReplace); in testReplace3ExistingKeyNullOldValue() local734 assertEquals(originalValue, map.get(keyToReplace)); in testReplace3ExistingKeyNullOldValue()
1603 context.originalValue = this.valueElement.textContent;1821 …t.textContent !== context.originalName || this.valueElement.textContent !== context.originalValue);