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

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

Issue 9360045: Rename PPB_Font to PPB_BrowserFont_Trusted. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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_font_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) 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 825 matching lines...) Expand 10 before | Expand all | Expand 10 after
836 IPC_MESSAGE_CONTROL2(PpapiHostMsg_PPBUDPSocket_RecvFrom, 836 IPC_MESSAGE_CONTROL2(PpapiHostMsg_PPBUDPSocket_RecvFrom,
837 uint32 /* socket_id */, 837 uint32 /* socket_id */,
838 int32_t /* num_bytes */) 838 int32_t /* num_bytes */)
839 IPC_MESSAGE_CONTROL3(PpapiHostMsg_PPBUDPSocket_SendTo, 839 IPC_MESSAGE_CONTROL3(PpapiHostMsg_PPBUDPSocket_SendTo,
840 uint32 /* socket_id */, 840 uint32 /* socket_id */,
841 std::string /* data */, 841 std::string /* data */,
842 PP_NetAddress_Private /* net_addr */) 842 PP_NetAddress_Private /* net_addr */)
843 IPC_MESSAGE_CONTROL1(PpapiHostMsg_PPBUDPSocket_Close, 843 IPC_MESSAGE_CONTROL1(PpapiHostMsg_PPBUDPSocket_Close,
844 uint32 /* socket_id */) 844 uint32 /* socket_id */)
845 845
846 // PPB_Font.
847 IPC_SYNC_MESSAGE_CONTROL0_1(PpapiHostMsg_PPBFont_GetFontFamilies,
848 std::string /* result */)
849
850 // PPB_Graphics2D. 846 // PPB_Graphics2D.
851 IPC_SYNC_MESSAGE_ROUTED3_1(PpapiHostMsg_PPBGraphics2D_Create, 847 IPC_SYNC_MESSAGE_ROUTED3_1(PpapiHostMsg_PPBGraphics2D_Create,
852 PP_Instance /* instance */, 848 PP_Instance /* instance */,
853 PP_Size /* size */, 849 PP_Size /* size */,
854 PP_Bool /* is_always_opaque */, 850 PP_Bool /* is_always_opaque */,
855 ppapi::HostResource /* result */) 851 ppapi::HostResource /* result */)
856 IPC_MESSAGE_ROUTED5(PpapiHostMsg_PPBGraphics2D_PaintImageData, 852 IPC_MESSAGE_ROUTED5(PpapiHostMsg_PPBGraphics2D_PaintImageData,
857 ppapi::HostResource /* graphics_2d */, 853 ppapi::HostResource /* graphics_2d */,
858 ppapi::HostResource /* image_data */, 854 ppapi::HostResource /* image_data */,
859 PP_Point /* top_left */, 855 PP_Point /* top_left */,
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
931 PP_Instance /* instance */, 927 PP_Instance /* instance */,
932 PP_Bool /* result */) 928 PP_Bool /* result */)
933 IPC_SYNC_MESSAGE_ROUTED2_2(PpapiHostMsg_PPBInstance_ExecuteScript, 929 IPC_SYNC_MESSAGE_ROUTED2_2(PpapiHostMsg_PPBInstance_ExecuteScript,
934 PP_Instance /* instance */, 930 PP_Instance /* instance */,
935 ppapi::proxy::SerializedVar /* script */, 931 ppapi::proxy::SerializedVar /* script */,
936 ppapi::proxy::SerializedVar /* out_exception */, 932 ppapi::proxy::SerializedVar /* out_exception */,
937 ppapi::proxy::SerializedVar /* result */) 933 ppapi::proxy::SerializedVar /* result */)
938 IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBInstance_GetDefaultCharSet, 934 IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBInstance_GetDefaultCharSet,
939 PP_Instance /* instance */, 935 PP_Instance /* instance */,
940 ppapi::proxy::SerializedVar /* result */) 936 ppapi::proxy::SerializedVar /* result */)
937 IPC_SYNC_MESSAGE_CONTROL0_1(PpapiHostMsg_PPBInstance_GetFontFamilies,
938 std::string /* result */)
941 IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBInstance_SetFullscreen, 939 IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBInstance_SetFullscreen,
942 PP_Instance /* instance */, 940 PP_Instance /* instance */,
943 PP_Bool /* fullscreen */, 941 PP_Bool /* fullscreen */,
944 PP_Bool /* result */) 942 PP_Bool /* result */)
945 IPC_SYNC_MESSAGE_ROUTED1_2(PpapiHostMsg_PPBInstance_GetScreenSize, 943 IPC_SYNC_MESSAGE_ROUTED1_2(PpapiHostMsg_PPBInstance_GetScreenSize,
946 PP_Instance /* instance */, 944 PP_Instance /* instance */,
947 PP_Bool /* result */, 945 PP_Bool /* result */,
948 PP_Size /* size */) 946 PP_Size /* size */)
949 IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBInstance_FlashSetFullscreen, 947 IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBInstance_FlashSetFullscreen,
950 PP_Instance /* instance */, 948 PP_Instance /* instance */,
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
1160 std::vector<PP_PictureBuffer_Dev> /* picture buffers */) 1158 std::vector<PP_PictureBuffer_Dev> /* picture buffers */)
1161 IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBVideoDecoder_ReusePictureBuffer, 1159 IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBVideoDecoder_ReusePictureBuffer,
1162 ppapi::HostResource /* video_decoder */, 1160 ppapi::HostResource /* video_decoder */,
1163 int32_t /* picture buffer id */) 1161 int32_t /* picture buffer id */)
1164 IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBVideoDecoder_Flush, 1162 IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBVideoDecoder_Flush,
1165 ppapi::HostResource /* video_decoder */) 1163 ppapi::HostResource /* video_decoder */)
1166 IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBVideoDecoder_Reset, 1164 IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBVideoDecoder_Reset,
1167 ppapi::HostResource /* video_decoder */) 1165 ppapi::HostResource /* video_decoder */)
1168 IPC_SYNC_MESSAGE_ROUTED1_0(PpapiHostMsg_PPBVideoDecoder_Destroy, 1166 IPC_SYNC_MESSAGE_ROUTED1_0(PpapiHostMsg_PPBVideoDecoder_Destroy,
1169 ppapi::HostResource /* video_decoder */) 1167 ppapi::HostResource /* video_decoder */)
OLDNEW
« no previous file with comments | « ppapi/proxy/plugin_dispatcher.cc ('k') | ppapi/proxy/ppb_font_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698