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

Side by Side Diff: ppapi/native_client/src/shared/ppapi_proxy/trusted/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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 int32_t* pages_required); 180 int32_t* pages_required);
181 static NaClSrpcError PPP_Printing_PrintPages( 181 static NaClSrpcError PPP_Printing_PrintPages(
182 NaClSrpcChannel* channel, 182 NaClSrpcChannel* channel,
183 PP_Instance instance, 183 PP_Instance instance,
184 nacl_abi_size_t page_ranges_bytes, char* page_ranges, 184 nacl_abi_size_t page_ranges_bytes, char* page_ranges,
185 int32_t page_range_count, 185 int32_t page_range_count,
186 PP_Resource* image_data); 186 PP_Resource* image_data);
187 static NaClSrpcError PPP_Printing_End( 187 static NaClSrpcError PPP_Printing_End(
188 NaClSrpcChannel* channel, 188 NaClSrpcChannel* channel,
189 PP_Instance instance); 189 PP_Instance instance);
190 static NaClSrpcError PPP_Printing_IsScalingDisabled(
191 NaClSrpcChannel* channel,
192 PP_Instance instance,
193 int32_t* result);
190 194
191 private: 195 private:
192 PppPrintingRpcClient(); 196 PppPrintingRpcClient();
193 PppPrintingRpcClient(const PppPrintingRpcClient&); 197 PppPrintingRpcClient(const PppPrintingRpcClient&);
194 void operator=(const PppPrintingRpcClient); 198 void operator=(const PppPrintingRpcClient);
195 }; // class PppPrintingRpcClient 199 }; // class PppPrintingRpcClient
196 200
197 class PppScrollbarRpcClient { 201 class PppScrollbarRpcClient {
198 public: 202 public:
199 static NaClSrpcError PPP_Scrollbar_ValueChanged( 203 static NaClSrpcError PPP_Scrollbar_ValueChanged(
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 PppZoomRpcClient(); 257 PppZoomRpcClient();
254 PppZoomRpcClient(const PppZoomRpcClient&); 258 PppZoomRpcClient(const PppZoomRpcClient&);
255 void operator=(const PppZoomRpcClient); 259 void operator=(const PppZoomRpcClient);
256 }; // class PppZoomRpcClient 260 }; // class PppZoomRpcClient
257 261
258 262
259 263
260 264
261 #endif // GEN_PPAPI_PROXY_PPP_RPC_H_ 265 #endif // GEN_PPAPI_PROXY_PPP_RPC_H_
262 266
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698