HomeSort by relevance Sort by last modified time
    Searched refs:object4 (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebKit/mac/WebView/
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...]
WebDelegateImplementationCaching.h 107 id CallFormDelegate(WebView *self, SEL selector, id object1, id object2, id object3, id object4, id object5);
  /external/v8/test/cctest/
test-api.cc 8008 Local<Object> object4 = Local<Object>::Cast(value_obj4); local
    [all...]

Completed in 55 milliseconds