Lines Matching refs:WebView
603 - (WebView *)_webView
796 WebView *webView = [[self _webView] retain];
797 [webView _setInsertionPasteboard:pasteboard];
820 [webView _setInsertionPasteboard:nil];
821 [webView release];
826 WebView *webView = [[self _webView] retain];
827 [webView _setInsertionPasteboard:pasteboard];
833 [webView _setInsertionPasteboard:nil];
834 [webView release];
881 WebView *webView = [self _webView];
884 return [[webView _editingDelegateForwarder] webView:webView shouldInsertText:[(DOMCharacterData *)child data] replacingDOMRange:range givenAction:action];
885 return [[webView _editingDelegateForwarder] webView:webView shouldInsertNode:fragment replacingDOMRange:range givenAction:action];
890 WebView *webView = [self _webView];
891 return [[webView _editingDelegateForwarder] webView:webView shouldInsertText:text replacingDOMRange:range givenAction:action];
1001 // FIXME: this can fail if the dataSource is nil, which happens when the WebView is tearing down from the window closing.
1178 WebView *webView = [self _webView];
1179 [[webView _UIDelegateForwarder] webView:webView didScrollDocumentInFrameView:[self _frameView]];
1979 // Check for a nil _private here in case we were created with initWithCoder. In that case, the WebView is just throwing
2325 WebView *webView = [self _webView];
2326 return [[webView _editingDelegateForwarder] webView:webView doCommandBySelector:selector];
2687 // FIXME 4799134: WebView is the bottleneck for this grammar-checking logic, but we must validate
2708 // FIXME 4799134: WebView is the bottleneck for this logic, but we must validate
2763 // assumes the WebVIew is non-nil.
2767 return CallUIDelegateReturningBoolean(result, [self _webView], @selector(webView:validateUserInterfaceItem:defaultValidation:), item, result);
2869 // do this here to catch the case where the WebView is laid out at one size, removed from its
2906 WebView *webView = [self _webView];
2907 if ([webView _postsAcceleratedCompositingNotifications])
2908 [[NSNotificationCenter defaultCenter] postNotificationName:_WebViewDidStartAcceleratedCompositingNotification object:webView userInfo:nil];
2916 // when decoding a WebView. When WebViews are decoded their subviews
2918 // initialized. The stub views are discarded by WebView.
2934 // when decoding a WebView. When WebViews are decoded their subviews
2936 // initialized. The stub views are discarded by WebView.
3173 WebView *webView = [self _webView];
3176 // called after the WebView has closed. If the client did not properly close the WebView and set the
3180 [[webView _UIDelegateForwarder] webView:webView didDrawRect:[webView convertRect:rect fromView:self]];
3182 if (WebNodeHighlight *currentHighlight = [webView currentNodeHighlight])
3213 WebView *webView = [self _webView];
3214 if ([webView _mustDrawUnionedRect:rect singleRects:rects count:count])
3229 if ([webView _needsOneShotDrawingSynchronization]) {
3241 [webView _setNeedsOneShotDrawingSynchronization:NO];
3742 // This is needed for the case where the webview is embedded in the view that's being printed.
3743 // It shouldn't be called when the webview is being printed directly.
4528 WebView *webView = [self _webView];
4529 if ([[webView _editingDelegateForwarder] webView:webView shouldApplyStyle:style toElementsInDOMRange:range])
5082 // FIXME 4799134: WebView is the bottleneck for this grammar-checking logic, but we must implement the method here because
5089 // FIXME 4799134: WebView is the bottleneck for this grammar-checking logic, but we must implement the method here because
5096 // FIXME 4799134: WebView is the bottleneck for this grammar-checking logic, but we must implement the method here because
5138 // FIXME 4799134: WebView is the bottleneck for this logic, but we must implement these methods here because
5790 WebView *webView = [self _webView];
5791 if ([[webView _editingDelegateForwarder] webView:webView doCommandBySelector:selector])