Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/animation/
DKeyframeEffectModelTest.cpp63 keyframes[0]->setPropertyValue(CSSPropertyLeft, zeroValue.get()); in keyframesAtZeroAndOne()
66 keyframes[1]->setPropertyValue(CSSPropertyLeft, oneValue.get()); in keyframesAtZeroAndOne()
205 keyframes[0]->setPropertyValue(CSSPropertyLeft, unknownAnimatableValue(3.0).get()); in TEST()
217 keyframes[0]->setPropertyValue(CSSPropertyLeft, pixelAnimatableValue(5.0).get()); in TEST()
228 keyframes[0]->setPropertyValue(CSSPropertyLeft, unknownAnimatableValue(3.0).get()); in TEST()
231 keyframes[1]->setPropertyValue(CSSPropertyLeft, unknownAnimatableValue(4.0).get()); in TEST()
234 keyframes[2]->setPropertyValue(CSSPropertyLeft, unknownAnimatableValue(5.0).get()); in TEST()
245 keyframes[0]->setPropertyValue(CSSPropertyLeft, unknownAnimatableValue(3.0).get()); in TEST()
248 keyframes[1]->setPropertyValue(CSSPropertyLeft, unknownAnimatableValue(4.0).get()); in TEST()
250 keyframes[2]->setPropertyValue(CSSPropertyLeft, unknownAnimatableValue(5.0).get()); in TEST()
[all …]
DAnimationStackTest.cpp52 keyframes[0]->setPropertyValue(id, value.get()); in makeAnimationEffect()
55 keyframes[1]->setPropertyValue(id, value.get()); in makeAnimationEffect()
DAnimatableValueKeyframe.h19 void setPropertyValue(CSSPropertyID property, PassRefPtrWillBeRawPtr<AnimatableValue> value) in setPropertyValue() function
DStringKeyframe.h21 void setPropertyValue(CSSPropertyID, const String& value, StyleSheetContents*);
DEffectInput.cpp106 keyframe->setPropertyValue(id, value, styleSheetContents); in convert()
DAnimatableValueKeyframe.cpp16 setPropertyValue(iter->key, iter->value.get()); in AnimatableValueKeyframe()
DStringKeyframe.cpp24 void StringKeyframe::setPropertyValue(CSSPropertyID property, const String& value, StyleSheetConten… in setPropertyValue() function in WebCore::StringKeyframe
DCompositorAnimationsTest.cpp145 keyframe->setPropertyValue(id, value); in createReplaceOpKeyframe()
222 …keyframeGoodMultiple->setPropertyValue(CSSPropertyTransform, AnimatableTransform::create(Transform… in TEST_F()
226 … keyframeBadMultipleID->setPropertyValue(CSSPropertyOpacity, AnimatableDouble::create(10.0).get()); in TEST_F()
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimations.cpp125 …keyframe->setPropertyValue(property, CSSAnimatableValueFactory::create(property, *keyframeStyle).g… in resolveKeyframes()
193 startKeyframe->setPropertyValue(property, snapshotValue.get()); in resolveKeyframes()
195 endKeyframe->setPropertyValue(property, snapshotValue.get()); in resolveKeyframes()
389 …newFrames[0]->setPropertyValue(id, toLegacyStyleInterpolation(sample->at(0).get())->currentValue()… in maybeApplyPendingUpdate()
438 startKeyframe->setPropertyValue(id, from.get()); in calculateTransitionUpdateForProperty()
445 endKeyframe->setPropertyValue(id, to.get()); in calculateTransitionUpdateForProperty()
/external/chromium_org/third_party/WebKit/Source/core/css/
DFontFace.cpp277 if (!value || !setPropertyValue(value, propertyID)) in setPropertyFromString()
283 return setPropertyValue(properties.getPropertyCSSValue(propertyID), propertyID); in setPropertyFromStyle()
286 bool FontFace::setPropertyValue(PassRefPtrWillBeRawPtr<CSSValue> value, CSSPropertyID propertyID) in setPropertyValue() function in WebCore::FontFace
DFontFace.h113 bool setPropertyValue(PassRefPtrWillBeRawPtr<CSSValue>, CSSPropertyID);
/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/sdk/
DRemoteObject.js380 setPropertyValue: function(name, value, callback) method in WebInspector.RemoteObjectImpl
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
DObjectPropertiesSection.js410 … this.property.parentObject.setPropertyValue(this.property.name, expression, callback.bind(this));