Home
last modified time | relevance | path

Searched defs:yDelta (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderListBox.cpp484 int yDelta = currentMousePosition.y() - panStartMousePosition.y(); in panScroll() local
DRenderLayer.cpp1279 int yDelta = currentMousePosition.y() - sourcePoint.y(); in panScrollFromPoint() local
1289 void RenderLayer::scrollByRecursively(int xDelta, int yDelta) in scrollByRecursively()