D | WebDelegateImplementationCaching.mm | 33 #import "WebView.h" 37 @implementation WebView (WebDelegateImplementationCaching) implementation in WebDelegateImplementationCaching 39 WebResourceDelegateImplementationCache* WebViewGetResourceLoadDelegateImplementations(WebView *webV… category 47 WebFrameLoadDelegateImplementationCache* WebViewGetFrameLoadDelegateImplementations(WebView *webVie… category 55 WebScriptDebugDelegateImplementationCache* WebViewGetScriptDebugDelegateImplementations(WebView *we… category 64 // declared inside a WebView category to get direct access to the delegate data memebers, 74 static inline id CallDelegate(WebView *self, id delegate, SEL selector) category 88 static inline id CallDelegate(WebView *self, id delegate, SEL selector, id object) category 102 static inline id CallDelegate(WebView *self, id delegate, SEL selector, NSRect rect) category 107 …return reinterpret_cast<id (*)(id, SEL, WebView *, NSRect)>(objc_msgSend)(delegate, selector, self… [all …]
|