Searched refs:CheckScrollBounds (Results 1 – 1 of 1) sorted by relevance
56 int CheckScrollBounds(int viewport_size, int content_size, int current_pos) { in CheckScrollBounds() function66 void CheckScrollBounds(View* viewport, View* view) { in CheckScrollBounds() function70 int x = CheckScrollBounds(viewport->width(), view->width(), -view->x()); in CheckScrollBounds()71 int y = CheckScrollBounds(viewport->height(), view->height(), -view->y()); in CheckScrollBounds()336 CheckScrollBounds(header_viewport_, header_); in Layout()337 CheckScrollBounds(contents_viewport_, contents_); in Layout()