Home | History | Annotate | Download | only in WebView

Lines Matching full:_webview

701 - (WebView *)_webView
703 return [_private->dataSource _webView];
894 WebView *webView = [[self _webView] retain];
925 WebView *webView = [[self _webView] retain];
993 WebView *webView = [self _webView];
1002 WebView *webView = [self _webView];
1101 WebHTMLView *view = (WebHTMLView *)[[[[_private->dataSource _webView] mainFrame] frameView] documentView];
1254 WebView *webView = [self _webView];
1347 if (![[self _webView] drawsBackground])
1680 if ([hitView isKindOfClass:[WebHTMLView class]] && ![[(WebHTMLView *)hitView _webView] isHoverFeedbackSuspended])
1776 if (!pasteString || !rangeToReplace || ![[self _webView] smartInsertDeleteEnabled]) {
1789 return [[self _webView] smartInsertDeleteEnabled] && [[pasteboard types] containsObject:WebSmartPastePboardType];
2067 BOOL wasDeferringCallbacks = [[self _webView] defersCallbacks];
2069 [[self _webView] setDefersCallbacks:YES];
2084 [[self _webView] setDefersCallbacks:NO];
2439 WebView *webView = [self _webView];
2760 return [[self _webView] isEditable] && [self _canEditRichly];
2860 // This can be called during teardown when _webView is nil. Return NO when this happens, because CallUIDelegateReturningBoolean
2862 if (![self _webView])
2865 return CallUIDelegateReturningBoolean(result, [self _webView], @selector(webView:validateUserInterfaceItem:defaultValidation:), item, result);
2894 if ([[self _webView] maintainsInactiveSelection])
2916 && [nextResponder isDescendantOf:[[[self _webView] mainFrame] frameView]];
2929 || [[self _webView] _dashboardBehavior:WebDashboardBehaviorAlwaysSendMouseEventsToAllWindows]
2944 if ([[self _webView] _dashboardBehavior:WebDashboardBehaviorAlwaysSendMouseEventsToAllWindows])
2948 [[self _webView] _mouseDidMoveOverElement:nil modifierFlags:0];
3004 WebView *webView = [self _webView];
3285 return [[self _webView] drawsBackground];
3354 WebView *webView = [self _webView];
3394 WebView *webView = [self _webView];
3543 if ([[self _webView] _dashboardBehavior:WebDashboardBehaviorAlwaysAcceptsFirstMouse])
3663 ASSERT(![self _webView] || [self _isTopHTMLView]);
3665 Page* page = core([self _webView]);
3674 ASSERT(![self _webView] || [self _isTopHTMLView]);
3679 if (Page* page = core([self _webView])) {
3727 ASSERT(![self _webView] || [self _isTopHTMLView]);
3728 Page* page = core([self _webView]);
3812 if (![[self _webView] _isPerformingProgrammaticFocus])
3837 if (![[self _webView] _isPerformingProgrammaticFocus])
3869 if (![[self _webView] _isPerformingProgrammaticFocus])
3875 && [nextResponder isDescendantOf:[[[self _webView] mainFrame] frameView]];
4058 [[self _webView] _adjustPrintingMarginsForHeaderAndFooter];
4107 [[self _webView] _drawHeaderAndFooter];
4393 WebView *webView = [self _webView];
4706 WebView *webView = [self _webView];
4784 _private->completionController = [[WebTextCompletionController alloc] initWithWebView:[self _webView] HTMLView:self];
5181 if (![[self _webView] smartInsertDeleteEnabled])
5219 return [[self _webView] isGrammarCheckingEnabled];
5226 [[self _webView] setGrammarCheckingEnabled:flag];
5233 [[self _webView] toggleGrammarChecking:sender];
5278 return [[self _webView] smartInsertDeleteEnabled];
5283 [[self _webView] setSmartInsertDeleteEnabled:flag];
5288 [[self _webView] toggleSmartInsertDelete:sender];
5293 return [[self _webView] isAutomaticQuoteSubstitutionEnabled];
5298 [[self _webView] setAutomaticQuoteSubstitutionEnabled:flag];
5303 [[self _webView] toggleAutomaticQuoteSubstitution:sender];
5308 return [[self _webView] isAutomaticLinkDetectionEnabled];
5313 [[self _webView] setAutomaticLinkDetectionEnabled:flag];
5318 [[self _webView] toggleAutomaticLinkDetection:sender];
5323 return [[self _webView] isAutomaticDashSubstitutionEnabled];
5328 [[self _webView] setAutomaticDashSubstitutionEnabled:flag];
5333 [[self _webView] toggleAutomaticDashSubstitution:sender];
5338 return [[self _webView] isAutomaticTextReplacementEnabled];
5343 [[self _webView] setAutomaticTextReplacementEnabled:flag];
5348 [[self _webView] toggleAutomaticTextReplacement:sender];
5353 return [[self _webView] isAutomaticSpellingCorrectionEnabled];
5358 [[self _webView] setAutomaticSpellingCorrectionEnabled:flag];
5363 [[self _webView] toggleAutomaticSpellingCorrection:sender];
5667 if ([[self _webView] _postsAcceleratedCompositingNotifications])
5668 [[NSNotificationCenter defaultCenter] postNotificationName:_WebViewDidStartAcceleratedCompositingNotification object:[self _webView] userInfo:nil];
6031 WebView *webView = [self _webView];