Searched refs:WebScriptDebugDelegateImplementationCache (Results 1 – 5 of 5) sorted by relevance
99 …WebScriptDebugDelegateImplementationCache* implementations = WebViewGetScriptDebugDelegateImplemen…120 …WebScriptDebugDelegateImplementationCache* implementations = WebViewGetScriptDebugDelegateImplemen…156 …WebScriptDebugDelegateImplementationCache* implementations = WebViewGetScriptDebugDelegateImplemen…175 …WebScriptDebugDelegateImplementationCache* implementations = WebViewGetScriptDebugDelegateImplemen…194 …WebScriptDebugDelegateImplementationCache* implementations = WebViewGetScriptDebugDelegateImplemen…215 …WebScriptDebugDelegateImplementationCache* cache = WebViewGetScriptDebugDelegateImplementations(we…
82 struct WebScriptDebugDelegateImplementationCache { struct103 WebScriptDebugDelegateImplementationCache* WebViewGetScriptDebugDelegateImplementations(WebView *); argument
100 WebScriptDebugDelegateImplementationCache scriptDebugDelegateImplementations;
55 WebScriptDebugDelegateImplementationCache* WebViewGetScriptDebugDelegateImplementations(WebView *we…57 static WebScriptDebugDelegateImplementationCache empty;
1641 … WebScriptDebugDelegateImplementationCache *cache = &_private->scriptDebugDelegateImplementations;1645 bzero(cache, sizeof(WebScriptDebugDelegateImplementationCache));