Searched refs:scrolledVertical (Results 1 – 1 of 1) sorted by relevance
417 bool scrolledVertical = false; in scrollOverflow() local425 scrolledVertical = renderLayer->scroll(ScrollDown, ScrollByPixel, dy); in scrollOverflow()427 scrolledVertical = renderLayer->scroll(ScrollUp, ScrollByPixel, qAbs(dy)); in scrollOverflow()429 return (scrolledHorizontal || scrolledVertical); in scrollOverflow()1082 bool scrolledVertical = false; in scrollRecursively() local1100 scrolledVertical = scrollOffset.height() < maxScrollOffset.y(); in scrollRecursively()1102 scrolledVertical = scrollOffset.height() > 0; in scrollRecursively()1104 if (scrolledHorizontal || scrolledVertical) { in scrollRecursively()1111 return (scrolledHorizontal || scrolledVertical || scrolledOverflow); in scrollRecursively()