/external/chromium_org/third_party/WebKit/Source/core/animation/ |
D | KeyframeAnimationEffectTest.cpp | 58 keyframes[0]->setPropertyValue(CSSPropertyLeft, zeroValue); in keyframesAtZeroAndOne() 61 keyframes[1]->setPropertyValue(CSSPropertyLeft, oneValue); in keyframesAtZeroAndOne() 154 keyframes[0]->setPropertyValue(CSSPropertyLeft, unknownAnimatableValue(3.0)); in TEST() 165 keyframes[0]->setPropertyValue(CSSPropertyLeft, pixelAnimatableValue(5.0)); in TEST() 176 keyframes[0]->setPropertyValue(CSSPropertyLeft, unknownAnimatableValue(3.0)); in TEST() 179 keyframes[1]->setPropertyValue(CSSPropertyLeft, unknownAnimatableValue(4.0)); in TEST() 182 keyframes[2]->setPropertyValue(CSSPropertyLeft, unknownAnimatableValue(5.0)); in TEST() 193 keyframes[0]->setPropertyValue(CSSPropertyLeft, unknownAnimatableValue(3.0)); in TEST() 196 keyframes[1]->setPropertyValue(CSSPropertyLeft, unknownAnimatableValue(4.0)); in TEST() 198 keyframes[2]->setPropertyValue(CSSPropertyLeft, unknownAnimatableValue(5.0)); in TEST() [all …]
|
D | KeyframeAnimationEffect.h | 62 void setPropertyValue(CSSPropertyID, const AnimatableValue*);
|
D | KeyframeAnimationEffect.cpp | 127 setPropertyValue(iter->key, iter->value.get()); in Keyframe() 130 void Keyframe::setPropertyValue(CSSPropertyID property, const AnimatableValue* value) in setPropertyValue() function in WebCore::Keyframe
|
D | CompositorAnimationsTest.cpp | 147 keyframe->setPropertyValue(id, value); in createReplaceOpKeyframe() 243 …keyframeGoodMultiple->setPropertyValue(CSSPropertyWebkitTransform, AnimatableTransform::create(Tra… in TEST_F() 247 …keyframeBadMultipleOp->setPropertyValue(CSSPropertyWebkitTransform, AnimatableDouble::create(10.0)… in TEST_F() 255 …keyframeBadMultiple1ID->setPropertyValue(CSSPropertyOpacity, AnimatableDouble::create(10.0).get()); in TEST_F() 260 … keyframeBadMultiple2ID->setPropertyValue(CSSPropertyWidth, AnimatableDouble::create(10.0).get()); in TEST_F()
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | FontFace.cpp | 248 if (!value || !setPropertyValue(value, propertyID)) in setPropertyFromString() 254 return setPropertyValue(properties->getPropertyCSSValue(propertyID), propertyID); in setPropertyFromStyle() 257 bool FontFace::setPropertyValue(PassRefPtr<CSSValue> value, CSSPropertyID propertyID) in setPropertyValue() function in WebCore::FontFace
|
D | FontFace.h | 94 bool setPropertyValue(PassRefPtr<CSSValue>, CSSPropertyID);
|
/external/chromium_org/third_party/WebKit/Source/core/animation/css/ |
D | CSSAnimations.cpp | 129 …keyframe->setPropertyValue(property, CSSAnimatableValueFactory::create(property, *keyframeStyle).g… in resolveKeyframes() 199 startKeyframe->setPropertyValue(property, snapshotValue.get()); in resolveKeyframes() 201 endKeyframe->setPropertyValue(property, snapshotValue.get()); in resolveKeyframes() 237 clonedKeyframe->setPropertyValue(property, keyframe->propertyValue(property)); in resolveKeyframes() 511 newFrames[0]->setPropertyValue(id, compositableValue->compositeOnto(0).get()); in maybeApplyPendingUpdate() 559 startKeyframe->setPropertyValue(id, from.get()); in calculateTransitionUpdateForProperty() 564 endKeyframe->setPropertyValue(id, to.get()); in calculateTransitionUpdateForProperty()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/ |
D | ResultsElement.java | 561 public void setPropertyValue(Object name, Object value) { in setPropertyValue() method in ResultsElement
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | RemoteObject.js | 253 setPropertyValue: function(name, value, callback) method in WebInspector.RemoteObject
|
D | ObjectPropertiesSection.js | 406 …this.property.parentObject.setPropertyValue(this.property.name, expression.trim(), callback.bind(t…
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | StyleResolver.cpp | 880 … keyframes[i]->setPropertyValue(id, CSSAnimatableValueFactory::create(id, *state.style()).get()); in createKeyframeAnimationEffect()
|