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

  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableFilterOperations.cpp 51 RefPtr<FilterOperation> blendedOp = FilterOperation::blend(from, to, fraction);
52 if (blendedOp)
53 result.operations().append(blendedOp);
  /external/chromium_org/third_party/WebKit/Source/core/frame/animation/
CSSPropertyAnimation.cpp 157 RefPtr<FilterOperation> blendedOp = FilterOperation::blend(fromOp, toOp, progress);
158 if (blendedOp)
159 result.operations().append(blendedOp);
    [all...]

Completed in 579 milliseconds