Home | History | Annotate | Download | only in Api

Lines Matching refs:scroll

147             scrolledHorizontal = renderLayer->scroll(ScrollRight, ScrollByPixel, dx);
149 scrolledHorizontal = renderLayer->scroll(ScrollLeft, ScrollByPixel, qAbs(dx));
152 scrolledVertical = renderLayer->scroll(ScrollDown, ScrollByPixel, dy);
154 scrolledVertical = renderLayer->scroll(ScrollUp, ScrollByPixel, qAbs(dy));
170 to scroll elements with CSS overflow at position pos, followed by this frame. If this
171 frame doesn't scroll, attempts to scroll the parent
185 if (dx > 0) // scroll right
187 else if (dx < 0) // scroll left
190 if (dy > 0) // scroll down
192 else if (dy < 0) //scroll up
196 qFrame->scroll(dx, dy);
1161 void QWebFrame::scroll(int dx, int dy)
1189 scroll(dx, dy);