Home | History | Annotate | Download | only in input

Lines Matching refs:PageScaleAnimation

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() {
126 void PageScaleAnimation::InferTargetAnchorFromScrollOffsets() {
148 void PageScaleAnimation::ClampTargetScrollOffset() {
156 gfx::SizeF PageScaleAnimation::StartViewportSize() const {
160 gfx::SizeF PageScaleAnimation::TargetViewportSize() const {
164 gfx::SizeF PageScaleAnimation::ViewportSizeAt(float interp) const {
168 gfx::Vector2dF PageScaleAnimation::ScrollOffsetAtTime(double time) const {
172 float PageScaleAnimation::PageScaleFactorAtTime(double time) const {
176 bool PageScaleAnimation::IsAnimationCompleteAtTime(double time) const {
180 float PageScaleAnimation::InterpAtTime(double time) const {
189 gfx::Vector2dF PageScaleAnimation::ScrollOffsetAt(float interp) const {
198 gfx::Vector2dF PageScaleAnimation::AnchorAt(float interp) const {
203 gfx::Vector2dF PageScaleAnimation::ViewportRelativeAnchorAt(
218 float PageScaleAnimation::PageScaleFactorAt(float interp) const {