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

Side by Side Diff: ppapi/native_client/src/shared/ppapi_proxy/untrusted/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 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 int32_t* offset); 403 int32_t* offset);
404 404
405 private: 405 private:
406 PpbFontRpcClient(); 406 PpbFontRpcClient();
407 PpbFontRpcClient(const PpbFontRpcClient&); 407 PpbFontRpcClient(const PpbFontRpcClient&);
408 void operator=(const PpbFontRpcClient); 408 void operator=(const PpbFontRpcClient);
409 }; // class PpbFontRpcClient 409 }; // class PpbFontRpcClient
410 410
411 class PpbFullscreenRpcClient { 411 class PpbFullscreenRpcClient {
412 public: 412 public:
413 static NaClSrpcError PPB_Fullscreen_IsFullscreen(
414 NaClSrpcChannel* channel,
415 PP_Instance instance,
416 int32_t* success);
417 static NaClSrpcError PPB_Fullscreen_SetFullscreen( 413 static NaClSrpcError PPB_Fullscreen_SetFullscreen(
418 NaClSrpcChannel* channel, 414 NaClSrpcChannel* channel,
419 PP_Instance instance, 415 PP_Instance instance,
420 int32_t fullscreen, 416 int32_t fullscreen,
421 int32_t* success); 417 int32_t* success);
422 static NaClSrpcError PPB_Fullscreen_GetScreenSize( 418 static NaClSrpcError PPB_Fullscreen_GetScreenSize(
423 NaClSrpcChannel* channel, 419 NaClSrpcChannel* channel,
424 PP_Instance instance, 420 PP_Instance instance,
425 nacl_abi_size_t* size_bytes, char* size, 421 nacl_abi_size_t* size_bytes, char* size,
426 int32_t* success); 422 int32_t* success);
(...skipping 576 matching lines...) Expand 10 before | Expand all | Expand 10 after
1003 PpbZoomRpcClient(); 999 PpbZoomRpcClient();
1004 PpbZoomRpcClient(const PpbZoomRpcClient&); 1000 PpbZoomRpcClient(const PpbZoomRpcClient&);
1005 void operator=(const PpbZoomRpcClient); 1001 void operator=(const PpbZoomRpcClient);
1006 }; // class PpbZoomRpcClient 1002 }; // class PpbZoomRpcClient
1007 1003
1008 1004
1009 1005
1010 1006
1011 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_ 1007 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_
1012 1008
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698