OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:willSendRequestFunc
(Results
1 - 3
of
3
) sorted by null
/external/webkit/WebKit/mac/WebView/
WebDelegateImplementationCaching.h
39
IMP
willSendRequestFunc
;
WebView.mm
[
all
...]
/external/webkit/WebKit/mac/WebCoreSupport/
WebFrameLoaderClient.mm
386
if (implementations->
willSendRequestFunc
)
387
request = (NSURLRequest *)CallResourceLoadDelegate(implementations->
willSendRequestFunc
, webView, @selector(webView:resource:willSendRequest:redirectResponse:fromDataSource:), [webView _objectForIdentifier:identifier], request.nsURLRequest(), redirectResponse.nsURLResponse(), dataSource(loader));
[
all
...]
Completed in 37 milliseconds