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 46 scoped_ptr<PageScaleAnimation> PageScaleAnimation::Create(
52 return make_scoped_ptr(new PageScaleAnimation(start_scroll_offset,
59 PageScaleAnimation::PageScaleAnimation(
75 PageScaleAnimation::~PageScaleAnimation() {}
77 void PageScaleAnimation::ZoomTo(const gfx::Vector2dF& target_scroll_offset,
97 void PageScaleAnimation::ZoomWithAnchor(const gfx::Vector2dF& anchor,
118 void PageScaleAnimation::InferTargetScrollOffsetFromStartAnchor()
    [all...]
page_scale_animation.h 27 class CC_EXPORT PageScaleAnimation {
30 static scoped_ptr<PageScaleAnimation> Create(
37 ~PageScaleAnimation();
75 PageScaleAnimation(const gfx::Vector2dF& start_scroll_offset,
111 DISALLOW_COPY_AND_ASSIGN(PageScaleAnimation);

Completed in 98 milliseconds