Home
last modified time | relevance | path

Searched refs:originalValue (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/
DGraphicsLayerAndroid.cpp928 FloatAnimationValue* originalValue = (FloatAnimationValue*)valueList.at(i); in createAnimationFromKeyframes() local
929 …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() local
971 …RefPtr<TimingFunction> timingFunction(const_cast<TimingFunction*>(originalValue->timingFunction())… in createTransformAnimationsFromKeyframes()
972 TransformAnimationValue* value = new TransformAnimationValue(originalValue->keyTime(), in createTransformAnimationsFromKeyframes()
973 originalValue->value(), in createTransformAnimationsFromKeyframes()
/external/icu4c/common/
Dumutex.c320 void *originalValue; in umtx_init() local
335 originalValue = SYNC_COMPARE_AND_SWAP(mutex, NULL, m); in umtx_init()
336 if (originalValue != NULL) { in umtx_init()
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DConcurrentMapInterfaceTest.java617 final V originalValue = map.get(keyToReplace); in testReplace3ExistingKeyDifferentValue() local
632 assertEquals(originalValue, map.get(keyToReplace)); in testReplace3ExistingKeyDifferentValue()
716 final V originalValue = map.get(keyToReplace); in testReplace3ExistingKeyNullOldValue() local
734 assertEquals(originalValue, map.get(keyToReplace)); in testReplace3ExistingKeyNullOldValue()
/external/webkit/Source/WebCore/inspector/front-end/
DStylesSidebarPane.js1603 context.originalValue = this.valueElement.textContent;
1821 …t.textContent !== context.originalName || this.valueElement.textContent !== context.originalValue);