HomeSort by relevance Sort by last modified time
    Searched refs:operations2 (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/animation/
AnimationTranslationUtilTest.cpp 109 FilterOperations operations2; local
110 operations2.operations().append(BasicColorMatrixFilterOperation::create(1.0, FilterOperation::SATURATE));
111 values.insert(adoptPtr(new FilterAnimationValue(duration, &operations2)));
128 TransformOperations operations2; local
129 operations2.operations().append(TranslateTransformOperation::create(Length(4, WebCore::Fixed), Length(0, WebCore::Fixed), TransformOperation::TranslateX));
130 values.insert(adoptPtr(new TransformAnimationValue(duration, &operations2)));
147 TransformOperations operations2; local
148 operations2.operations().append(RotateTransformOperation::create(270, TransformOperation::Rotate));
149 values.insert(adoptPtr(new TransformAnimationValue(duration, &operations2)));
165 TransformOperations operations2; local
184 TransformOperations operations2; local
203 TransformOperations operations2; local
225 TransformOperations operations2; local
244 TransformOperations operations2; local
263 TransformOperations operations2; local
283 TransformOperations operations2; local
304 TransformOperations operations2; local
    [all...]
  /external/chromium_org/cc/animation/
keyframed_animation_curve_unittest.cc 214 TransformOperations operations2; local
215 operations2.AppendTranslate(4.f, 0.f, 0.f);
220 1.f, operations2, scoped_ptr<TimingFunction>()));
234 TransformOperations operations2; local
235 operations2.AppendTranslate(4.f, 0.f, 0.f);
241 1.f, operations2, scoped_ptr<TimingFunction>()));
261 TransformOperations operations2; local
262 operations2.AppendTranslate(4.f, 0.f, 0.f);
270 1.f, operations2, scoped_ptr<TimingFunction>()));
312 FilterOperations operations2; local
332 FilterOperations operations2; local
359 FilterOperations operations2; local
441 TransformOperations operations2; local
    [all...]
transform_operations_unittest.cc 676 TransformOperations operations2; local
677 operations2.AppendPerspective(500);
683 expected, operations1.Blend(operations2, -0.5));
689 expected, operations1.Blend(operations2, 1.5));
700 TransformOperations operations2; local
701 operations2.AppendMatrix(transform2);
705 expected, operations1.Blend(operations2, 1.5));
709 expected, operations1.Blend(operations2, -0.5));
    [all...]
layer_animation_controller_unittest.cc 1400 TransformOperations operations2; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableValueTestHelperTest.cpp 146 TransformOperations operations2; local
147 operations2.operations().append(ScaleTransformOperation::create(1, 1, 1, TransformOperation::Scale3D));
150 PrintToString(AnimatableTransform::create(operations2)));
  /packages/apps/Calendar/tests/src/com/android/calendar/event/
EditEventHelperTest.java 1493 String[] operations2 = cpo2.toString().split(","); local
    [all...]

Completed in 136 milliseconds