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

Side by Side Diff: ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppp_rpc.h

Issue 8351023: PPAPI NaCl Proxy: optimize PPB_Fullscreen::IsFullscreen. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h ('k') | no next file » | 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 // 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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 int32_t* success); 130 int32_t* success);
131 static void PPP_Instance_DidDestroy( 131 static void PPP_Instance_DidDestroy(
132 NaClSrpcRpc* rpc, 132 NaClSrpcRpc* rpc,
133 NaClSrpcClosure* done, 133 NaClSrpcClosure* done,
134 PP_Instance instance); 134 PP_Instance instance);
135 static void PPP_Instance_DidChangeView( 135 static void PPP_Instance_DidChangeView(
136 NaClSrpcRpc* rpc, 136 NaClSrpcRpc* rpc,
137 NaClSrpcClosure* done, 137 NaClSrpcClosure* done,
138 PP_Instance instance, 138 PP_Instance instance,
139 nacl_abi_size_t position_bytes, int32_t* position, 139 nacl_abi_size_t position_bytes, int32_t* position,
140 nacl_abi_size_t clip_bytes, int32_t* clip); 140 nacl_abi_size_t clip_bytes, int32_t* clip,
141 int32_t is_fullscreen);
141 static void PPP_Instance_DidChangeFocus( 142 static void PPP_Instance_DidChangeFocus(
142 NaClSrpcRpc* rpc, 143 NaClSrpcRpc* rpc,
143 NaClSrpcClosure* done, 144 NaClSrpcClosure* done,
144 PP_Instance instance, 145 PP_Instance instance,
145 bool has_focus); 146 bool has_focus);
146 static void PPP_Instance_HandleDocumentLoad( 147 static void PPP_Instance_HandleDocumentLoad(
147 NaClSrpcRpc* rpc, 148 NaClSrpcRpc* rpc,
148 NaClSrpcClosure* done, 149 NaClSrpcClosure* done,
149 PP_Instance instance, 150 PP_Instance instance,
150 PP_Resource url_loader, 151 PP_Resource url_loader,
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 }; // class PppZoomRpcServer 287 }; // class PppZoomRpcServer
287 288
288 class PppRpcs { 289 class PppRpcs {
289 public: 290 public:
290 static NaClSrpcHandlerDesc srpc_methods[]; 291 static NaClSrpcHandlerDesc srpc_methods[];
291 }; // class PppRpcs 292 }; // class PppRpcs
292 293
293 294
294 #endif // GEN_PPAPI_PROXY_PPP_RPC_H_ 295 #endif // GEN_PPAPI_PROXY_PPP_RPC_H_
295 296
OLDNEW
« no previous file with comments | « ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698