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

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

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

Powered by Google App Engine
This is Rietveld 408576698