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 121 start_anchor_ - start_scroll_offset_, StartViewportSize());
138 1.f / (TargetViewportSize().width() - StartViewportSize().width());
140 1.f / (TargetViewportSize().height() - StartViewportSize().height());
156 gfx::SizeF PageScaleAnimation::StartViewportSize() const {
208 StartViewportSize());
page_scale_animation.h 80 gfx::SizeF StartViewportSize() const;

Completed in 145 milliseconds