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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FilterOperations.h 65 bool canInterpolateWith(const FilterOperations&) const;
FilterOperations.cpp 73 bool FilterOperations::canInterpolateWith(const FilterOperations& other) const
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableFilterOperations.cpp 41 if (!operations().canInterpolateWith(target->operations()))
  /external/chromium_org/third_party/WebKit/Source/core/frame/animation/
ImplicitAnimation.cpp 260 if (!val->canInterpolateWith(*toVal))
KeyframeAnimation.cpp 422 if (!firstVal->canInterpolateWith(*val))

Completed in 59 milliseconds