| OLD | NEW |
| 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2011 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 #ifndef WEBKIT_PLUGINS_PPAPI_RESOURCE_CREATION_IMPL_H_ | 5 #ifndef WEBKIT_PLUGINS_PPAPI_RESOURCE_CREATION_IMPL_H_ |
| 6 #define WEBKIT_PLUGINS_PPAPI_RESOURCE_CREATION_IMPL_H_ | 6 #define WEBKIT_PLUGINS_PPAPI_RESOURCE_CREATION_IMPL_H_ |
| 7 | 7 |
| 8 #include "base/basictypes.h" | 8 #include "base/basictypes.h" |
| 9 #include "base/compiler_specific.h" | 9 #include "base/compiler_specific.h" |
| 10 #include "ppapi/shared_impl/function_group_base.h" | 10 #include "ppapi/shared_impl/function_group_base.h" |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 PP_FileChooserMode_Dev mode, | 50 PP_FileChooserMode_Dev mode, |
| 51 const char* accept_mime_types) OVERRIDE; | 51 const char* accept_mime_types) OVERRIDE; |
| 52 virtual PP_Resource CreateFileIO(PP_Instance instance) OVERRIDE; | 52 virtual PP_Resource CreateFileIO(PP_Instance instance) OVERRIDE; |
| 53 virtual PP_Resource CreateFileRef(PP_Resource file_system, | 53 virtual PP_Resource CreateFileRef(PP_Resource file_system, |
| 54 const char* path) OVERRIDE; | 54 const char* path) OVERRIDE; |
| 55 virtual PP_Resource CreateFileSystem(PP_Instance instance, | 55 virtual PP_Resource CreateFileSystem(PP_Instance instance, |
| 56 PP_FileSystemType type) OVERRIDE; | 56 PP_FileSystemType type) OVERRIDE; |
| 57 virtual PP_Resource CreateFlashMenu(PP_Instance instance, | 57 virtual PP_Resource CreateFlashMenu(PP_Instance instance, |
| 58 const PP_Flash_Menu* menu_data) OVERRIDE; | 58 const PP_Flash_Menu* menu_data) OVERRIDE; |
| 59 virtual PP_Resource CreateFlashNetConnector(PP_Instance instance) OVERRIDE; | 59 virtual PP_Resource CreateFlashNetConnector(PP_Instance instance) OVERRIDE; |
| 60 virtual PP_Resource CreateFlashTCPSocket(PP_Instance instance) OVERRIDE; | |
| 61 virtual PP_Resource CreateFlashUDPSocket(PP_Instance instance) OVERRIDE; | |
| 62 virtual PP_Resource CreateFontObject( | 60 virtual PP_Resource CreateFontObject( |
| 63 PP_Instance instance, | 61 PP_Instance instance, |
| 64 const PP_FontDescription_Dev* description) OVERRIDE; | 62 const PP_FontDescription_Dev* description) OVERRIDE; |
| 65 virtual PP_Resource CreateGraphics2D(PP_Instance pp_instance, | 63 virtual PP_Resource CreateGraphics2D(PP_Instance pp_instance, |
| 66 const PP_Size& size, | 64 const PP_Size& size, |
| 67 PP_Bool is_always_opaque) OVERRIDE; | 65 PP_Bool is_always_opaque) OVERRIDE; |
| 68 virtual PP_Resource CreateGraphics3D(PP_Instance instance, | 66 virtual PP_Resource CreateGraphics3D(PP_Instance instance, |
| 69 PP_Resource share_context, | 67 PP_Resource share_context, |
| 70 const int32_t* attrib_list) OVERRIDE; | 68 const int32_t* attrib_list) OVERRIDE; |
| 71 virtual PP_Resource CreateGraphics3DRaw(PP_Instance instance, | 69 virtual PP_Resource CreateGraphics3DRaw(PP_Instance instance, |
| (...skipping 17 matching lines...) Expand all Loading... |
| 89 uint32_t modifiers, | 87 uint32_t modifiers, |
| 90 PP_InputEvent_MouseButton mouse_button, | 88 PP_InputEvent_MouseButton mouse_button, |
| 91 const PP_Point* mouse_position, | 89 const PP_Point* mouse_position, |
| 92 int32_t click_count, | 90 int32_t click_count, |
| 93 const PP_Point* mouse_movement) OVERRIDE; | 91 const PP_Point* mouse_movement) OVERRIDE; |
| 94 virtual PP_Resource CreateScrollbar(PP_Instance instance, | 92 virtual PP_Resource CreateScrollbar(PP_Instance instance, |
| 95 PP_Bool vertical) OVERRIDE; | 93 PP_Bool vertical) OVERRIDE; |
| 96 virtual PP_Resource CreateSurface3D(PP_Instance instance, | 94 virtual PP_Resource CreateSurface3D(PP_Instance instance, |
| 97 PP_Config3D_Dev config, | 95 PP_Config3D_Dev config, |
| 98 const int32_t* attrib_list) OVERRIDE; | 96 const int32_t* attrib_list) OVERRIDE; |
| 97 virtual PP_Resource CreateTCPSocketPrivate(PP_Instance instance) OVERRIDE; |
| 99 virtual PP_Resource CreateTransport(PP_Instance instance, | 98 virtual PP_Resource CreateTransport(PP_Instance instance, |
| 100 const char* name, | 99 const char* name, |
| 101 PP_TransportType type) OVERRIDE; | 100 PP_TransportType type) OVERRIDE; |
| 101 virtual PP_Resource CreateUDPSocketPrivate(PP_Instance instance) OVERRIDE; |
| 102 virtual PP_Resource CreateURLLoader(PP_Instance instance) OVERRIDE; | 102 virtual PP_Resource CreateURLLoader(PP_Instance instance) OVERRIDE; |
| 103 virtual PP_Resource CreateURLRequestInfo( | 103 virtual PP_Resource CreateURLRequestInfo( |
| 104 PP_Instance instance, | 104 PP_Instance instance, |
| 105 const ::ppapi::PPB_URLRequestInfo_Data& data) OVERRIDE; | 105 const ::ppapi::PPB_URLRequestInfo_Data& data) OVERRIDE; |
| 106 virtual PP_Resource CreateVideoCapture(PP_Instance instance) OVERRIDE; | 106 virtual PP_Resource CreateVideoCapture(PP_Instance instance) OVERRIDE; |
| 107 virtual PP_Resource CreateVideoDecoder( | 107 virtual PP_Resource CreateVideoDecoder( |
| 108 PP_Instance instance, | 108 PP_Instance instance, |
| 109 PP_Resource context3d_id, | 109 PP_Resource context3d_id, |
| 110 PP_VideoDecoder_Profile profile) OVERRIDE; | 110 PP_VideoDecoder_Profile profile) OVERRIDE; |
| 111 virtual PP_Resource CreateVideoLayer(PP_Instance instance, | 111 virtual PP_Resource CreateVideoLayer(PP_Instance instance, |
| 112 PP_VideoLayerMode_Dev mode) OVERRIDE; | 112 PP_VideoLayerMode_Dev mode) OVERRIDE; |
| 113 virtual PP_Resource CreateWheelInputEvent( | 113 virtual PP_Resource CreateWheelInputEvent( |
| 114 PP_Instance instance, | 114 PP_Instance instance, |
| 115 PP_TimeTicks time_stamp, | 115 PP_TimeTicks time_stamp, |
| 116 uint32_t modifiers, | 116 uint32_t modifiers, |
| 117 const PP_FloatPoint* wheel_delta, | 117 const PP_FloatPoint* wheel_delta, |
| 118 const PP_FloatPoint* wheel_ticks, | 118 const PP_FloatPoint* wheel_ticks, |
| 119 PP_Bool scroll_by_page) OVERRIDE; | 119 PP_Bool scroll_by_page) OVERRIDE; |
| 120 | 120 |
| 121 private: | 121 private: |
| 122 DISALLOW_COPY_AND_ASSIGN(ResourceCreationImpl); | 122 DISALLOW_COPY_AND_ASSIGN(ResourceCreationImpl); |
| 123 }; | 123 }; |
| 124 | 124 |
| 125 } // namespace ppapi | 125 } // namespace ppapi |
| 126 } // namespace webkit | 126 } // namespace webkit |
| 127 | 127 |
| 128 #endif // WEBKIT_PLUGINS_PPAPI_RESOURCE_CREATION_IMPL_H_ | 128 #endif // WEBKIT_PLUGINS_PPAPI_RESOURCE_CREATION_IMPL_H_ |
| OLD | NEW |