Home | History | Annotate | Download | only in WebView

Lines Matching full:convertpoint

1964     adjustedBounds.origin = [self convertPoint:bounds.origin fromView:view];
1969 adjustedClip.origin = [self convertPoint:clip.origin fromView:view];
3850 NSPoint point = [documentView convertPoint:windowPoint fromView:nil];
3858 return [self _elementAtWindowPoint:[self convertPoint:point toView:nil]];
4116 page->dragController()->placeDragCaret(IntPoint([self convertPoint:point toView:nil]));
5026 return kit(page->mainFrame()->editor()->rangeForPoint(IntPoint([self convertPoint:point toView:nil])).get());
5766 NSView *view = [self hitTest:[[self superview] convertPoint:point fromView:nil]];