Home | History | Annotate | Download | only in WebView

Lines Matching refs:inline

82 static inline id CallDelegate(WebView *self, id delegate, SEL selector)
96 static inline id CallDelegate(WebView *self, id delegate, SEL selector, id object)
110 static inline id CallDelegate(WebView *self, id delegate, SEL selector, NSRect rect)
124 static inline id CallDelegate(WebView *self, id delegate, SEL selector, id object1, id object2)
138 static inline id CallDelegate(WebView *self, id delegate, SEL selector, id object, BOOL boolean)
152 static inline id CallDelegate(WebView *self, id delegate, SEL selector, id object1, id object2, id object3)
166 static inline id CallDelegate(WebView *self, id delegate, SEL selector, id object, NSUInteger integer)
180 static inline float CallDelegateReturningFloat(WebView *self, id delegate, SEL selector)
194 static inline BOOL CallDelegateReturningBoolean(BOOL result, WebView *self, id delegate, SEL selector)
208 static inline BOOL CallDelegateReturningBoolean(BOOL result, WebView *self, id delegate, SEL selector, id object)
222 static inline BOOL CallDelegateReturningBoolean(BOOL result, WebView *self, id delegate, SEL selector, id object, BOOL boolean)
236 static inline BOOL CallDelegateReturningBoolean(BOOL result, WebView *self, id delegate, SEL selector, id object, BOOL boolean, id object2)
250 static inline BOOL CallDelegateReturningBoolean(BOOL result, WebView *self, id delegate, SEL selector, id object1, id object2)
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 object)
292 static inline id CallDelegate(IMP implementation, WebView *self, id delegate, SEL selector, id object1, id object2)
306 static inline id CallDelegate(IMP implementation, WebView *self, id delegate, SEL selector, id object1, id object2, id object3)
320 static inline id CallDelegate(IMP implementation, WebView *self, id delegate, SEL selector, id object1, id object2, id object3, id object4)
334 static inline id CallDelegate(IMP implementation, WebView *self, id delegate, SEL selector, id object1, NSInteger integer, id object2)
348 static inline id CallDelegate(IMP implementation, WebView *self, id delegate, SEL selector, id object1, NSInteger integer1, NSInteger integer2, id object2)
362 static inline id CallDelegate(IMP implementation, WebView *self, id delegate, SEL selector, id object1, id object2, NSInteger integer, id object3)
376 static inline id CallDelegate(IMP implementation, WebView *self, id delegate, SEL selector, id object1, NSInteger integer1, id object2, NSInteger integer2, id object3)
390 static inline id CallDelegate(IMP implementation, WebView *self, id delegate, SEL selector, id object1, NSInteger integer, id object2, id object3, id object4)
404 static inline id CallDelegate(IMP implementation, WebView *self, id delegate, SEL selector, id object1, NSTimeInterval interval, id object2, id object3)