Home | History | Annotate | Download | only in WebCoreSupport

Lines Matching refs:willSendRequestFunc

387     if (implementations->willSendRequestFunc)
388 request = (NSURLRequest *)CallResourceLoadDelegate(implementations->willSendRequestFunc, webView, @selector(webView:resource:willSendRequest:redirectResponse:fromDataSource:), [webView _objectForIdentifier:identifier], request.nsURLRequest(), redirectResponse.nsURLResponse(), dataSource(loader));