Searched defs:Arguments0 (Results 1 – 2 of 2) sorted by relevance
| /external/webkit/Source/WebKit2/Platform/CoreIPC/ |
| D | HandleMessage.h | 11 void callMemberFunction(const Arguments0&, C* object, MF function) in callMemberFunction() 61 void callMemberFunction(const Arguments0&, Arguments0&, C* object, MF function) in callMemberFunction() 67 void callMemberFunction(const Arguments0&, Arguments1<R1>& replyArgs, C* object, MF function) in callMemberFunction() 73 void callMemberFunction(const Arguments0&, Arguments2<R1, R2>& replyArgs, C* object, MF function) in callMemberFunction() 79 void callMemberFunction(const Arguments1<P1>& args, Arguments0&, C* object, MF function) in callMemberFunction() argument 103 void callMemberFunction(const Arguments2<P1, P2>& args, Arguments0&, C* object, MF function) in callMemberFunction() argument 190 void callMemberFunction(const Arguments0&, ArgumentDecoder* argumentDecoder, C* object, MF function) in callMemberFunction()
|
| D | Arguments.h | 35 struct Arguments0 { struct 36 typedef Arguments0 ValueType; argument 42 static bool decode(ArgumentDecoder*, Arguments0&) in decode() argument
|