Searched refs:canBlendWith (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DScaleTransformOperation.cpp31 if (from && !from->canBlendWith(*this))
49 bool ScaleTransformOperation::canBlendWith(const TransformOperation& other) const function in class:blink::ScaleTransformOperation
H A DSkewTransformOperation.cpp31 if (from && !from->canBlendWith(*this))
43 bool SkewTransformOperation::canBlendWith(const TransformOperation& other) const function in class:blink::SkewTransformOperation
H A DIdentityTransformOperation.h39 virtual bool canBlendWith(const TransformOperation& other) const function in class:blink::IdentityTransformOperation
H A DTranslateTransformOperation.cpp29 if (from && !from->canBlendWith(*this))
43 bool TranslateTransformOperation::canBlendWith(const TransformOperation& other) const function in class:blink::TranslateTransformOperation
H A DInterpolatedTransformOperation.h47 virtual bool canBlendWith(const TransformOperation& other) const function in class:blink::InterpolatedTransformOperation
H A DMatrix3DTransformOperation.h42 virtual bool canBlendWith(const TransformOperation& other) const function in class:blink::Matrix3DTransformOperation
H A DPerspectiveTransformOperation.h42 virtual bool canBlendWith(const TransformOperation& other) const function in class:blink::PerspectiveTransformOperation
H A DScaleTransformOperation.h48 virtual bool canBlendWith(const TransformOperation& other) const;
H A DSkewTransformOperation.h42 virtual bool canBlendWith(const TransformOperation& other) const;
H A DTransformOperation.h66 virtual bool canBlendWith(const TransformOperation& other) const = 0;
H A DMatrixTransformOperation.h47 virtual bool canBlendWith(const TransformOperation& other) const function in class:blink::MatrixTransformOperation
H A DRotateTransformOperation.h52 virtual bool canBlendWith(const TransformOperation& other) const;
H A DTranslateTransformOperation.h46 virtual bool canBlendWith(const TransformOperation& other) const;
H A DRotateTransformOperation.cpp152 bool RotateTransformOperation::canBlendWith(const TransformOperation& other) const function in class:blink::RotateTransformOperation
H A DTransformOperations.cpp259 if (fromOperation && toOperation && !fromOperation->canBlendWith(*toOperation.get()))
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebTransformOperations.h41 virtual bool canBlendWith(const WebTransformOperations& other) const = 0;
/external/chromium_org/cc/blink/
H A Dweb_transform_operations_impl.h23 virtual bool canBlendWith(const blink::WebTransformOperations& other) const;
H A Dweb_transform_operations_impl.cc21 bool WebTransformOperationsImpl::canBlendWith( function in class:cc_blink::WebTransformOperationsImpl
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimationTranslationUtilTest.cpp51 MOCK_CONST_METHOD1(canBlendWith, bool(const WebTransformOperations&));

Completed in 1208 milliseconds