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

  /external/chromium_org/content/renderer/compositor_bindings/
web_float_animation_curve_impl.cc 16 WebFloatAnimationCurveImpl::WebFloatAnimationCurveImpl()
20 WebFloatAnimationCurveImpl::~WebFloatAnimationCurveImpl() {
24 WebFloatAnimationCurveImpl::type() const {
28 void WebFloatAnimationCurveImpl::add(const WebFloatKeyframe& keyframe) {
32 void WebFloatAnimationCurveImpl::add(const WebFloatKeyframe& keyframe,
38 void WebFloatAnimationCurveImpl::add(const WebFloatKeyframe& keyframe,
50 float WebFloatAnimationCurveImpl::getValue(double time) const {
55 WebFloatAnimationCurveImpl::CloneToAnimationCurve() const
    [all...]
web_float_animation_curve_impl.h 23 class WebFloatAnimationCurveImpl : public blink::WebFloatAnimationCurve {
25 CONTENT_EXPORT WebFloatAnimationCurveImpl();
26 virtual ~WebFloatAnimationCurveImpl();
48 DISALLOW_COPY_AND_ASSIGN(WebFloatAnimationCurveImpl);

Completed in 167 milliseconds