HomeSort by relevance Sort by last modified time
    Searched full:arguments1 (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebKit2/Scripts/webkit2/
messages_unittest.py 318 struct LoadURL : CoreIPC::Arguments1<const WTF::String&> {
320 typedef CoreIPC::Arguments1<const WTF::String&> DecodeType;
322 : CoreIPC::Arguments1<const WTF::String&>(url)
328 struct TouchEvent : CoreIPC::Arguments1<const WebKit::WebTouchEvent&> {
330 typedef CoreIPC::Arguments1<const WebKit::WebTouchEvent&> DecodeType;
332 : CoreIPC::Arguments1<const WebKit::WebTouchEvent&>(event)
352 struct PreferencesDidChange : CoreIPC::Arguments1<const WebKit::WebPreferencesStore&> {
354 typedef CoreIPC::Arguments1<const WebKit::WebPreferencesStore&> DecodeType;
356 : CoreIPC::Arguments1<const WebKit::WebPreferencesStore&>(store)
381 typedef CoreIPC::Arguments1<bool&> Reply
    [all...]
  /external/webkit/Source/WebKit2/Platform/CoreIPC/
HandleMessage.h 17 void callMemberFunction(const Arguments1<P1>& args, C* object, MF function)
67 void callMemberFunction(const Arguments0&, Arguments1<R1>& replyArgs, C* object, MF function)
79 void callMemberFunction(const Arguments1<P1>& args, Arguments0&, C* object, MF function)
85 void callMemberFunction(const Arguments1<P1>& args, Arguments1<R1>& replyArgs, C* object, MF function)
91 void callMemberFunction(const Arguments1<P1>& args, Arguments2<R1, R2>& replyArgs, C* object, MF function)
97 void callMemberFunction(const Arguments1<P1>& args, Arguments3<R1, R2, R3>& replyArgs, C* object, MF function)
109 void callMemberFunction(const Arguments1<P1>& args, Arguments4<R1, R2, R3, R4>& replyArgs, C* object, MF function)
115 void callMemberFunction(const Arguments2<P1, P2>& args, Arguments1<R1>& replyArgs, C* object, MF function)
127 void callMemberFunction(const Arguments3<P1, P2, P3>& args, Arguments1<R1>& replyArgs, C* object, MF function
    [all...]
Arguments.h 58 template<typename T1> struct Arguments1 {
59 typedef Arguments1<typename WTF::RemoveConst<typename WTF::RemoveReference<T1>::Type>::Type> ValueType;
61 Arguments1()
65 Arguments1(T1 t1)
75 static bool decode(ArgumentDecoder* decoder, Arguments1& result)
83 template<typename T1> Arguments1<const T1&> In(const T1& t1)
85 return Arguments1<const T1&>(t1);
88 template<typename T1> Arguments1<T1&> Out(T1& t1)
90 return Arguments1<T1&>(t1);
93 template<typename T1, typename T2> struct Arguments2 : Arguments1<T1>
    [all...]
  /external/proguard/src/proguard/classfile/util/
InstructionSequenceMatcher.java 468 private boolean matchingArguments(int[] arguments1,
471 if (arguments1.length != arguments2.length)
476 for (int index = 0; index < arguments1.length; index++)
478 if (!matchingArguments(arguments1[index], arguments2[index]))
  /external/webkit/Source/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp 1442 QList<QVariant> arguments1 = urlSpy.takeFirst(); local
    [all...]

Completed in 656 milliseconds