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

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

Issue 8951014: Change the DidChangeView update to take a new ViewChanged resource. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: New patch Created 9 years 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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 NaClSrpcRpc* rpc, 199 NaClSrpcRpc* rpc,
200 NaClSrpcArg** inputs, 200 NaClSrpcArg** inputs,
201 NaClSrpcArg** outputs, 201 NaClSrpcArg** outputs,
202 NaClSrpcClosure* done 202 NaClSrpcClosure* done
203 ) { 203 ) {
204 UNREFERENCED_PARAMETER(outputs); 204 UNREFERENCED_PARAMETER(outputs);
205 PppInstanceRpcServer::PPP_Instance_DidChangeView( 205 PppInstanceRpcServer::PPP_Instance_DidChangeView(
206 rpc, 206 rpc,
207 done, 207 done,
208 inputs[0]->u.ival, 208 inputs[0]->u.ival,
209 inputs[1]->u.count, inputs[1]->arrays.iarr, 209 inputs[1]->u.ival,
210 inputs[2]->u.count, inputs[2]->arrays.iarr, 210 inputs[2]->u.count, inputs[2]->arrays.carr
211 inputs[3]->u.ival
212 ); 211 );
213 } 212 }
214 213
215 static void PPP_Instance_DidChangeFocusDispatcher( 214 static void PPP_Instance_DidChangeFocusDispatcher(
216 NaClSrpcRpc* rpc, 215 NaClSrpcRpc* rpc,
217 NaClSrpcArg** inputs, 216 NaClSrpcArg** inputs,
218 NaClSrpcArg** outputs, 217 NaClSrpcArg** outputs,
219 NaClSrpcClosure* done 218 NaClSrpcClosure* done
220 ) { 219 ) {
221 UNREFERENCED_PARAMETER(outputs); 220 UNREFERENCED_PARAMETER(outputs);
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 { "PPP_InitializeModule:iihs:ii", PPP_InitializeModuleDispatcher }, 429 { "PPP_InitializeModule:iihs:ii", PPP_InitializeModuleDispatcher },
431 { "PPP_ShutdownModule::", PPP_ShutdownModuleDispatcher }, 430 { "PPP_ShutdownModule::", PPP_ShutdownModuleDispatcher },
432 { "PPP_GetInterface:s:i", PPP_GetInterfaceDispatcher }, 431 { "PPP_GetInterface:s:i", PPP_GetInterfaceDispatcher },
433 { "PPP_Audio_StreamCreated:ihih:", PPP_Audio_StreamCreatedDispatcher }, 432 { "PPP_Audio_StreamCreated:ihih:", PPP_Audio_StreamCreatedDispatcher },
434 { "PPP_Find_StartFind:iCi:i", PPP_Find_StartFindDispatcher }, 433 { "PPP_Find_StartFind:iCi:i", PPP_Find_StartFindDispatcher },
435 { "PPP_Find_SelectFindResult:ii:", PPP_Find_SelectFindResultDispatcher }, 434 { "PPP_Find_SelectFindResult:ii:", PPP_Find_SelectFindResultDispatcher },
436 { "PPP_Find_StopFind:i:", PPP_Find_StopFindDispatcher }, 435 { "PPP_Find_StopFind:i:", PPP_Find_StopFindDispatcher },
437 { "PPP_InputEvent_HandleInputEvent:iiCC:i", PPP_InputEvent_HandleInputEventDis patcher }, 436 { "PPP_InputEvent_HandleInputEvent:iiCC:i", PPP_InputEvent_HandleInputEventDis patcher },
438 { "PPP_Instance_DidCreate:iiCC:i", PPP_Instance_DidCreateDispatcher }, 437 { "PPP_Instance_DidCreate:iiCC:i", PPP_Instance_DidCreateDispatcher },
439 { "PPP_Instance_DidDestroy:i:", PPP_Instance_DidDestroyDispatcher }, 438 { "PPP_Instance_DidDestroy:i:", PPP_Instance_DidDestroyDispatcher },
440 { "PPP_Instance_DidChangeView:iIIi:", PPP_Instance_DidChangeViewDispatcher }, 439 { "PPP_Instance_DidChangeView:iiC:", PPP_Instance_DidChangeViewDispatcher },
441 { "PPP_Instance_DidChangeFocus:ib:", PPP_Instance_DidChangeFocusDispatcher }, 440 { "PPP_Instance_DidChangeFocus:ib:", PPP_Instance_DidChangeFocusDispatcher },
442 { "PPP_Instance_HandleDocumentLoad:ii:i", PPP_Instance_HandleDocumentLoadDispa tcher }, 441 { "PPP_Instance_HandleDocumentLoad:ii:i", PPP_Instance_HandleDocumentLoadDispa tcher },
443 { "PPP_Messaging_HandleMessage:iC:", PPP_Messaging_HandleMessageDispatcher }, 442 { "PPP_Messaging_HandleMessage:iC:", PPP_Messaging_HandleMessageDispatcher },
444 { "PPP_MouseLock_MouseLockLost:i:", PPP_MouseLock_MouseLockLostDispatcher }, 443 { "PPP_MouseLock_MouseLockLost:i:", PPP_MouseLock_MouseLockLostDispatcher },
445 { "PPP_Printing_QuerySupportedFormats:i:i", PPP_Printing_QuerySupportedFormats Dispatcher }, 444 { "PPP_Printing_QuerySupportedFormats:i:i", PPP_Printing_QuerySupportedFormats Dispatcher },
446 { "PPP_Printing_Begin:iC:i", PPP_Printing_BeginDispatcher }, 445 { "PPP_Printing_Begin:iC:i", PPP_Printing_BeginDispatcher },
447 { "PPP_Printing_PrintPages:iCi:i", PPP_Printing_PrintPagesDispatcher }, 446 { "PPP_Printing_PrintPages:iCi:i", PPP_Printing_PrintPagesDispatcher },
448 { "PPP_Printing_End:i:", PPP_Printing_EndDispatcher }, 447 { "PPP_Printing_End:i:", PPP_Printing_EndDispatcher },
449 { "PPP_Printing_IsScalingDisabled:i:i", PPP_Printing_IsScalingDisabledDispatch er }, 448 { "PPP_Printing_IsScalingDisabled:i:i", PPP_Printing_IsScalingDisabledDispatch er },
450 { "PPP_Scrollbar_ValueChanged:iii:", PPP_Scrollbar_ValueChangedDispatcher }, 449 { "PPP_Scrollbar_ValueChanged:iii:", PPP_Scrollbar_ValueChangedDispatcher },
451 { "PPP_Scrollbar_OverlayChanged:iii:", PPP_Scrollbar_OverlayChangedDispatcher }, 450 { "PPP_Scrollbar_OverlayChanged:iii:", PPP_Scrollbar_OverlayChangedDispatcher },
452 { "PPP_Selection_GetSelectedText:ii:C", PPP_Selection_GetSelectedTextDispatche r }, 451 { "PPP_Selection_GetSelectedText:ii:C", PPP_Selection_GetSelectedTextDispatche r },
453 { "PPP_Widget_Invalidate:iiC:", PPP_Widget_InvalidateDispatcher }, 452 { "PPP_Widget_Invalidate:iiC:", PPP_Widget_InvalidateDispatcher },
454 { "PPP_Zoom_Zoom:idi:", PPP_Zoom_ZoomDispatcher }, 453 { "PPP_Zoom_Zoom:idi:", PPP_Zoom_ZoomDispatcher },
455 { NULL, NULL } 454 { NULL, NULL }
456 }; 455 };
457 456
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698