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

Side by Side Diff: ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h

Issue 8351023: PPAPI NaCl Proxy: optimize PPB_Fullscreen::IsFullscreen. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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 450 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 int32_t* offset); 461 int32_t* offset);
462 462
463 private: 463 private:
464 PpbFontRpcServer(); 464 PpbFontRpcServer();
465 PpbFontRpcServer(const PpbFontRpcServer&); 465 PpbFontRpcServer(const PpbFontRpcServer&);
466 void operator=(const PpbFontRpcServer); 466 void operator=(const PpbFontRpcServer);
467 }; // class PpbFontRpcServer 467 }; // class PpbFontRpcServer
468 468
469 class PpbFullscreenRpcServer { 469 class PpbFullscreenRpcServer {
470 public: 470 public:
471 static void PPB_Fullscreen_IsFullscreen(
472 NaClSrpcRpc* rpc,
473 NaClSrpcClosure* done,
474 PP_Instance instance,
475 int32_t* success);
476 static void PPB_Fullscreen_SetFullscreen( 471 static void PPB_Fullscreen_SetFullscreen(
477 NaClSrpcRpc* rpc, 472 NaClSrpcRpc* rpc,
478 NaClSrpcClosure* done, 473 NaClSrpcClosure* done,
479 PP_Instance instance, 474 PP_Instance instance,
480 int32_t fullscreen, 475 int32_t fullscreen,
481 int32_t* success); 476 int32_t* success);
482 static void PPB_Fullscreen_GetScreenSize( 477 static void PPB_Fullscreen_GetScreenSize(
483 NaClSrpcRpc* rpc, 478 NaClSrpcRpc* rpc,
484 NaClSrpcClosure* done, 479 NaClSrpcClosure* done,
485 PP_Instance instance, 480 PP_Instance instance,
(...skipping 669 matching lines...) Expand 10 before | Expand all | Expand 10 after
1155 }; // class PpbZoomRpcServer 1150 }; // class PpbZoomRpcServer
1156 1151
1157 class PpbRpcs { 1152 class PpbRpcs {
1158 public: 1153 public:
1159 static NaClSrpcHandlerDesc srpc_methods[]; 1154 static NaClSrpcHandlerDesc srpc_methods[];
1160 }; // class PpbRpcs 1155 }; // class PpbRpcs
1161 1156
1162 1157
1163 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_ 1158 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_
1164 1159
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698