HomeSort by relevance Sort by last modified time
    Searched full:last_page_info (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/ui/views/controls/
scroll_view.cc 549 RowInfo last_page_info = GetRowInfo(std::max(0, last_page_y)); local
550 if (last_page_y != last_page_info.origin)
551 return std::max(0, y - last_page_info.origin - last_page_info.height);
552 return std::max(0, y - last_page_info.origin);

Completed in 45 milliseconds