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

  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCThreadTask.h 92 template<typename T, typename P1, typename MP1, typename P2, typename MP2>
95 typedef void (T::*Method)(MP1, MP2);
96 typedef CCThreadTask2<T, P1, MP1, P2, MP2> CCThreadTaskImpl;
125 template<typename T, typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3>
128 typedef void (T::*Method)(MP1, MP2, MP3);
129 typedef CCThreadTask3<T, P1, MP1, P2, MP2, P3, MP3> CCThreadTaskImpl;
162 template<typename T, typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3, typename P4, typename MP4>
165 typedef void (T::*Method)(MP1, MP2, MP3, MP4);
166 typedef CCThreadTask4<T, P1, MP1, P2, MP2, P3, MP3, P4, MP4> CCThreadTaskImpl;
228 template<typename T, typename P1, typename MP1, typename P2, typename MP2>
    [all...]
CCMainThreadTask.h 92 template<typename T, typename P1, typename MP1, typename P2, typename MP2>
95 typedef void (T::*Method)(MP1, MP2);
96 typedef MainThreadTask2<T, P1, MP1, P2, MP2> MainThreadTaskImpl;
125 template<typename T, typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3>
128 typedef void (T::*Method)(MP1, MP2, MP3);
129 typedef MainThreadTask3<T, P1, MP1, P2, MP2, P3, MP3> MainThreadTaskImpl;
188 template<typename T, typename P1, typename MP1, typename P2, typename MP2>
191 void (T::*method)(MP1, MP2),
195 return MainThreadTask2<T, typename CrossThreadCopier<P1>::Type, MP1, typename CrossThreadCopier<P2>::Type, MP2>::create(
202 template<typename T, typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3
    [all...]
  /external/webkit/Source/WebCore/fileapi/
FileThreadTask.h 99 template<typename T, typename P1, typename MP1, typename P2, typename MP2>
102 typedef void (T::*Method)(MP1, MP2);
103 typedef FileThreadTask2<T, P1, MP1, P2, MP2> FileThreadTaskImpl;
132 template<typename T, typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3>
135 typedef void (T::*Method)(MP1, MP2, MP3);
136 typedef FileThreadTask3<T, P1, MP1, P2, MP2, P3, MP3> FileThreadTaskImpl;
195 template<typename T, typename P1, typename MP1, typename P2, typename MP2>
198 void (T::*method)(MP1, MP2),
202 return FileThreadTask2<T, typename CrossThreadCopier<P1>::Type, MP1, typename CrossThreadCopier<P2>::Type, MP2>::create(
209 template<typename T, typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3
    [all...]
  /external/webkit/Source/WebCore/dom/
CrossThreadTask.h 89 template<typename P1, typename MP1, typename P2, typename MP2>
92 typedef void (*Method)(ScriptExecutionContext*, MP1, MP2);
93 typedef CrossThreadTask2<P1, MP1, P2, MP2> CrossThreadTask;
121 template<typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3>
124 typedef void (*Method)(ScriptExecutionContext*, MP1, MP2, MP3);
125 typedef CrossThreadTask3<P1, MP1, P2, MP2, P3, MP3> CrossThreadTask;
156 template<typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3, typename P4, typename MP4>
159 typedef void (*Method)(ScriptExecutionContext*, MP1, MP2, MP3, MP4);
160 typedef CrossThreadTask4<P1, MP1, P2, MP2, P3, MP3, P4, MP4> CrossThreadTask;
194 template<typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3, typename P4, typename MP4, typename P5, typename MP5
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/inc/
mm_qcamera_main_menu.h 163 MP2 = 12,

Completed in 333 milliseconds