| OLD | NEW |
| 1 // Copyright (c) 2011 The Native Client Authors. All rights reserved. | 1 // Copyright (c) 2011 The Native Client 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 // WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING | 5 // WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING |
| 6 // | 6 // |
| 7 // Automatically generated code. See srpcgen.py | 7 // Automatically generated code. See srpcgen.py |
| 8 // | 8 // |
| 9 // NaCl Simple Remote Procedure Call interface abstractions. | 9 // NaCl Simple Remote Procedure Call interface abstractions. |
| 10 | 10 |
| (...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 584 static NaClSrpcError PPB_InputEvent_CreateMouseInputEvent( | 584 static NaClSrpcError PPB_InputEvent_CreateMouseInputEvent( |
| 585 NaClSrpcChannel* channel, | 585 NaClSrpcChannel* channel, |
| 586 PP_Instance instance, | 586 PP_Instance instance, |
| 587 int32_t type, | 587 int32_t type, |
| 588 double time_stamp, | 588 double time_stamp, |
| 589 int32_t modifiers, | 589 int32_t modifiers, |
| 590 int32_t mouse_button, | 590 int32_t mouse_button, |
| 591 int32_t mouse_position_x, | 591 int32_t mouse_position_x, |
| 592 int32_t mouse_position_y, | 592 int32_t mouse_position_y, |
| 593 int32_t click_count, | 593 int32_t click_count, |
| 594 int32_t mouse_movement_x, |
| 595 int32_t mouse_movement_y, |
| 594 PP_Resource* resource_id); | 596 PP_Resource* resource_id); |
| 595 static NaClSrpcError PPB_InputEvent_CreateWheelInputEvent( | 597 static NaClSrpcError PPB_InputEvent_CreateWheelInputEvent( |
| 596 NaClSrpcChannel* channel, | 598 NaClSrpcChannel* channel, |
| 597 PP_Instance instance, | 599 PP_Instance instance, |
| 598 double time_stamp, | 600 double time_stamp, |
| 599 int32_t modifiers, | 601 int32_t modifiers, |
| 600 double wheel_delta_x, | 602 double wheel_delta_x, |
| 601 double wheel_delta_y, | 603 double wheel_delta_y, |
| 602 double wheel_ticks_x, | 604 double wheel_ticks_x, |
| 603 double wheel_ticks_y, | 605 double wheel_ticks_y, |
| (...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 951 PpbZoomRpcClient(); | 953 PpbZoomRpcClient(); |
| 952 PpbZoomRpcClient(const PpbZoomRpcClient&); | 954 PpbZoomRpcClient(const PpbZoomRpcClient&); |
| 953 void operator=(const PpbZoomRpcClient); | 955 void operator=(const PpbZoomRpcClient); |
| 954 }; // class PpbZoomRpcClient | 956 }; // class PpbZoomRpcClient |
| 955 | 957 |
| 956 | 958 |
| 957 | 959 |
| 958 | 960 |
| 959 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_ | 961 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_ |
| 960 | 962 |
| OLD | NEW |