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

  /external/chromium_org/cc/input/
page_scale_animation.cc 43 scoped_ptr<PageScaleAnimation> PageScaleAnimation::Create(
50 return make_scoped_ptr(new PageScaleAnimation(start_scroll_offset,
58 PageScaleAnimation::PageScaleAnimation(
76 PageScaleAnimation::~PageScaleAnimation() {}
78 void PageScaleAnimation::ZoomTo(gfx::Vector2dF target_scroll_offset,
98 void PageScaleAnimation::ZoomWithAnchor(gfx::Vector2dF anchor,
119 void PageScaleAnimation::InferTargetScrollOffsetFromStartAnchor()
    [all...]
page_scale_animation.h 24 class PageScaleAnimation {
27 static scoped_ptr<PageScaleAnimation> Create(
35 ~PageScaleAnimation();
68 PageScaleAnimation(gfx::Vector2dF start_scroll_offset,
105 DISALLOW_COPY_AND_ASSIGN(PageScaleAnimation);
  /external/chromium_org/cc/trees/
layer_tree_host_impl.h 44 class PageScaleAnimation;
516 scoped_ptr<PageScaleAnimation> page_scale_animation_;
layer_tree_host_impl.cc 360 PageScaleAnimation::Create(scroll_total,
    [all...]
layer_tree_host_impl_unittest.cc     [all...]

Completed in 1368 milliseconds