Home
last modified time | relevance | path

Searched defs:canBlend (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/animation/
DAnimationTranslationUtil.cpp148 bool canBlend = !lastValue; in appendKeyframeWithStandardTimingFunction() local
170 bool canBlend = !lastValue; in appendKeyframeWithCustomBezierTimingFunction() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DBasicShapes.cpp39 bool BasicShape::canBlend(const BasicShape* other) const in canBlend() function in WebCore::BasicShape