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

Side by Side Diff: src/shared/ppapi_proxy/ppp_rpc_server.cc

Issue 7714041: Update proxy for PPP_Printing_Dev to deal with new QuerySupportedFormats (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Fixes based on review Created 9 years, 3 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 Native Client Authors. All rights reserved. 1 // Copyright (c) 2011 The Native Client 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 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 static void PPP_Printing_QuerySupportedFormatsDispatcher( 259 static void PPP_Printing_QuerySupportedFormatsDispatcher(
260 NaClSrpcRpc* rpc, 260 NaClSrpcRpc* rpc,
261 NaClSrpcArg** inputs, 261 NaClSrpcArg** inputs,
262 NaClSrpcArg** outputs, 262 NaClSrpcArg** outputs,
263 NaClSrpcClosure* done 263 NaClSrpcClosure* done
264 ) { 264 ) {
265 PppPrintingRpcServer::PPP_Printing_QuerySupportedFormats( 265 PppPrintingRpcServer::PPP_Printing_QuerySupportedFormats(
266 rpc, 266 rpc,
267 done, 267 done,
268 inputs[0]->u.ival, 268 inputs[0]->u.ival,
269 &(outputs[0]->u.count), outputs[0]->arrays.carr, 269 &(outputs[0]->u.ival)
270 &(outputs[1]->u.ival)
271 ); 270 );
272 } 271 }
273 272
274 static void PPP_Printing_BeginDispatcher( 273 static void PPP_Printing_BeginDispatcher(
275 NaClSrpcRpc* rpc, 274 NaClSrpcRpc* rpc,
276 NaClSrpcArg** inputs, 275 NaClSrpcArg** inputs,
277 NaClSrpcArg** outputs, 276 NaClSrpcArg** outputs,
278 NaClSrpcClosure* done 277 NaClSrpcClosure* done
279 ) { 278 ) {
280 PppPrintingRpcServer::PPP_Printing_Begin( 279 PppPrintingRpcServer::PPP_Printing_Begin(
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 { "PPP_Find_StartFind:iCi:i", PPP_Find_StartFindDispatcher }, 405 { "PPP_Find_StartFind:iCi:i", PPP_Find_StartFindDispatcher },
407 { "PPP_Find_SelectFindResult:ii:", PPP_Find_SelectFindResultDispatcher }, 406 { "PPP_Find_SelectFindResult:ii:", PPP_Find_SelectFindResultDispatcher },
408 { "PPP_Find_StopFind:i:", PPP_Find_StopFindDispatcher }, 407 { "PPP_Find_StopFind:i:", PPP_Find_StopFindDispatcher },
409 { "PPP_InputEvent_HandleInputEvent:iiCC:i", PPP_InputEvent_HandleInputEventDis patcher }, 408 { "PPP_InputEvent_HandleInputEvent:iiCC:i", PPP_InputEvent_HandleInputEventDis patcher },
410 { "PPP_Instance_DidCreate:iiCC:i", PPP_Instance_DidCreateDispatcher }, 409 { "PPP_Instance_DidCreate:iiCC:i", PPP_Instance_DidCreateDispatcher },
411 { "PPP_Instance_DidDestroy:i:", PPP_Instance_DidDestroyDispatcher }, 410 { "PPP_Instance_DidDestroy:i:", PPP_Instance_DidDestroyDispatcher },
412 { "PPP_Instance_DidChangeView:iII:", PPP_Instance_DidChangeViewDispatcher }, 411 { "PPP_Instance_DidChangeView:iII:", PPP_Instance_DidChangeViewDispatcher },
413 { "PPP_Instance_DidChangeFocus:ib:", PPP_Instance_DidChangeFocusDispatcher }, 412 { "PPP_Instance_DidChangeFocus:ib:", PPP_Instance_DidChangeFocusDispatcher },
414 { "PPP_Instance_HandleDocumentLoad:ii:i", PPP_Instance_HandleDocumentLoadDispa tcher }, 413 { "PPP_Instance_HandleDocumentLoad:ii:i", PPP_Instance_HandleDocumentLoadDispa tcher },
415 { "PPP_Messaging_HandleMessage:iC:", PPP_Messaging_HandleMessageDispatcher }, 414 { "PPP_Messaging_HandleMessage:iC:", PPP_Messaging_HandleMessageDispatcher },
416 { "PPP_Printing_QuerySupportedFormats:i:Ci", PPP_Printing_QuerySupportedFormat sDispatcher }, 415 { "PPP_Printing_QuerySupportedFormats:i:i", PPP_Printing_QuerySupportedFormats Dispatcher },
417 { "PPP_Printing_Begin:iC:i", PPP_Printing_BeginDispatcher }, 416 { "PPP_Printing_Begin:iC:i", PPP_Printing_BeginDispatcher },
418 { "PPP_Printing_PrintPages:iCi:i", PPP_Printing_PrintPagesDispatcher }, 417 { "PPP_Printing_PrintPages:iCi:i", PPP_Printing_PrintPagesDispatcher },
419 { "PPP_Printing_End:i:", PPP_Printing_EndDispatcher }, 418 { "PPP_Printing_End:i:", PPP_Printing_EndDispatcher },
420 { "PPP_Scrollbar_ValueChanged:iii:", PPP_Scrollbar_ValueChangedDispatcher }, 419 { "PPP_Scrollbar_ValueChanged:iii:", PPP_Scrollbar_ValueChangedDispatcher },
421 { "PPP_Scrollbar_OverlayChanged:iii:", PPP_Scrollbar_OverlayChangedDispatcher }, 420 { "PPP_Scrollbar_OverlayChanged:iii:", PPP_Scrollbar_OverlayChangedDispatcher },
422 { "PPP_Selection_GetSelectedText:ii:C", PPP_Selection_GetSelectedTextDispatche r }, 421 { "PPP_Selection_GetSelectedText:ii:C", PPP_Selection_GetSelectedTextDispatche r },
423 { "PPP_Widget_Invalidate:iiC:", PPP_Widget_InvalidateDispatcher }, 422 { "PPP_Widget_Invalidate:iiC:", PPP_Widget_InvalidateDispatcher },
424 { "PPP_Zoom_Zoom:idi:", PPP_Zoom_ZoomDispatcher }, 423 { "PPP_Zoom_Zoom:idi:", PPP_Zoom_ZoomDispatcher },
425 { NULL, NULL } 424 { NULL, NULL }
426 }; 425 };
427 426
OLDNEW
« no previous file with comments | « src/shared/ppapi_proxy/ppp_rpc_client.cc ('k') | src/shared/ppapi_proxy/trusted/srpcgen/ppp_rpc.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698