HomeSort by relevance Sort by last modified time
    Searched refs:WebResourceDelegateImplementationCache (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebKit/mac/WebView/
WebViewData.h 98 WebResourceDelegateImplementationCache resourceLoadDelegateImplementations;
WebDelegateImplementationCaching.h 35 struct WebResourceDelegateImplementationCache {
101 WebResourceDelegateImplementationCache* WebViewGetResourceLoadDelegateImplementations(WebView *);
WebDelegateImplementationCaching.mm 39 WebResourceDelegateImplementationCache* WebViewGetResourceLoadDelegateImplementations(WebView *webView)
41 static WebResourceDelegateImplementationCache empty;
WebView.mm     [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebFrameLoaderClient.mm 349 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* implementations = WebViewGetResourceLoadDelegateImplementations(webView)
    [all...]

Completed in 1508 milliseconds