Home | History | Annotate | Download | only in mac

Lines Matching full:_webview

1199         Page is always nil at this point, because [self _webView] is nil,
9409 WebView was calling -_webView in a few places where it should have just used itself. It never
9410 makes sense for WebView to call -_webView on itself, and these calls look like they were copied
9411 from similar code in WebHTMLView, WebFrameView and WebDataSource, where -_webView has a different,
9415 (-[WebView drawSingleRect:]): Replaced [self _webView] with self.
9416 (-[WebView _viewClass:andRepresentationClass:forMIMEType:]): Replaced [[self _webView] preferences]