Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(592)

Side by Side Diff: ppapi/proxy/ppapi_messages.h

Issue 7826017: Add PPB_Fullscreen;0.5. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ppapi/proxy/plugin_dispatcher.cc ('k') | ppapi/proxy/ppb_instance_proxy.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 PP_Bool /* result */) 361 PP_Bool /* result */)
362 362
363 // PPP_Instance. 363 // PPP_Instance.
364 IPC_SYNC_MESSAGE_ROUTED3_1(PpapiMsg_PPPInstance_DidCreate, 364 IPC_SYNC_MESSAGE_ROUTED3_1(PpapiMsg_PPPInstance_DidCreate,
365 PP_Instance /* instance */, 365 PP_Instance /* instance */,
366 std::vector<std::string> /* argn */, 366 std::vector<std::string> /* argn */,
367 std::vector<std::string> /* argv */, 367 std::vector<std::string> /* argv */,
368 PP_Bool /* result */) 368 PP_Bool /* result */)
369 IPC_SYNC_MESSAGE_ROUTED1_0(PpapiMsg_PPPInstance_DidDestroy, 369 IPC_SYNC_MESSAGE_ROUTED1_0(PpapiMsg_PPPInstance_DidDestroy,
370 PP_Instance /* instance */) 370 PP_Instance /* instance */)
371 IPC_MESSAGE_ROUTED4(PpapiMsg_PPPInstance_DidChangeView, 371 IPC_MESSAGE_ROUTED5(PpapiMsg_PPPInstance_DidChangeView,
372 PP_Instance /* instance */, 372 PP_Instance /* instance */,
373 PP_Rect /* position */, 373 PP_Rect /* position */,
374 PP_Rect /* clip */, 374 PP_Rect /* clip */,
375 PP_Bool /* fullscreen */) 375 PP_Bool /* fullscreen */,
376 PP_Bool /* flash_fullscreen */)
376 IPC_MESSAGE_ROUTED2(PpapiMsg_PPPInstance_DidChangeFocus, 377 IPC_MESSAGE_ROUTED2(PpapiMsg_PPPInstance_DidChangeFocus,
377 PP_Instance /* instance */, 378 PP_Instance /* instance */,
378 PP_Bool /* has_focus */) 379 PP_Bool /* has_focus */)
379 IPC_SYNC_MESSAGE_ROUTED2_1(PpapiMsg_PPPInstance_HandleDocumentLoad, 380 IPC_SYNC_MESSAGE_ROUTED2_1(PpapiMsg_PPPInstance_HandleDocumentLoad,
380 PP_Instance /* instance */, 381 PP_Instance /* instance */,
381 ppapi::HostResource /* url_loader */, 382 ppapi::HostResource /* url_loader */,
382 PP_Bool /* result */) 383 PP_Bool /* result */)
383 384
384 // PPP_Instance_Private. 385 // PPP_Instance_Private.
385 IPC_SYNC_MESSAGE_ROUTED1_1(PpapiMsg_PPPInstancePrivate_GetInstanceObject, 386 IPC_SYNC_MESSAGE_ROUTED1_1(PpapiMsg_PPPInstancePrivate_GetInstanceObject,
(...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after
850 ppapi::proxy::SerializedVar /* result */) 851 ppapi::proxy::SerializedVar /* result */)
851 IPC_MESSAGE_ROUTED3(PpapiHostMsg_PPBInstance_Log, 852 IPC_MESSAGE_ROUTED3(PpapiHostMsg_PPBInstance_Log,
852 PP_Instance /* instance */, 853 PP_Instance /* instance */,
853 int /* log_level */, 854 int /* log_level */,
854 ppapi::proxy::SerializedVar /* value */) 855 ppapi::proxy::SerializedVar /* value */)
855 IPC_MESSAGE_ROUTED4(PpapiHostMsg_PPBInstance_LogWithSource, 856 IPC_MESSAGE_ROUTED4(PpapiHostMsg_PPBInstance_LogWithSource,
856 PP_Instance /* instance */, 857 PP_Instance /* instance */,
857 int /* log_level */, 858 int /* log_level */,
858 ppapi::proxy::SerializedVar /* source */, 859 ppapi::proxy::SerializedVar /* source */,
859 ppapi::proxy::SerializedVar /* value */) 860 ppapi::proxy::SerializedVar /* value */)
861 IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBInstance_SetFullscreen,
862 PP_Instance /* instance */,
863 PP_Bool /* fullscreen */,
864 PP_Bool /* result */)
865 IPC_SYNC_MESSAGE_ROUTED1_2(PpapiHostMsg_PPBInstance_GetScreenSize,
866 PP_Instance /* instance */,
867 PP_Bool /* result */,
868 PP_Size /* size */)
860 IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBInstance_FlashSetFullscreen, 869 IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBInstance_FlashSetFullscreen,
861 PP_Instance /* instance */, 870 PP_Instance /* instance */,
862 PP_Bool /* fullscreen */, 871 PP_Bool /* fullscreen */,
863 PP_Bool /* result */) 872 PP_Bool /* result */)
864 IPC_SYNC_MESSAGE_ROUTED1_2(PpapiHostMsg_PPBInstance_FlashGetScreenSize, 873 IPC_SYNC_MESSAGE_ROUTED1_2(PpapiHostMsg_PPBInstance_FlashGetScreenSize,
865 PP_Instance /* instance */, 874 PP_Instance /* instance */,
866 PP_Bool /* result */, 875 PP_Bool /* result */,
867 PP_Size /* size */) 876 PP_Size /* size */)
868 IPC_MESSAGE_ROUTED3(PpapiHostMsg_PPBInstance_RequestInputEvents, 877 IPC_MESSAGE_ROUTED3(PpapiHostMsg_PPBInstance_RequestInputEvents,
869 PP_Instance /* instance */, 878 PP_Instance /* instance */,
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
1075 std::vector<PP_PictureBuffer_Dev> /* picture buffers */) 1084 std::vector<PP_PictureBuffer_Dev> /* picture buffers */)
1076 IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBVideoDecoder_ReusePictureBuffer, 1085 IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBVideoDecoder_ReusePictureBuffer,
1077 ppapi::HostResource /* video_decoder */, 1086 ppapi::HostResource /* video_decoder */,
1078 int32_t /* picture buffer id */) 1087 int32_t /* picture buffer id */)
1079 IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBVideoDecoder_Flush, 1088 IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBVideoDecoder_Flush,
1080 ppapi::HostResource /* video_decoder */) 1089 ppapi::HostResource /* video_decoder */)
1081 IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBVideoDecoder_Reset, 1090 IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBVideoDecoder_Reset,
1082 ppapi::HostResource /* video_decoder */) 1091 ppapi::HostResource /* video_decoder */)
1083 IPC_SYNC_MESSAGE_ROUTED1_0(PpapiHostMsg_PPBVideoDecoder_Destroy, 1092 IPC_SYNC_MESSAGE_ROUTED1_0(PpapiHostMsg_PPBVideoDecoder_Destroy,
1084 ppapi::HostResource /* video_decoder */) 1093 ppapi::HostResource /* video_decoder */)
OLDNEW
« no previous file with comments | « ppapi/proxy/plugin_dispatcher.cc ('k') | ppapi/proxy/ppb_instance_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698