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

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

Issue 10823187: NaCl proxy for PPB_NetworkMonitor_Private (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 static NaClSrpcError PPP_MouseLock_MouseLockLost( 158 static NaClSrpcError PPP_MouseLock_MouseLockLost(
159 NaClSrpcChannel* channel, 159 NaClSrpcChannel* channel,
160 PP_Instance instance); 160 PP_Instance instance);
161 161
162 private: 162 private:
163 PppMouseLockRpcClient(); 163 PppMouseLockRpcClient();
164 PppMouseLockRpcClient(const PppMouseLockRpcClient&); 164 PppMouseLockRpcClient(const PppMouseLockRpcClient&);
165 void operator=(const PppMouseLockRpcClient); 165 void operator=(const PppMouseLockRpcClient);
166 }; // class PppMouseLockRpcClient 166 }; // class PppMouseLockRpcClient
167 167
168 class PppNetworkMonitorPrivateRpcClient {
169 public:
170 static NaClSrpcError PPP_NetworkMonitor_Private_NetworkListChanged(
171 NaClSrpcChannel* channel,
172 PP_Resource network_monitor,
173 PP_Resource network_list);
174
175 private:
176 PppNetworkMonitorPrivateRpcClient();
177 PppNetworkMonitorPrivateRpcClient(const PppNetworkMonitorPrivateRpcClient&);
178 void operator=(const PppNetworkMonitorPrivateRpcClient);
179 }; // class PppNetworkMonitorPrivateRpcClient
180
168 class PppPrintingRpcClient { 181 class PppPrintingRpcClient {
169 public: 182 public:
170 static NaClSrpcError PPP_Printing_QuerySupportedFormats( 183 static NaClSrpcError PPP_Printing_QuerySupportedFormats(
171 NaClSrpcChannel* channel, 184 NaClSrpcChannel* channel,
172 PP_Instance instance, 185 PP_Instance instance,
173 int32_t* formats); 186 int32_t* formats);
174 static NaClSrpcError PPP_Printing_Begin( 187 static NaClSrpcError PPP_Printing_Begin(
175 NaClSrpcChannel* channel, 188 NaClSrpcChannel* channel,
176 PP_Instance instance, 189 PP_Instance instance,
177 nacl_abi_size_t print_settings_bytes, char* print_settings, 190 nacl_abi_size_t print_settings_bytes, char* print_settings,
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 PppZoomRpcClient(); 268 PppZoomRpcClient();
256 PppZoomRpcClient(const PppZoomRpcClient&); 269 PppZoomRpcClient(const PppZoomRpcClient&);
257 void operator=(const PppZoomRpcClient); 270 void operator=(const PppZoomRpcClient);
258 }; // class PppZoomRpcClient 271 }; // class PppZoomRpcClient
259 272
260 273
261 274
262 275
263 #endif // GEN_PPAPI_PROXY_PPP_RPC_H_ 276 #endif // GEN_PPAPI_PROXY_PPP_RPC_H_
264 277
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698