| 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 // Multiply-included message header, no traditional include guard. | 5 // Multiply-included message header, no traditional include guard. |
| 6 #include <string> | 6 #include <string> |
| 7 #include <vector> | 7 #include <vector> |
| 8 | 8 |
| 9 #include "base/basictypes.h" | 9 #include "base/basictypes.h" |
| 10 #include "base/file_path.h" | 10 #include "base/file_path.h" |
| (...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 344 PP_Bool /* result */) | 344 PP_Bool /* result */) |
| 345 | 345 |
| 346 // PPP_Instance. | 346 // PPP_Instance. |
| 347 IPC_SYNC_MESSAGE_ROUTED3_1(PpapiMsg_PPPInstance_DidCreate, | 347 IPC_SYNC_MESSAGE_ROUTED3_1(PpapiMsg_PPPInstance_DidCreate, |
| 348 PP_Instance /* instance */, | 348 PP_Instance /* instance */, |
| 349 std::vector<std::string> /* argn */, | 349 std::vector<std::string> /* argn */, |
| 350 std::vector<std::string> /* argv */, | 350 std::vector<std::string> /* argv */, |
| 351 PP_Bool /* result */) | 351 PP_Bool /* result */) |
| 352 IPC_SYNC_MESSAGE_ROUTED1_0(PpapiMsg_PPPInstance_DidDestroy, | 352 IPC_SYNC_MESSAGE_ROUTED1_0(PpapiMsg_PPPInstance_DidDestroy, |
| 353 PP_Instance /* instance */) | 353 PP_Instance /* instance */) |
| 354 IPC_MESSAGE_ROUTED4(PpapiMsg_PPPInstance_DidChangeView, | 354 IPC_MESSAGE_ROUTED5(PpapiMsg_PPPInstance_DidChangeView, |
| 355 PP_Instance /* instance */, | 355 PP_Instance /* instance */, |
| 356 PP_Rect /* position */, | 356 PP_Rect /* position */, |
| 357 PP_Rect /* clip */, | 357 PP_Rect /* clip */, |
| 358 PP_Bool /* fullscreen */) | 358 PP_Bool /* fullscreen */, |
| 359 PP_Bool /* flash_fullscreen */) |
| 359 IPC_MESSAGE_ROUTED2(PpapiMsg_PPPInstance_DidChangeFocus, | 360 IPC_MESSAGE_ROUTED2(PpapiMsg_PPPInstance_DidChangeFocus, |
| 360 PP_Instance /* instance */, | 361 PP_Instance /* instance */, |
| 361 PP_Bool /* has_focus */) | 362 PP_Bool /* has_focus */) |
| 362 IPC_SYNC_MESSAGE_ROUTED2_1(PpapiMsg_PPPInstance_HandleDocumentLoad, | 363 IPC_SYNC_MESSAGE_ROUTED2_1(PpapiMsg_PPPInstance_HandleDocumentLoad, |
| 363 PP_Instance /* instance */, | 364 PP_Instance /* instance */, |
| 364 ppapi::HostResource /* url_loader */, | 365 ppapi::HostResource /* url_loader */, |
| 365 PP_Bool /* result */) | 366 PP_Bool /* result */) |
| 366 | 367 |
| 367 // PPP_Instance_Private. | 368 // PPP_Instance_Private. |
| 368 IPC_SYNC_MESSAGE_ROUTED1_1(PpapiMsg_PPPInstancePrivate_GetInstanceObject, | 369 IPC_SYNC_MESSAGE_ROUTED1_1(PpapiMsg_PPPInstancePrivate_GetInstanceObject, |
| (...skipping 446 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 815 ppapi::proxy::SerializedVar /* result */) | 816 ppapi::proxy::SerializedVar /* result */) |
| 816 IPC_MESSAGE_ROUTED3(PpapiHostMsg_PPBInstance_Log, | 817 IPC_MESSAGE_ROUTED3(PpapiHostMsg_PPBInstance_Log, |
| 817 PP_Instance /* instance */, | 818 PP_Instance /* instance */, |
| 818 int /* log_level */, | 819 int /* log_level */, |
| 819 ppapi::proxy::SerializedVar /* value */) | 820 ppapi::proxy::SerializedVar /* value */) |
| 820 IPC_MESSAGE_ROUTED4(PpapiHostMsg_PPBInstance_LogWithSource, | 821 IPC_MESSAGE_ROUTED4(PpapiHostMsg_PPBInstance_LogWithSource, |
| 821 PP_Instance /* instance */, | 822 PP_Instance /* instance */, |
| 822 int /* log_level */, | 823 int /* log_level */, |
| 823 ppapi::proxy::SerializedVar /* source */, | 824 ppapi::proxy::SerializedVar /* source */, |
| 824 ppapi::proxy::SerializedVar /* value */) | 825 ppapi::proxy::SerializedVar /* value */) |
| 826 IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBInstance_SetFullscreen, |
| 827 PP_Instance /* instance */, |
| 828 PP_Bool /* fullscreen */, |
| 829 PP_Bool /* result */) |
| 830 IPC_SYNC_MESSAGE_ROUTED1_2(PpapiHostMsg_PPBInstance_GetScreenSize, |
| 831 PP_Instance /* instance */, |
| 832 PP_Bool /* result */, |
| 833 PP_Size /* size */) |
| 825 IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBInstance_FlashSetFullscreen, | 834 IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBInstance_FlashSetFullscreen, |
| 826 PP_Instance /* instance */, | 835 PP_Instance /* instance */, |
| 827 PP_Bool /* fullscreen */, | 836 PP_Bool /* fullscreen */, |
| 828 PP_Bool /* result */) | 837 PP_Bool /* result */) |
| 829 IPC_SYNC_MESSAGE_ROUTED1_2(PpapiHostMsg_PPBInstance_FlashGetScreenSize, | 838 IPC_SYNC_MESSAGE_ROUTED1_2(PpapiHostMsg_PPBInstance_FlashGetScreenSize, |
| 830 PP_Instance /* instance */, | 839 PP_Instance /* instance */, |
| 831 PP_Bool /* result */, | 840 PP_Bool /* result */, |
| 832 PP_Size /* size */) | 841 PP_Size /* size */) |
| 833 IPC_MESSAGE_ROUTED3(PpapiHostMsg_PPBInstance_RequestInputEvents, | 842 IPC_MESSAGE_ROUTED3(PpapiHostMsg_PPBInstance_RequestInputEvents, |
| 834 PP_Instance /* instance */, | 843 PP_Instance /* instance */, |
| (...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1040 std::vector<PP_PictureBuffer_Dev> /* picture buffers */) | 1049 std::vector<PP_PictureBuffer_Dev> /* picture buffers */) |
| 1041 IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBVideoDecoder_ReusePictureBuffer, | 1050 IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBVideoDecoder_ReusePictureBuffer, |
| 1042 ppapi::HostResource /* video_decoder */, | 1051 ppapi::HostResource /* video_decoder */, |
| 1043 int32_t /* picture buffer id */) | 1052 int32_t /* picture buffer id */) |
| 1044 IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBVideoDecoder_Flush, | 1053 IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBVideoDecoder_Flush, |
| 1045 ppapi::HostResource /* video_decoder */) | 1054 ppapi::HostResource /* video_decoder */) |
| 1046 IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBVideoDecoder_Reset, | 1055 IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBVideoDecoder_Reset, |
| 1047 ppapi::HostResource /* video_decoder */) | 1056 ppapi::HostResource /* video_decoder */) |
| 1048 IPC_SYNC_MESSAGE_ROUTED1_0(PpapiHostMsg_PPBVideoDecoder_Destroy, | 1057 IPC_SYNC_MESSAGE_ROUTED1_0(PpapiHostMsg_PPBVideoDecoder_Destroy, |
| 1049 ppapi::HostResource /* video_decoder */) | 1058 ppapi::HostResource /* video_decoder */) |
| OLD | NEW |