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

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

Issue 8041052: Add IsScalingDisabled and PP_PRINTOUTPUTFORMAT_EMF to pepper printing interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments 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
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 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 NaClSrpcRpc* rpc, 200 NaClSrpcRpc* rpc,
201 NaClSrpcClosure* done, 201 NaClSrpcClosure* done,
202 PP_Instance instance, 202 PP_Instance instance,
203 nacl_abi_size_t page_ranges_bytes, char* page_ranges, 203 nacl_abi_size_t page_ranges_bytes, char* page_ranges,
204 int32_t page_range_count, 204 int32_t page_range_count,
205 PP_Resource* image_data); 205 PP_Resource* image_data);
206 static void PPP_Printing_End( 206 static void PPP_Printing_End(
207 NaClSrpcRpc* rpc, 207 NaClSrpcRpc* rpc,
208 NaClSrpcClosure* done, 208 NaClSrpcClosure* done,
209 PP_Instance instance); 209 PP_Instance instance);
210 static void PPP_Printing_IsScalingDisabled(
211 NaClSrpcRpc* rpc,
212 NaClSrpcClosure* done,
213 PP_Instance instance,
214 int32_t* result);
210 215
211 private: 216 private:
212 PppPrintingRpcServer(); 217 PppPrintingRpcServer();
213 PppPrintingRpcServer(const PppPrintingRpcServer&); 218 PppPrintingRpcServer(const PppPrintingRpcServer&);
214 void operator=(const PppPrintingRpcServer); 219 void operator=(const PppPrintingRpcServer);
215 }; // class PppPrintingRpcServer 220 }; // class PppPrintingRpcServer
216 221
217 class PppScrollbarRpcServer { 222 class PppScrollbarRpcServer {
218 public: 223 public:
219 static void PPP_Scrollbar_ValueChanged( 224 static void PPP_Scrollbar_ValueChanged(
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 }; // class PppZoomRpcServer 286 }; // class PppZoomRpcServer
282 287
283 class PppRpcs { 288 class PppRpcs {
284 public: 289 public:
285 static NaClSrpcHandlerDesc srpc_methods[]; 290 static NaClSrpcHandlerDesc srpc_methods[];
286 }; // class PppRpcs 291 }; // class PppRpcs
287 292
288 293
289 #endif // GEN_PPAPI_PROXY_PPP_RPC_H_ 294 #endif // GEN_PPAPI_PROXY_PPP_RPC_H_
290 295
OLDNEW
« no previous file with comments | « ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppp_rpc.h ('k') | ppapi/native_client/src/trusted/plugin/plugin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698