OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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