Searched refs:Class2 (Results 1 – 12 of 12) sorted by relevance
108 class Class2 { class111 typedef Class1<Class2> Type1; // expected-error {{cannot combine with previous 'class' declaration …
83 @interface Class2 { interface89 @implementation Class2 implementation
34 @interface Class2 interface
19 @interface Class2 interface
45 virtual bool callbackWithClass2Param(Class2* class2Param, const String& strArg);
95 bool JSTestCallback::callbackWithClass2Param(Class2* class2Param, const String& strArg) in callbackWithClass2Param()
50 virtual bool callbackWithClass2Param(Class2* class2Param, const String& strArg);
102 bool V8TestCallback::callbackWithClass2Param(Class2* class2Param, const String& strArg) in callbackWithClass2Param()
116 class Class2 class
38 boolean callbackWithClass2Param(in Class2 class2Param, in DOMString strArg);
96 WebCore::Class2 * converted_class2param = NULL; in webkit_dom_test_callback_callback_with_class2param()
36 #import "Class2.h"