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

  /external/webkit/Source/WebCore/bridge/objc/
objc_header.h 37 typedef Method MethodStructPtr;
46 typedef struct objc_method* MethodStructPtr;
objc_class.mm 101 MethodStructPtr* objcMethodList = class_copyMethodList(thisClass, &numMethodsInClass);
110 MethodStructPtr objcMethod = objcMethodList[i];

Completed in 2205 milliseconds