Searched refs:CallDelegate (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebDelegateImplementationCaching.mm | 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 … 166 static inline id CallDelegate(WebView *self, id delegate, SEL selector, id object, NSUInteger integ… 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… [all …]
|
/external/chromium/chrome/browser/chromeos/login/ |
D | owner_manager.cc | 92 &OwnerManager::CallDelegate, in Sign() 108 &OwnerManager::CallDelegate, in Sign() 124 &OwnerManager::CallDelegate, in Verify() 138 &OwnerManager::CallDelegate, in Verify()
|
D | owner_manager.h | 102 void CallDelegate(Delegate* d, in CallDelegate() function
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog | 2722 (CallDelegate): Added overloads as above.
|
D | ChangeLog-2010-01-29 | 9523 (CallDelegate): Added more overloaded versions that take different arguments.
|
D | ChangeLog-2007-10-14 | 751 (CallDelegate):
|