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

  /external/chromium_org/cc/input/
page_scale_animation.cc 81 target_scroll_offset_ = target_scroll_offset;
121 target_scroll_offset_ =
141 start_scroll_offset_ - target_scroll_offset_, width_scale, height_scale);
143 target_scroll_offset_ + DenormalizeToViewport(normalized,
151 target_scroll_offset_.SetToMax(gfx::Vector2dF());
152 target_scroll_offset_.SetToMin(max_scroll_offset);
206 return target_scroll_offset_;
223 NormalizeFromViewport(target_anchor_ - target_scroll_offset_,
page_scale_animation.h 71 gfx::Vector2dF target_scroll_offset() const { return target_scroll_offset_; }
98 gfx::Vector2dF target_scroll_offset_; member in class:cc::PageScaleAnimation

Completed in 274 milliseconds