Home | History | Annotate | Download | only in WebView

Lines Matching full:documentview

1987     NSView *documentView = [[kit(frameView->frame()) frameView] documentView];
2004 [self _addControlRect:bounds clip:bounds fromView:documentView toDashboardRegions:regions];
2436 NSView *documentView = [[kit(frame) frameView] documentView];
2437 if ([documentView isKindOfClass:[WebHTMLView class]] && [(WebHTMLView *)documentView _isUsingAcceleratedCompositing])
3628 id docView = [[[self mainFrame] frameView] documentView];
3639 id docView = [[[self mainFrame] frameView] documentView];
3649 id docView = [[[self mainFrame] frameView] documentView];
3661 id docView = [[[self mainFrame] frameView] documentView];
3673 id docView = [[[self mainFrame] frameView] documentView];
3683 id docView = [[[self mainFrame] frameView] documentView];
3734 id documentView = [[[self mainFrame] frameView] documentView];
3735 return [documentView conformsToProtocol:@protocol(WebDocumentText)]
3736 && [documentView supportsTextEncoding];
3814 [[[kit(frame) frameView] documentView] viewWillMoveToHostWindow:hostWindow];
3824 [[[kit(frame) frameView] documentView] viewDidMoveToHostWindow];
3840 return [[self _frameViewAtWindowPoint:point] documentView];
3848 NSView <WebDocumentView> *documentView = [frameView documentView];
3849 if ([documentView conformsToProtocol:@protocol(WebDocumentElement)]) {
3850 NSPoint point = [documentView convertPoint:windowPoint fromView:nil];
3851 return [(NSView <WebDocumentElement> *)documentView elementAtPoint:point];
3867 NSView <WebDocumentView> *documentView = [self documentViewAtWindowPoint:[draggingInfo draggingLocation]];
3868 [documentView _autoscrollForDraggingInfo:draggingInfo timeDelta:repeatDelta];
3873 NSView <WebDocumentView> *documentView = [self documentViewAtWindowPoint:[draggingInfo draggingLocation]];
3874 return [documentView _shouldAutoscrollForDraggingInfo:draggingInfo];
4073 NSView <WebDocumentView> *documentView = [[[self _selectedOrMainFrame] frameView] documentView];
4074 if ([documentView conformsToProtocol:@protocol(WebDocumentSelection)]) {
4075 return [(NSView <WebDocumentSelection> *)documentView pasteboardTypesForSelection];
4084 NSView <WebDocumentView> *documentView = [[frame frameView] documentView];
4085 if ([documentView conformsToProtocol:@protocol(WebDocumentSelection)])
4086 [(NSView <WebDocumentSelection> *)documentView writeSelectionWithPasteboardTypes:types toPasteboard:pasteboard];
4482 id <WebDocumentView> view = [[frame frameView] documentView];
4530 id <WebDocumentView> documentView = [[[self mainFrame] frameView] documentView];
4537 if ([documentView isKindOfClass:[WebHTMLView class]])
4538 [(WebHTMLView *)documentView _hoverFeedbackSuspendedChanged];
4692 id <WebDocumentView> view = [[frame frameView] documentView];
4715 id <WebDocumentView> view = [[frame frameView] documentView];
4741 id <WebDocumentView> view = [[frame frameView] documentView];
4757 id <WebDocumentView> view = [[frame frameView] documentView];
4759 NSView <WebMultipleTextMatches> *documentView = (NSView <WebMultipleTextMatches> *)view;
4760 NSRect documentViewVisibleRect = [documentView visibleRect];
4761 NSArray *originalRects = [documentView rectsForTextMatches];
4773 r = [documentView convertRect:r toView:self];
5422 coreFrame->editor()->deleteSelectionWithSmartDelete([(WebHTMLView *)[[webFrame frameView] documentView] _canSmartCopyOrDelete]);
5811 responder = [mainFrameView documentView];
5835 id documentView = [[[self selectedFrame] frameView] documentView];
5836 if (![documentView conformsToProtocol:@protocol(WebDocumentText)]) {
5840 NSString *selectedString = [(id <WebDocumentText>)documentView selectedString];
5860 id documentView = [[[self selectedFrame] frameView] documentView];
5861 if (![documentView conformsToProtocol:@protocol(WebDocumentText)])
5864 NSString *selectedString = [(id <WebDocumentText>)documentView selectedString];
6027 id documentView = [[[self _selectedOrMainFrame] frameView] documentView];
6028 if ([documentView isKindOfClass:[WebHTMLView class]])
6029 [documentView _selectionChanged];