HomeSort by relevance Sort by last modified time
    Searched refs:PageScaleAnimation (Results 1 - 7 of 7) 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);
  /external/chromium_org/cc/trees/
layer_tree_impl.h 51 class PageScaleAnimation;
329 scoped_ptr<PageScaleAnimation> TakePageScaleAnimation();
402 scoped_ptr<PageScaleAnimation> page_scale_animation_;
layer_tree_host_impl.h 50 class PageScaleAnimation;
630 scoped_ptr<PageScaleAnimation> page_scale_animation_;
layer_tree_impl.cc     [all...]
layer_tree_host_impl.cc     [all...]
layer_tree_host_impl_unittest.cc     [all...]

Completed in 646 milliseconds