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

  /external/chromium_org/webkit/renderer/compositor_bindings/
web_float_animation_curve_impl.cc 16 WebFloatAnimationCurveImpl::WebFloatAnimationCurveImpl()
19 WebFloatAnimationCurveImpl::~WebFloatAnimationCurveImpl() {}
22 WebFloatAnimationCurveImpl::type() const {
26 void WebFloatAnimationCurveImpl::add(const WebFloatKeyframe& keyframe) {
30 void WebFloatAnimationCurveImpl::add(const WebFloatKeyframe& keyframe,
36 void WebFloatAnimationCurveImpl::add(const WebFloatKeyframe& keyframe,
48 float WebFloatAnimationCurveImpl::getValue(double time) const {
53 WebFloatAnimationCurveImpl::CloneToAnimationCurve() const
    [all...]
web_float_animation_curve_impl.h 21 class WebFloatAnimationCurveImpl : public blink::WebFloatAnimationCurve {
23 WEBKIT_COMPOSITOR_BINDINGS_EXPORT WebFloatAnimationCurveImpl();
24 virtual ~WebFloatAnimationCurveImpl();
46 DISALLOW_COPY_AND_ASSIGN(WebFloatAnimationCurveImpl);

Completed in 25 milliseconds