Home | History | Annotate | Download | only in WebView

Lines Matching refs:scrollOrigin

66     // scrollOrigin is set for various combinations of writing mode and direction.
68 NSPoint scrollOrigin;
573 - (void)setScrollOrigin:(NSPoint)scrollOrigin updatePositionAtAll:(BOOL)updatePositionAtAll immediately:(BOOL)updatePositionSynchronously
577 _private->scrollOrigin = scrollOrigin;
582 [docView setBoundsOrigin:NSMakePoint(-scrollOrigin.x, -scrollOrigin.y)];
588 _private->scrollPositionExcludingOrigin = NSMakePoint(visibleRect.origin.x + scrollOrigin.x, visibleRect.origin.y + scrollOrigin.y);
594 - (NSPoint)scrollOrigin
596 return _private->scrollOrigin;