Home
last modified time | relevance | path

Searched refs:operationsMatch (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/transforms/
DTransformOperations.cpp53 bool TransformOperations::operationsMatch(const TransformOperations& other) const in operationsMatch() function in WebCore::TransformOperations
106 if (!from.size() || !size() || from.operationsMatch(*this)) in blend()
DTransformOperations.h71 bool operationsMatch(const TransformOperations&) const;
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
DImplicitAnimation.cpp243 if (val != toVal && !toVal->operations().isEmpty() && !val->operationsMatch(*toVal)) in validateTransformFunctionList()
DKeyframeAnimation.cpp386 if (!firstVal->operationsMatch(*val)) in validateTransformFunctionList()