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

  /external/chromium_org/third_party/WebKit/public/platform/
WebTransformOperations.h 41 virtual bool canBlendWith(const WebTransformOperations& other) const = 0;
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_transform_operations_impl.h 23 virtual bool canBlendWith(const blink::WebTransformOperations& other) const;
web_transform_operations_impl.cc 20 bool WebTransformOperationsImpl::canBlendWith(
24 return transform_operations_.CanBlendWith(other_impl.transform_operations_);
  /external/chromium_org/third_party/WebKit/Source/core/platform/animation/
AnimationTranslationUtil.cpp 158 canBlend = lastOperations->canBlendWith(*operations);
180 canBlend = lastOperations->canBlendWith(*operations);
AnimationTranslationUtilTest.cpp 51 MOCK_CONST_METHOD1(canBlendWith, bool(const WebTransformOperations&));

Completed in 688 milliseconds