Home
last modified time | relevance | path

Searched refs:setPropertyValue (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/
DKeyframeAnimationEffectTest.cpp58 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 …]
DKeyframeAnimationEffect.h62 void setPropertyValue(CSSPropertyID, const AnimatableValue*);
DKeyframeAnimationEffect.cpp127 setPropertyValue(iter->key, iter->value.get()); in Keyframe()
130 void Keyframe::setPropertyValue(CSSPropertyID property, const AnimatableValue* value) in setPropertyValue() function in WebCore::Keyframe
DCompositorAnimationsTest.cpp147 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/
DFontFace.cpp248 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
DFontFace.h94 bool setPropertyValue(PassRefPtr<CSSValue>, CSSPropertyID);
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimations.cpp129 …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/
DResultsElement.java561 public void setPropertyValue(Object name, Object value) { in setPropertyValue() method in ResultsElement
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DRemoteObject.js253 setPropertyValue: function(name, value, callback) method in WebInspector.RemoteObject
DObjectPropertiesSection.js406 …this.property.parentObject.setPropertyValue(this.property.name, expression.trim(), callback.bind(t…
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolver.cpp880 … keyframes[i]->setPropertyValue(id, CSSAnimatableValueFactory::create(id, *state.style()).get()); in createKeyframeAnimationEffect()