Lines Matching refs:WebView
127 - (WebView *)_webView
129 return [_private->webFrame webView];
189 // Not retained because the WebView owns the WebFrame, which owns the WebFrameView.
256 return [WebView _viewClass:&viewClass andRepresentationClass:nil forMIMEType:MIMEType allowingPlugins:allowPlugins] ? viewClass : nil;
409 // WebView has similar code.
414 // If we couldn't find a previous valid key view, ask the WebView. This handles frameset
418 previousValidKeyView = [[[self webFrame] webView] previousValidKeyView];
435 // WebView has very similar code.
501 if ([[[self webFrame] webView] drawsBackground])
520 // Need to check _private for nil because this can be called inside -[WebView initWithCoder:].
521 if (_private && [[[self webFrame] webView] drawsBackground])