Home | History | Annotate | Download | only in mac

Lines Matching refs:scrollPosition

1181         NSPoint scrollPosition = NSMakePoint(0, 0);
1183 IntPoint frameScrollPos = frameView->scrollPosition();
1184 scrollPosition = NSMakePoint(frameScrollPos.x(), frameScrollPos.y());
1187 point.x += remotePosition.x - scrollPosition.x;
1189 point.y = screenHeight - (point.y + remotePosition.y + rect.height() - scrollPosition.y);