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

  /external/chromium_org/cc/input/
page_scale_animation.cc 43 scoped_ptr<PageScaleAnimation> PageScaleAnimation::Create(
49 return make_scoped_ptr(new PageScaleAnimation(start_scroll_offset,
56 PageScaleAnimation::PageScaleAnimation(
73 PageScaleAnimation::~PageScaleAnimation() {}
75 void PageScaleAnimation::ZoomTo(gfx::Vector2dF target_scroll_offset,
95 void PageScaleAnimation::ZoomWithAnchor(gfx::Vector2dF anchor,
116 void PageScaleAnimation::InferTargetScrollOffsetFromStartAnchor()
    [all...]
page_scale_animation.h 24 class PageScaleAnimation {
27 static scoped_ptr<PageScaleAnimation> Create(
34 ~PageScaleAnimation();
72 PageScaleAnimation(gfx::Vector2dF start_scroll_offset,
108 DISALLOW_COPY_AND_ASSIGN(PageScaleAnimation);

Completed in 31 milliseconds