Home
last modified time | relevance | path

Searched refs:WebHistoryDelegateImplementationCache (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebKit/mac/WebView/
DWebDelegateImplementationCaching.h93 struct WebHistoryDelegateImplementationCache { struct
104 WebHistoryDelegateImplementationCache* WebViewGetHistoryDelegateImplementations(WebView *webView); argument
DWebViewData.h101 WebHistoryDelegateImplementationCache historyDelegateImplementations;
DWebDelegateImplementationCaching.mm63 WebHistoryDelegateImplementationCache* WebViewGetHistoryDelegateImplementations(WebView *webView)
65 static WebHistoryDelegateImplementationCache empty;
DWebView.mm1673 WebHistoryDelegateImplementationCache *cache = &_private->historyDelegateImplementations;
1677 bzero(cache, sizeof(WebHistoryDelegateImplementationCache));
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebFrameLoaderClient.mm894WebHistoryDelegateImplementationCache* implementations = WebViewGetHistoryDelegateImplementations(…
920WebHistoryDelegateImplementationCache* implementations = [view historyDelegate] ? WebViewGetHistor…
1188WebHistoryDelegateImplementationCache* implementations = WebViewGetHistoryDelegateImplementations(…
DWebChromeClient.mm719WebHistoryDelegateImplementationCache* implementations = WebViewGetHistoryDelegateImplementations(…