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

  /external/chromium_org/cc/blink/
web_scroll_offset_animation_curve_impl.cc 15 WebScrollOffsetAnimationCurveImpl::WebScrollOffsetAnimationCurveImpl(
23 WebScrollOffsetAnimationCurveImpl::~WebScrollOffsetAnimationCurveImpl() {
27 WebScrollOffsetAnimationCurveImpl::type() const {
31 void WebScrollOffsetAnimationCurveImpl::setInitialValue(
36 WebFloatPoint WebScrollOffsetAnimationCurveImpl::getValue(double time) const {
41 double WebScrollOffsetAnimationCurveImpl::duration() const {
46 WebScrollOffsetAnimationCurveImpl::CloneToAnimationCurve() const {
web_scroll_offset_animation_curve_impl.h 19 class WebScrollOffsetAnimationCurveImpl
22 CC_BLINK_EXPORT WebScrollOffsetAnimationCurveImpl(
25 virtual ~WebScrollOffsetAnimationCurveImpl();
40 DISALLOW_COPY_AND_ASSIGN(WebScrollOffsetAnimationCurveImpl);

Completed in 1822 milliseconds