Home | History | Annotate | Download | only in Api

Lines Matching refs:scrollOffset

1091             IntSize scrollOffset = frame->view()->scrollOffset();
1095 scrolledHorizontal = scrollOffset.width() < maxScrollOffset.x();
1097 scrolledHorizontal = scrollOffset.width() > 0;
1100 scrolledVertical = scrollOffset.height() < maxScrollOffset.y();
1102 scrolledVertical = scrollOffset.height() > 0;
1130 IntSize ofs = d->frame->view()->scrollOffset();