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

  /external/chromium_org/content/renderer/compositor_bindings/
web_scroll_offset_animation_curve_impl.cc 17 WebScrollOffsetAnimationCurveImpl::WebScrollOffsetAnimationCurveImpl(
25 WebScrollOffsetAnimationCurveImpl::~WebScrollOffsetAnimationCurveImpl() {
29 WebScrollOffsetAnimationCurveImpl::type() const {
33 void WebScrollOffsetAnimationCurveImpl::setInitialValue(
38 WebFloatPoint WebScrollOffsetAnimationCurveImpl::getValue(double time) const {
43 double WebScrollOffsetAnimationCurveImpl::duration() const {
48 WebScrollOffsetAnimationCurveImpl::CloneToAnimationCurve() const {
web_scroll_offset_animation_curve_impl.h 23 class WebScrollOffsetAnimationCurveImpl
26 CONTENT_EXPORT WebScrollOffsetAnimationCurveImpl(
29 virtual ~WebScrollOffsetAnimationCurveImpl();
44 DISALLOW_COPY_AND_ASSIGN(WebScrollOffsetAnimationCurveImpl);

Completed in 111 milliseconds