Lines Matching refs:WebView
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
63 WebHistoryDelegateImplementationCache* WebViewGetHistoryDelegateImplementations(WebView *webView) category
72 // declared inside a WebView category to get direct access to the delegate data memebers,
82 static inline id CallDelegate(WebView *self, id delegate, SEL selector) category
96 static inline id CallDelegate(WebView *self, id delegate, SEL selector, id object) category
110 static inline id CallDelegate(WebView *self, id delegate, SEL selector, NSRect rect) category
115 …return reinterpret_cast<id (*)(id, SEL, WebView *, NSRect)>(objc_msgSend)(delegate, selector, self…
117 …return reinterpret_cast<id (*)(id, SEL, WebView *, NSRect)>(objc_msgSend)(delegate, selector, self…
124 static inline id CallDelegate(WebView *self, id delegate, SEL selector, id object1, id object2) category
138 static inline id CallDelegate(WebView *self, id delegate, SEL selector, id object, BOOL boolean) category
152 static inline id CallDelegate(WebView *self, id delegate, SEL selector, id object1, id object2, id … category
166 static inline id CallDelegate(WebView *self, id delegate, SEL selector, id object, NSUInteger integ… category
180 static inline float CallDelegateReturningFloat(WebView *self, id delegate, SEL selector) category
194 static inline BOOL CallDelegateReturningBoolean(BOOL result, WebView *self, id delegate, SEL select…
199 … return reinterpret_cast<BOOL (*)(id, SEL, WebView *)>(objc_msgSend)(delegate, selector, self);
201 … return reinterpret_cast<BOOL (*)(id, SEL, WebView *)>(objc_msgSend)(delegate, selector, self);
208 static inline BOOL CallDelegateReturningBoolean(BOOL result, WebView *self, id delegate, SEL select…
213 …return reinterpret_cast<BOOL (*)(id, SEL, WebView *, id)>(objc_msgSend)(delegate, selector, self, …
215 …return reinterpret_cast<BOOL (*)(id, SEL, WebView *, id)>(objc_msgSend)(delegate, selector, self, …
222 static inline BOOL CallDelegateReturningBoolean(BOOL result, WebView *self, id delegate, SEL select…
227 …return reinterpret_cast<BOOL (*)(id, SEL, WebView *, id, BOOL)>(objc_msgSend)(delegate, selector, …
229 …return reinterpret_cast<BOOL (*)(id, SEL, WebView *, id, BOOL)>(objc_msgSend)(delegate, selector, …
236 static inline BOOL CallDelegateReturningBoolean(BOOL result, WebView *self, id delegate, SEL select…
241 …return reinterpret_cast<BOOL (*)(id, SEL, WebView *, id, BOOL, id)>(objc_msgSend)(delegate, select…
243 …return reinterpret_cast<BOOL (*)(id, SEL, WebView *, id, BOOL, id)>(objc_msgSend)(delegate, select…
250 static inline BOOL CallDelegateReturningBoolean(BOOL result, WebView *self, id delegate, SEL select…
255 …return reinterpret_cast<BOOL (*)(id, SEL, WebView *, id, id)>(objc_msgSend)(delegate, selector, se…
257 …return reinterpret_cast<BOOL (*)(id, SEL, WebView *, id, id)>(objc_msgSend)(delegate, selector, se…
264 static inline id CallDelegate(IMP implementation, WebView *self, id delegate, SEL selector)
278 static inline id CallDelegate(IMP implementation, WebView *self, id delegate, SEL selector, id obje…
292 static inline id CallDelegate(IMP implementation, WebView *self, id delegate, SEL selector, id obje…
306 static inline id CallDelegate(IMP implementation, WebView *self, id delegate, SEL selector, id obje…
320 static inline id CallDelegate(IMP implementation, WebView *self, id delegate, SEL selector, id obje…
334 static inline id CallDelegate(IMP implementation, WebView *self, id delegate, SEL selector, id obje…
348 static inline id CallDelegate(IMP implementation, WebView *self, id delegate, SEL selector, id obje…
362 static inline id CallDelegate(IMP implementation, WebView *self, id delegate, SEL selector, id obje…
376 static inline id CallDelegate(IMP implementation, WebView *self, id delegate, SEL selector, id obje…
390 static inline id CallDelegate(IMP implementation, WebView *self, id delegate, SEL selector, id obje…
404 static inline id CallDelegate(IMP implementation, WebView *self, id delegate, SEL selector, id obje…
418 static inline id CallDelegate(IMP implementation, WebView *self, id delegate, SEL selector, id obje…
432 id CallUIDelegate(WebView *self, SEL selector) category
437 id CallUIDelegate(WebView *self, SEL selector, id object) category
442 id CallUIDelegate(WebView *self, SEL selector, id object, BOOL boolean) category
447 id CallUIDelegate(WebView *self, SEL selector, NSRect rect) category
452 id CallUIDelegate(WebView *self, SEL selector, id object1, id object2) category
457 id CallUIDelegate(WebView *self, SEL selector, id object1, id object2, id object3) category
462 id CallUIDelegate(WebView *self, SEL selector, id object, NSUInteger integer) category
467 float CallUIDelegateReturningFloat(WebView *self, SEL selector) category
472 BOOL CallUIDelegateReturningBoolean(BOOL result, WebView *self, SEL selector)
477 BOOL CallUIDelegateReturningBoolean(BOOL result, WebView *self, SEL selector, id object)
482 BOOL CallUIDelegateReturningBoolean(BOOL result, WebView *self, SEL selector, id object, BOOL boole…
487 BOOL CallUIDelegateReturningBoolean(BOOL result, WebView *self, SEL selector, id object, BOOL boole…
492 BOOL CallUIDelegateReturningBoolean(BOOL result, WebView *self, SEL selector, id object1, id object…
497 id CallFrameLoadDelegate(IMP implementation, WebView *self, SEL selector)
502 id CallFrameLoadDelegate(IMP implementation, WebView *self, SEL selector, id object)
507 id CallFrameLoadDelegate(IMP implementation, WebView *self, SEL selector, id object1, id object2)
512 id CallFrameLoadDelegate(IMP implementation, WebView *self, SEL selector, id object1, id object2, i…
517 id CallFrameLoadDelegate(IMP implementation, WebView *self, SEL selector, id object1, id object2, i…
522 id CallFrameLoadDelegate(IMP implementation, WebView *self, SEL selector, id object1, NSTimeInterva…
527 id CallResourceLoadDelegate(IMP implementation, WebView *self, SEL selector, id object1, id object2)
532 id CallResourceLoadDelegate(IMP implementation, WebView *self, SEL selector, id object1, id object2…
537 id CallResourceLoadDelegate(IMP implementation, WebView *self, SEL selector, id object1, id object2…
542 id CallResourceLoadDelegate(IMP implementation, WebView *self, SEL selector, id object1, NSInteger …
547 id CallResourceLoadDelegate(IMP implementation, WebView *self, SEL selector, id object1, id object2…
552 BOOL CallResourceLoadDelegateReturningBoolean(BOOL result, IMP implementation, WebView *self, SEL s…
555 …return reinterpret_cast<BOOL (*)(id, SEL, WebView *, id)>(objc_msgSend)(self->_private->resourcePr…
557 …return reinterpret_cast<BOOL (*)(id, SEL, WebView *, id)>(objc_msgSend)(self->_private->resourcePr…
564 BOOL CallResourceLoadDelegateReturningBoolean(BOOL result, IMP implementation, WebView *self, SEL s…
567 …return reinterpret_cast<BOOL (*)(id, SEL, WebView *, id, id)>(objc_msgSend)(self->_private->resour…
569 …return reinterpret_cast<BOOL (*)(id, SEL, WebView *, id, id)>(objc_msgSend)(self->_private->resour…
576 BOOL CallResourceLoadDelegateReturningBoolean(BOOL result, IMP implementation, WebView *self, SEL s…
579 …return reinterpret_cast<BOOL (*)(id, SEL, WebView *, id, id, id)>(objc_msgSend)(self->_private->re…
581 …return reinterpret_cast<BOOL (*)(id, SEL, WebView *, id, id, id)>(objc_msgSend)(self->_private->re…
588 id CallScriptDebugDelegate(IMP implementation, WebView *self, SEL selector, id object1, id object2,…
593 id CallScriptDebugDelegate(IMP implementation, WebView *self, SEL selector, id object1, NSInteger i…
598 id CallScriptDebugDelegate(IMP implementation, WebView *self, SEL selector, id object1, NSInteger i…
603 id CallScriptDebugDelegate(IMP implementation, WebView *self, SEL selector, id object1, NSInteger i…
608 id CallScriptDebugDelegate(IMP implementation, WebView *self, SEL selector, id object1, BOOL boolea…
613 id CallHistoryDelegate(IMP implementation, WebView *self, SEL selector)
618 id CallHistoryDelegate(IMP implementation, WebView *self, SEL selector, id object1, id object2)
623 id CallHistoryDelegate(IMP implementation, WebView *self, SEL selector, id object1, id object2, id …
628 …orm delegate needs to have it's own implementation, because the first argument is never the WebView
630 id CallFormDelegate(WebView *self, SEL selector, id object1, id object2) category
645 id CallFormDelegate(WebView *self, SEL selector, id object1, id object2, id object3, id object4, id… category
660 BOOL CallFormDelegateReturningBoolean(BOOL result, WebView *self, SEL selector, id object1, SEL sel…