HomeSort by relevance Sort by last modified time
    Searched full:identityop (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/animation/
CSSPropertyAnimation.cpp 181 RefPtr<FilterOperation> identityOp = PassthroughFilterOperation::create();
183 result.operations().append(toOp ? toOp : identityOp);
185 result.operations().append(fromOp ? fromOp : identityOp);
    [all...]

Completed in 3254 milliseconds