OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 #include "ppapi/thunk/interfaces_preamble.h" | 5 #include "ppapi/thunk/interfaces_preamble.h" |
6 | 6 |
7 // This file contains lists of interfaces. It's intended to be included by | 7 // This file contains lists of interfaces. It's intended to be included by |
8 // another file which defines implementations of the macros. This allows files | 8 // another file which defines implementations of the macros. This allows files |
9 // to do specific registration tasks for each supported interface. | 9 // to do specific registration tasks for each supported interface. |
10 // | 10 // |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
65 PROXIED_IFACE(PPB_IME_INPUT_EVENT_INTERFACE_1_0, PPB_IMEInputEvent_1_0) | 65 PROXIED_IFACE(PPB_IME_INPUT_EVENT_INTERFACE_1_0, PPB_IMEInputEvent_1_0) |
66 PROXIED_IFACE(PPB_INPUT_EVENT_INTERFACE_1_0, PPB_InputEvent_1_0) | 66 PROXIED_IFACE(PPB_INPUT_EVENT_INTERFACE_1_0, PPB_InputEvent_1_0) |
67 PROXIED_IFACE(PPB_KEYBOARD_INPUT_EVENT_INTERFACE_1_0, | 67 PROXIED_IFACE(PPB_KEYBOARD_INPUT_EVENT_INTERFACE_1_0, |
68 PPB_KeyboardInputEvent_1_0) | 68 PPB_KeyboardInputEvent_1_0) |
69 PROXIED_IFACE(PPB_KEYBOARD_INPUT_EVENT_INTERFACE_1_2, | 69 PROXIED_IFACE(PPB_KEYBOARD_INPUT_EVENT_INTERFACE_1_2, |
70 PPB_KeyboardInputEvent_1_2) | 70 PPB_KeyboardInputEvent_1_2) |
71 PROXIED_IFACE(PPB_MOUSE_INPUT_EVENT_INTERFACE_1_0, PPB_MouseInputEvent_1_0) | 71 PROXIED_IFACE(PPB_MOUSE_INPUT_EVENT_INTERFACE_1_0, PPB_MouseInputEvent_1_0) |
72 PROXIED_IFACE(PPB_MOUSE_INPUT_EVENT_INTERFACE_1_1, PPB_MouseInputEvent_1_1) | 72 PROXIED_IFACE(PPB_MOUSE_INPUT_EVENT_INTERFACE_1_1, PPB_MouseInputEvent_1_1) |
73 PROXIED_IFACE(PPB_WHEEL_INPUT_EVENT_INTERFACE_1_0, PPB_WheelInputEvent_1_0) | 73 PROXIED_IFACE(PPB_WHEEL_INPUT_EVENT_INTERFACE_1_0, PPB_WheelInputEvent_1_0) |
74 PROXIED_IFACE(PPB_TOUCH_INPUT_EVENT_INTERFACE_1_0, PPB_TouchInputEvent_1_0) | 74 PROXIED_IFACE(PPB_TOUCH_INPUT_EVENT_INTERFACE_1_0, PPB_TouchInputEvent_1_0) |
| 75 PROXIED_IFACE(PPB_TOUCH_INPUT_EVENT_INTERFACE_1_4, PPB_TouchInputEvent_1_4) |
75 PROXIED_IFACE(PPB_FULLSCREEN_INTERFACE_1_0, PPB_Fullscreen_1_0) | 76 PROXIED_IFACE(PPB_FULLSCREEN_INTERFACE_1_0, PPB_Fullscreen_1_0) |
76 PROXIED_IFACE(PPB_MEDIASTREAMAUDIOTRACK_INTERFACE_0_1, | 77 PROXIED_IFACE(PPB_MEDIASTREAMAUDIOTRACK_INTERFACE_0_1, |
77 PPB_MediaStreamAudioTrack_0_1) | 78 PPB_MediaStreamAudioTrack_0_1) |
78 PROXIED_IFACE(PPB_MEDIASTREAMVIDEOTRACK_INTERFACE_0_1, | 79 PROXIED_IFACE(PPB_MEDIASTREAMVIDEOTRACK_INTERFACE_0_1, |
79 PPB_MediaStreamVideoTrack_0_1) | 80 PPB_MediaStreamVideoTrack_0_1) |
80 PROXIED_IFACE(PPB_MESSAGING_INTERFACE_1_0, PPB_Messaging_1_0) | 81 PROXIED_IFACE(PPB_MESSAGING_INTERFACE_1_0, PPB_Messaging_1_0) |
81 PROXIED_IFACE(PPB_MESSAGING_INTERFACE_1_2, PPB_Messaging_1_2) | 82 PROXIED_IFACE(PPB_MESSAGING_INTERFACE_1_2, PPB_Messaging_1_2) |
82 PROXIED_IFACE(PPB_MOUSECURSOR_INTERFACE_1_0, PPB_MouseCursor_1_0) | 83 PROXIED_IFACE(PPB_MOUSECURSOR_INTERFACE_1_0, PPB_MouseCursor_1_0) |
83 PROXIED_IFACE(PPB_MOUSELOCK_INTERFACE_1_0, PPB_MouseLock_1_0) | 84 PROXIED_IFACE(PPB_MOUSELOCK_INTERFACE_1_0, PPB_MouseLock_1_0) |
84 PROXIED_IFACE(PPB_NETADDRESS_INTERFACE_1_0, PPB_NetAddress_1_0) | 85 PROXIED_IFACE(PPB_NETADDRESS_INTERFACE_1_0, PPB_NetAddress_1_0) |
(...skipping 23 matching lines...) Expand all Loading... |
108 // Note: PPB_Var and PPB_VarArrayBuffer are special and registered manually. | 109 // Note: PPB_Var and PPB_VarArrayBuffer are special and registered manually. |
109 PROXIED_IFACE(PPB_VIEW_INTERFACE_1_0, PPB_View_1_0) | 110 PROXIED_IFACE(PPB_VIEW_INTERFACE_1_0, PPB_View_1_0) |
110 PROXIED_IFACE(PPB_VIEW_INTERFACE_1_1, PPB_View_1_1) | 111 PROXIED_IFACE(PPB_VIEW_INTERFACE_1_1, PPB_View_1_1) |
111 PROXIED_IFACE(PPB_VIEW_INTERFACE_1_2, PPB_View_1_2) | 112 PROXIED_IFACE(PPB_VIEW_INTERFACE_1_2, PPB_View_1_2) |
112 | 113 |
113 // This has no corresponding _Proxy object since it does no IPC. | 114 // This has no corresponding _Proxy object since it does no IPC. |
114 PROXIED_IFACE(PPB_AUDIO_CONFIG_INTERFACE_1_0, PPB_AudioConfig_1_0) | 115 PROXIED_IFACE(PPB_AUDIO_CONFIG_INTERFACE_1_0, PPB_AudioConfig_1_0) |
115 PROXIED_IFACE(PPB_AUDIO_CONFIG_INTERFACE_1_1, PPB_AudioConfig_1_1) | 116 PROXIED_IFACE(PPB_AUDIO_CONFIG_INTERFACE_1_1, PPB_AudioConfig_1_1) |
116 | 117 |
117 #include "ppapi/thunk/interfaces_postamble.h" | 118 #include "ppapi/thunk/interfaces_postamble.h" |
OLD | NEW |