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

  /external/chromium_org/cc/input/
page_scale_animation.cc 118 start_anchor_ - start_scroll_offset_, StartViewportSize());
135 1.f / (TargetViewportSize().width() - StartViewportSize().width());
137 1.f / (TargetViewportSize().height() - StartViewportSize().height());
153 gfx::SizeF PageScaleAnimation::StartViewportSize() const {
218 StartViewportSize());
page_scale_animation.h 83 gfx::SizeF StartViewportSize() const;

Completed in 22 milliseconds