Searched defs:create (Results 201 - 225 of 1914) sorted by path

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableFilterOperations.h42 static PassRefPtrWillBeRawPtr<AnimatableFilterOperations> create(const FilterOperations& operations) function in class:blink::FINAL
H A DAnimatableImage.h43 static PassRefPtrWillBeRawPtr<AnimatableImage> create(PassRefPtrWillBeRawPtr<CSSValue> value) function in class:blink::FINAL
H A DAnimatableLength.h41 static PassRefPtrWillBeRawPtr<AnimatableLength> create(const Length& length, float zoom) function in class:blink::FINAL
51 static PassRefPtrWillBeRawPtr<AnimatableLength> create(double pixels, double percent, bool hasPixels, bool hasPercent) function in class:blink::FINAL
H A DAnimatableLengthBox.h41 static PassRefPtrWillBeRawPtr<AnimatableLengthBox> create(PassRefPtrWillBeRawPtr<AnimatableValue> left, PassRefPtrWillBeRawPtr<AnimatableValue> right, PassRefPtrWillBeRawPtr<AnimatableValue> top, PassRefPtrWillBeRawPtr<AnimatableValue> bottom) function in class:blink::FINAL
H A DAnimatableLengthBoxAndBool.h41 static PassRefPtrWillBeRawPtr<AnimatableLengthBoxAndBool> create(PassRefPtrWillBeRawPtr<AnimatableValue> box, bool flag) function in class:blink::FINAL
H A DAnimatableLengthPoint.h41 static PassRefPtrWillBeRawPtr<AnimatableLengthPoint> create(PassRefPtrWillBeRawPtr<AnimatableValue> x, PassRefPtrWillBeRawPtr<AnimatableValue> y) function in class:blink::FINAL
H A DAnimatableLengthPoint3D.h41 static PassRefPtrWillBeRawPtr<AnimatableLengthPoint3D> create(PassRefPtrWillBeRawPtr<AnimatableValue> x, PassRefPtrWillBeRawPtr<AnimatableValue> y, PassRefPtrWillBeRawPtr<AnimatableValue> z) function in class:blink::FINAL
H A DAnimatableLengthSize.h41 static PassRefPtrWillBeRawPtr<AnimatableLengthSize> create(PassRefPtrWillBeRawPtr<AnimatableValue> width, PassRefPtrWillBeRawPtr<AnimatableValue> height) function in class:blink::FINAL
H A DAnimatableLengthTest.cpp17 PassRefPtrWillBeRawPtr<AnimatableLength> create(const Length& length, double zoom = 1) function in namespace:blink::__anon11001
19 return AnimatableLength::create(length, zoom);
26 EXPECT_EQ(Length(0, Fixed), create(Length(0, Fixed))->length(1, ValueRangeAll));
27 EXPECT_EQ(Length(0, Percent), create(Length(0, Percent))->length(1, ValueRangeAll));
28 EXPECT_EQ(Length(10, Fixed), create(Length(10, Fixed))->length(1, ValueRangeAll));
29 EXPECT_EQ(Length(10, Percent), create(Length(10, Percent))->length(1, ValueRangeAll));
30 EXPECT_EQ(Length(-10, Fixed), create(Length(-10, Fixed))->length(1, ValueRangeAll));
31 EXPECT_EQ(Length(-10, Percent), create(Length(-10, Percent))->length(1, ValueRangeAll));
32 Length calc = Length(CalculationValue::create(PixelsAndPercent(5, 10), ValueRangeAll));
33 EXPECT_EQ(calc, create(cal
[all...]
H A DAnimatableNeutral.h45 static PassRefPtrWillBeRawPtr<AnimatableNeutral> create() { return adoptRefWillBeNoop(new AnimatableNeutral()); } function in class:blink::FINAL
H A DAnimatableRepeatable.h46 static PassRefPtrWillBeRawPtr<AnimatableRepeatable> create(WillBeHeapVector<RefPtrWillBeMember<AnimatableValue> >& values) function in class:blink::AnimatableRepeatable
H A DAnimatableSVGLength.h43 static PassRefPtrWillBeRawPtr<AnimatableSVGLength> create(PassRefPtr<SVGLength> length) function in class:blink::FINAL
H A DAnimatableSVGPaint.h43 static PassRefPtrWillBeRawPtr<AnimatableSVGPaint> create( function in class:blink::FINAL
48 return create(type, visitedLinkType, AnimatableColor::create(color, visitedLinkColor), uri, visitedLinkURI);
50 static PassRefPtrWillBeRawPtr<AnimatableSVGPaint> create( function in class:blink::FINAL
H A DAnimatableShadow.h42 static PassRefPtrWillBeRawPtr<AnimatableShadow> create(PassRefPtr<ShadowList> shadowList) function in class:blink::FINAL
H A DAnimatableShapeValue.h42 static PassRefPtrWillBeRawPtr<AnimatableShapeValue> create(ShapeValue* shape) function in class:blink::FINAL
H A DAnimatableStrokeDasharrayList.h43 static PassRefPtrWillBeRawPtr<AnimatableStrokeDasharrayList> create(PassRefPtr<SVGLengthList> lengths) function in class:blink::FINAL
H A DAnimatableTransform.cpp36 PassRefPtrWillBeRawPtr<AnimatableTransform> AnimatableTransform::create(const TransformOperations& transform) function in class:blink::AnimatableTransform
44 return AnimatableTransform::create(transform->m_transform.blend(m_transform, fraction));
H A DAnimatableUnknown.h44 static PassRefPtrWillBeRawPtr<AnimatableUnknown> create(PassRefPtrWillBeRawPtr<CSSValue> value) function in class:blink::FINAL
48 static PassRefPtrWillBeRawPtr<AnimatableUnknown> create(CSSValueID value) function in class:blink::FINAL
H A DAnimatableValueKeyframe.h15 static PassRefPtrWillBeRawPtr<AnimatableValueKeyframe> create() function in class:blink::AnimatableValueKeyframe
H A DAnimatableVisibility.h42 static PassRefPtrWillBeRawPtr<AnimatableVisibility> create(EVisibility visibility) function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
H A DCSSAnimatableValueFactory.cpp71 return AnimatableLength::create(length, style.effectiveZoom());
79 return AnimatableUnknown::create(CSSPrimitiveValue::create(length, 1));
81 return AnimatableUnknown::create(CSSValueNone);
98 return AnimatableUnknown::create(CSSValueNormal);
99 return AnimatableDouble::create(value);
106 return AnimatableDouble::create(value, constraint);
111 return AnimatableLengthBox::create(
127 return AnimatableLengthBox::create(
136 return AnimatableLengthBoxAndBool::create(
271 PassRefPtrWillBeRawPtr<AnimatableValue> CSSAnimatableValueFactory::create(CSSPropertyID property, const RenderStyle& style) function in class:blink::CSSAnimatableValueFactory
[all...]
H A DCSSAnimationData.h16 static PassOwnPtrWillBeRawPtr<CSSAnimationData> create() function in class:blink::FINAL
21 static PassOwnPtrWillBeRawPtr<CSSAnimationData> create(const CSSAnimationData& animationData) function in class:blink::FINAL
H A DCSSTransitionData.h53 static PassOwnPtrWillBeRawPtr<CSSTransitionData> create() function in class:blink::FINAL
58 static PassOwnPtrWillBeRawPtr<CSSTransitionData> create(const CSSTransitionData& transitionData) function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/clipboard/
H A DDataObject.cpp44 RefPtrWillBeRawPtr<DataObject> dataObject = create();
60 PassRefPtrWillBeRawPtr<DataObject> DataObject::create() function in class:blink::DataObject
H A DDataTransfer.cpp109 PassRefPtrWillBeRawPtr<DataTransfer> DataTransfer::create(DataTransferType type, DataTransferAccessPolicy policy, PassRefPtrWillBeRawPtr<DataObject> dataObject) function in class:blink::DataTransfer
198 RefPtrWillBeRawPtr<FileList> files = FileList::create();
258 return DragImage::create(m_dragImage->image());
458 return DataTransferItemList::create(this, m_dataObject);

Completed in 1121 milliseconds

1234567891011>>