Searched refs:WebResourceDelegateImplementationCache (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebKit/mac/WebView/
H A DWebDelegateImplementationCaching.h35 struct WebResourceDelegateImplementationCache { struct
101 WebResourceDelegateImplementationCache* WebViewGetResourceLoadDelegateImplementations(WebView *);
H A DWebViewData.h98 WebResourceDelegateImplementationCache resourceLoadDelegateImplementations;
H A DWebDelegateImplementationCaching.mm39 WebResourceDelegateImplementationCache* WebViewGetResourceLoadDelegateImplementations(WebView *webView)
41 static WebResourceDelegateImplementationCache empty;
H A DWebView.mm1576 WebResourceDelegateImplementationCache *cache = &_private->resourceLoadDelegateImplementations;
1580 bzero(cache, sizeof(WebResourceDelegateImplementationCache));
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebFrameLoaderClient.mm349 WebResourceDelegateImplementationCache* implementations = WebViewGetResourceLoadDelegateImplementations(webView);
360 WebResourceDelegateImplementationCache* implementations = WebViewGetResourceLoadDelegateImplementations(webView);
382 WebResourceDelegateImplementationCache* implementations = WebViewGetResourceLoadDelegateImplementations(webView);
394 WebResourceDelegateImplementationCache* implementations = WebViewGetResourceLoadDelegateImplementations(webView);
407 WebResourceDelegateImplementationCache* implementations = WebViewGetResourceLoadDelegateImplementations(webView);
426 WebResourceDelegateImplementationCache* implementations = WebViewGetResourceLoadDelegateImplementations(webView);
446 WebResourceDelegateImplementationCache* implementations = WebViewGetResourceLoadDelegateImplementations(webView);
458 WebResourceDelegateImplementationCache* implementations = WebViewGetResourceLoadDelegateImplementations(webView);
474 WebResourceDelegateImplementationCache* implementations = WebViewGetResourceLoadDelegateImplementations(webView);
484 WebResourceDelegateImplementationCache* implementation
[all...]

Completed in 347 milliseconds