Searched refs:object4 (Results 1 - 3 of 3) sorted by relevance
/external/webkit/Source/WebKit/mac/WebView/ |
H A D | WebDelegateImplementationCaching.mm | 320 static inline id CallDelegate(IMP implementation, WebView *self, id delegate, SEL selector, id object1, id object2, id object3, id object4) 325 return implementation(delegate, selector, self, object1, object2, object3, object4); 327 return implementation(delegate, selector, self, object1, object2, object3, object4); 404 static inline id CallDelegate(IMP implementation, WebView *self, id delegate, SEL selector, id object1, NSInteger integer, id object2, id object3, id object4) 409 return implementation(delegate, selector, self, object1, integer, object2, object3, object4); 411 return implementation(delegate, selector, self, object1, integer, object2, object3, object4); 517 id CallFrameLoadDelegate(IMP implementation, WebView *self, SEL selector, id object1, id object2, id object3, id object4) 519 return CallDelegate(implementation, self, self->_private->frameLoadDelegate, selector, object1, object2, object3, object4); 537 id CallResourceLoadDelegate(IMP implementation, WebView *self, SEL selector, id object1, id object2, id object3, id object4) 539 return CallDelegate(implementation, self, self->_private->resourceProgressDelegate, selector, object1, object2, object3, object4); [all...] |
H A D | WebDelegateImplementationCaching.h | 107 id CallFormDelegate(WebView *self, SEL selector, id object1, id object2, id object3, id object4, id object5);
|
/external/v8/test/cctest/ |
H A D | test-api.cc | 8008 Local<Object> object4 = Local<Object>::Cast(value_obj4); local 8009 value = object4->Get(v8_str("a"));
|
Completed in 350 milliseconds