Home
last modified time | relevance | path

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

/external/chromium_org/ui/views/controls/
Dscroll_view.cc596 int last_page_y = y - vis_height; in GetPageScrollIncrement() local
597 RowInfo last_page_info = GetRowInfo(std::max(0, last_page_y)); in GetPageScrollIncrement()
598 if (last_page_y != last_page_info.origin) in GetPageScrollIncrement()