Home
last modified time | relevance | path

Searched refs:CallDelegate (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebKit/mac/WebView/
DWebDelegateImplementationCaching.mm82 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/
Downer_manager.cc92 &OwnerManager::CallDelegate, in Sign()
108 &OwnerManager::CallDelegate, in Sign()
124 &OwnerManager::CallDelegate, in Verify()
138 &OwnerManager::CallDelegate, in Verify()
Downer_manager.h102 void CallDelegate(Delegate* d, in CallDelegate() function
/external/webkit/Source/WebKit/mac/
DChangeLog2722 (CallDelegate): Added overloads as above.
DChangeLog-2010-01-299523 (CallDelegate): Added more overloaded versions that take different arguments.
DChangeLog-2007-10-14751 (CallDelegate):