Home
last modified time | relevance | path

Searched refs:last_page_info (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ui/views/controls/
Dscroll_view.cc597 RowInfo last_page_info = GetRowInfo(std::max(0, last_page_y)); in GetPageScrollIncrement() local
598 if (last_page_y != last_page_info.origin) in GetPageScrollIncrement()
599 return std::max(0, y - last_page_info.origin - last_page_info.height); in GetPageScrollIncrement()
600 return std::max(0, y - last_page_info.origin); in GetPageScrollIncrement()