HomeSort by relevance Sort by last modified time
    Searched full:scrolledvertical (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebKit/qt/Api/
qwebframe.cpp 143 bool scrolledVertical = false;
152 scrolledVertical = renderLayer->scroll(ScrollDown, ScrollByPixel, dy);
154 scrolledVertical = renderLayer->scroll(ScrollUp, ScrollByPixel, qAbs(dy));
156 if (scrolledHorizontal || scrolledVertical)
    [all...]

Completed in 38 milliseconds