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

  /external/chromium_org/content/child/
fling_animator_impl_android.cc 83 gfx::Vector2dF scroll_amount(current_position - last_position_);
88 return target->scrollBy(blink::WebFloatSize(scroll_amount),
  /external/chromium_org/ui/views/controls/scrollbar/
base_scroll_bar.cc 240 int scroll_amount; local
243 scroll_amount = gfx::ToRoundedInt(scroll_amount_f);
244 roundoff_error_.set_x(scroll_amount - scroll_amount_f);
247 scroll_amount = gfx::ToRoundedInt(scroll_amount_f);
248 roundoff_error_.set_y(scroll_amount - scroll_amount_f);
250 if (ScrollByContentsOffset(scroll_amount))

Completed in 122 milliseconds