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

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

Issue 11421066: Refactor PPB_Flash_Fullscreen to the new resource model. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years 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
OLDNEW
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 // 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 1306 matching lines...) Expand 10 before | Expand all | Expand 10 after
1317 PP_Bool /* from_user_action */, 1317 PP_Bool /* from_user_action */,
1318 int32_t /* result */) 1318 int32_t /* result */)
1319 IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBFlash_GetLocalTimeZoneOffset, 1319 IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBFlash_GetLocalTimeZoneOffset,
1320 PP_Instance /* instance */, 1320 PP_Instance /* instance */,
1321 PP_Time /* t */, 1321 PP_Time /* t */,
1322 double /* offset */) 1322 double /* offset */)
1323 IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBFlash_IsRectTopmost, 1323 IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBFlash_IsRectTopmost,
1324 PP_Instance /* instance */, 1324 PP_Instance /* instance */,
1325 PP_Rect /* rect */, 1325 PP_Rect /* rect */,
1326 PP_Bool /* result */) 1326 PP_Bool /* result */)
1327 IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBFlash_FlashSetFullscreen,
1328 PP_Instance /* instance */,
1329 PP_Bool /* fullscreen */,
1330 PP_Bool /* result */)
1331 IPC_SYNC_MESSAGE_ROUTED1_2(PpapiHostMsg_PPBFlash_FlashGetScreenSize,
1332 PP_Instance /* instance */,
1333 PP_Bool /* result */,
1334 PP_Size /* size */)
1335 IPC_MESSAGE_ROUTED0(PpapiHostMsg_PPBFlash_UpdateActivity) 1327 IPC_MESSAGE_ROUTED0(PpapiHostMsg_PPBFlash_UpdateActivity)
1336 IPC_SYNC_MESSAGE_ROUTED3_2(PpapiHostMsg_PPBFlash_OpenFileRef, 1328 IPC_SYNC_MESSAGE_ROUTED3_2(PpapiHostMsg_PPBFlash_OpenFileRef,
1337 PP_Instance /* instance */, 1329 PP_Instance /* instance */,
1338 ppapi::HostResource /* file_ref */, 1330 ppapi::HostResource /* file_ref */,
1339 int32_t /* mode */, 1331 int32_t /* mode */,
1340 IPC::PlatformFileForTransit /* file_handle */, 1332 IPC::PlatformFileForTransit /* file_handle */,
1341 int32_t /* result */) 1333 int32_t /* result */)
1342 IPC_SYNC_MESSAGE_ROUTED2_2(PpapiHostMsg_PPBFlash_QueryFileRef, 1334 IPC_SYNC_MESSAGE_ROUTED2_2(PpapiHostMsg_PPBFlash_QueryFileRef,
1343 PP_Instance /* instance */, 1335 PP_Instance /* instance */,
1344 ppapi::HostResource /* file_ref */, 1336 ppapi::HostResource /* file_ref */,
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
1642 1634
1643 // Flash font file. 1635 // Flash font file.
1644 IPC_MESSAGE_CONTROL2(PpapiHostMsg_FlashFontFile_Create, 1636 IPC_MESSAGE_CONTROL2(PpapiHostMsg_FlashFontFile_Create,
1645 ppapi::proxy::SerializedFontDescription /* description */, 1637 ppapi::proxy::SerializedFontDescription /* description */,
1646 PP_PrivateFontCharset /* charset */) 1638 PP_PrivateFontCharset /* charset */)
1647 IPC_MESSAGE_CONTROL1(PpapiHostMsg_FlashFontFile_GetFontTable, 1639 IPC_MESSAGE_CONTROL1(PpapiHostMsg_FlashFontFile_GetFontTable,
1648 uint32_t /* table */) 1640 uint32_t /* table */)
1649 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_FlashFontFile_GetFontTableReply, 1641 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_FlashFontFile_GetFontTableReply,
1650 std::string /* output */) 1642 std::string /* output */)
1651 1643
1644 // Flash fullscreen.
1645 IPC_MESSAGE_CONTROL0(PpapiHostMsg_FlashFullscreen_Create)
1646 IPC_MESSAGE_CONTROL1(PpapiHostMsg_FlashFullscreen_SetFullscreen,
1647 PP_Bool /* fullscreen */)
1648
1652 // FlashMenu ------------------------------------------------------------------ 1649 // FlashMenu ------------------------------------------------------------------
1653 1650
1654 // Creates the flash menu with the given data. 1651 // Creates the flash menu with the given data.
1655 IPC_MESSAGE_CONTROL1(PpapiHostMsg_FlashMenu_Create, 1652 IPC_MESSAGE_CONTROL1(PpapiHostMsg_FlashMenu_Create,
1656 ppapi::proxy::SerializedFlashMenu /* menu_data */) 1653 ppapi::proxy::SerializedFlashMenu /* menu_data */)
1657 1654
1658 // Shows the menu at the given location relative to the plugin instance. 1655 // Shows the menu at the given location relative to the plugin instance.
1659 IPC_MESSAGE_CONTROL1(PpapiHostMsg_FlashMenu_Show, 1656 IPC_MESSAGE_CONTROL1(PpapiHostMsg_FlashMenu_Show,
1660 PP_Point /* location */) 1657 PP_Point /* location */)
1661 1658
(...skipping 29 matching lines...) Expand all
1691 std::vector<ppapi::HostResource> /* buffers */, 1688 std::vector<ppapi::HostResource> /* buffers */,
1692 uint32_t /* buffer_size */) 1689 uint32_t /* buffer_size */)
1693 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_VideoCapture_OnStatus, 1690 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_VideoCapture_OnStatus,
1694 uint32_t /* status */) 1691 uint32_t /* status */)
1695 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_VideoCapture_OnError, 1692 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_VideoCapture_OnError,
1696 uint32_t /* error */) 1693 uint32_t /* error */)
1697 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_VideoCapture_OnBufferReady, 1694 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_VideoCapture_OnBufferReady,
1698 uint32_t /* buffer */) 1695 uint32_t /* buffer */)
1699 1696
1700 #endif // !defined(OS_NACL) && !defined(NACL_WIN64) 1697 #endif // !defined(OS_NACL) && !defined(NACL_WIN64)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698