Home
last modified time | relevance | path

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

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