Lines Matching full:webview
701 - (WebView *)_webView
894 WebView *webView = [[self _webView] retain];
895 [webView _setInsertionPasteboard:pasteboard];
919 [webView _setInsertionPasteboard:nil];
920 [webView release];
925 WebView *webView = [[self _webView] retain];
926 [webView _setInsertionPasteboard:pasteboard];
932 [webView _setInsertionPasteboard:nil];
933 [webView release];
993 WebView *webView = [self _webView];
996 return [[webView _editingDelegateForwarder] webView:webView shouldInsertText:[(DOMCharacterData *)child data] replacingDOMRange:range givenAction:action];
997 return [[webView _editingDelegateForwarder] webView:webView shouldInsertNode:fragment replacingDOMRange:range givenAction:action];
1002 WebView *webView = [self _webView];
1003 return [[webView _editingDelegateForwarder] webView:webView shouldInsertText:text replacingDOMRange:range givenAction:action];
1100 // FIXME: this can fail if the dataSource is nil, which happens when the WebView is tearing down from the window closing.
1254 WebView *webView = [self _webView];
1255 WebDynamicScrollBarsView *scrollView = [[[webView mainFrame] frameView] _scrollView];
1273 [[webView _UIDelegateForwarder] webView:webView didScrollDocumentInFrameView:[self _frameView]];
1986 // Check for a nil _private here in case we were created with initWithCoder. In that case, the WebView is just throwing
2439 WebView *webView = [self _webView];
2440 return [[webView _editingDelegateForwarder] webView:webView doCommandBySelector:selector];
2785 // FIXME 4799134: WebView is the bottleneck for this grammar-checking logic, but we must validate
2806 // FIXME 4799134: WebView is the bottleneck for this logic, but we must validate
2861 // assumes the WebVIew is non-nil.
2865 return CallUIDelegateReturningBoolean(result, [self _webView], @selector(webView:validateUserInterfaceItem:defaultValidation:), item, result);
2967 // do this here to catch the case where the WebView is laid out at one size, removed from its
3004 WebView *webView = [self _webView];
3005 if ([webView _postsAcceleratedCompositingNotifications])
3006 [[NSNotificationCenter defaultCenter] postNotificationName:_WebViewDidStartAcceleratedCompositingNotification object:webView userInfo:nil];
3014 // when decoding a WebView. When WebViews are decoded their subviews
3016 // initialized. The stub views are discarded by WebView.
3027 // WebView. It would be nice to have a single mechanism instead of two.
3034 // when decoding a WebView. When WebViews are decoded their subviews
3036 // initialized. The stub views are discarded by WebView.
3048 // WebView. It would be nice to have a single mechanism instead of two.
3354 WebView *webView = [self _webView];
3357 // called after the WebView has closed. If the client did not properly close the WebView and set the
3361 [[webView _UIDelegateForwarder] webView:webView didDrawRect:[webView convertRect:rect fromView:self]];
3363 if (WebNodeHighlight *currentHighlight = [webView currentNodeHighlight])
3394 WebView *webView = [self _webView];
3395 if ([webView _mustDrawUnionedRect:rect singleRects:rects count:count])
3412 if ([NSGraphicsContext currentContext] == [[self window] graphicsContext] && [webView _needsOneShotDrawingSynchronization]) {
3420 [webView _setNeedsOneShotDrawingSynchronization:NO];
3424 if (webView)
3425 CallUIDelegate(webView, @selector(webView:didDrawFrame:), [self _frame]);
3958 // This is needed for the case where the webview is embedded in the view that's being printed.
3959 // It shouldn't be called when the webview is being printed directly.
4393 WebView *webView = [self _webView];
4394 if (!webView)
4397 if (![[webView preferences] respectStandardStyleKeyEquivalents])
4706 WebView *webView = [self _webView];
4707 if ([[webView _editingDelegateForwarder] webView:webView shouldApplyStyle:style toElementsInDOMRange:range])
5217 // FIXME 4799134: WebView is the bottleneck for this grammar-checking logic, but we must implement the method here because
5224 // FIXME 4799134: WebView is the bottleneck for this grammar-checking logic, but we must implement the method here because
5231 // FIXME 4799134: WebView
5273 // FIXME 4799134: WebView is the bottleneck for this logic, but we must implement these methods here because
6031 WebView *webView = [self _webView];
6032 if ([[webView _editingDelegateForwarder] webView:webView doCommandBySelector:selector])