Home | History | Annotate | Download | only in browser

Lines Matching refs:max_offset

777   gfx::Vector2d max_offset = max_scroll_offset();
783 if (max_offset.x()) {
785 max_offset.x());
787 if (max_offset.y()) {
789 max_offset.y());
831 gfx::Vector2d max_offset = max_scroll_offset();
836 scroll_offset.set_x((scroll_offset_dip.x() * max_offset.x()) /
841 scroll_offset.set_y((scroll_offset_dip.y() * max_offset.y()) /
847 DCHECK(scroll_offset.x() <= max_offset.x());
848 DCHECK(scroll_offset.y() <= max_offset.y());