| OLD | NEW |
| 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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 202 NaClSrpcChannel* channel, | 202 NaClSrpcChannel* channel, |
| 203 PP_Instance instance, | 203 PP_Instance instance, |
| 204 int32_t* result); | 204 int32_t* result); |
| 205 | 205 |
| 206 private: | 206 private: |
| 207 PppPrintingRpcClient(); | 207 PppPrintingRpcClient(); |
| 208 PppPrintingRpcClient(const PppPrintingRpcClient&); | 208 PppPrintingRpcClient(const PppPrintingRpcClient&); |
| 209 void operator=(const PppPrintingRpcClient); | 209 void operator=(const PppPrintingRpcClient); |
| 210 }; // class PppPrintingRpcClient | 210 }; // class PppPrintingRpcClient |
| 211 | 211 |
| 212 class PppScrollbarRpcClient { | |
| 213 public: | |
| 214 static NaClSrpcError PPP_Scrollbar_ValueChanged( | |
| 215 NaClSrpcChannel* channel, | |
| 216 PP_Instance instance, | |
| 217 PP_Resource scrollbar, | |
| 218 int32_t value); | |
| 219 static NaClSrpcError PPP_Scrollbar_OverlayChanged( | |
| 220 NaClSrpcChannel* channel, | |
| 221 PP_Instance instance, | |
| 222 PP_Resource scrollbar, | |
| 223 int32_t overlay); | |
| 224 | |
| 225 private: | |
| 226 PppScrollbarRpcClient(); | |
| 227 PppScrollbarRpcClient(const PppScrollbarRpcClient&); | |
| 228 void operator=(const PppScrollbarRpcClient); | |
| 229 }; // class PppScrollbarRpcClient | |
| 230 | |
| 231 class PppSelectionRpcClient { | 212 class PppSelectionRpcClient { |
| 232 public: | 213 public: |
| 233 static NaClSrpcError PPP_Selection_GetSelectedText( | 214 static NaClSrpcError PPP_Selection_GetSelectedText( |
| 234 NaClSrpcChannel* channel, | 215 NaClSrpcChannel* channel, |
| 235 PP_Instance instance, | 216 PP_Instance instance, |
| 236 int32_t html, | 217 int32_t html, |
| 237 nacl_abi_size_t* selected_text_bytes, char* selected_text); | 218 nacl_abi_size_t* selected_text_bytes, char* selected_text); |
| 238 | 219 |
| 239 private: | 220 private: |
| 240 PppSelectionRpcClient(); | 221 PppSelectionRpcClient(); |
| 241 PppSelectionRpcClient(const PppSelectionRpcClient&); | 222 PppSelectionRpcClient(const PppSelectionRpcClient&); |
| 242 void operator=(const PppSelectionRpcClient); | 223 void operator=(const PppSelectionRpcClient); |
| 243 }; // class PppSelectionRpcClient | 224 }; // class PppSelectionRpcClient |
| 244 | 225 |
| 245 class PppWidgetRpcClient { | |
| 246 public: | |
| 247 static NaClSrpcError PPP_Widget_Invalidate( | |
| 248 NaClSrpcChannel* channel, | |
| 249 PP_Instance instance, | |
| 250 PP_Resource widget, | |
| 251 nacl_abi_size_t dirty_rect_bytes, char* dirty_rect); | |
| 252 | |
| 253 private: | |
| 254 PppWidgetRpcClient(); | |
| 255 PppWidgetRpcClient(const PppWidgetRpcClient&); | |
| 256 void operator=(const PppWidgetRpcClient); | |
| 257 }; // class PppWidgetRpcClient | |
| 258 | |
| 259 class PppZoomRpcClient { | 226 class PppZoomRpcClient { |
| 260 public: | 227 public: |
| 261 static NaClSrpcError PPP_Zoom_Zoom( | 228 static NaClSrpcError PPP_Zoom_Zoom( |
| 262 NaClSrpcChannel* channel, | 229 NaClSrpcChannel* channel, |
| 263 PP_Instance instance, | 230 PP_Instance instance, |
| 264 double factor, | 231 double factor, |
| 265 int32_t text_only); | 232 int32_t text_only); |
| 266 | 233 |
| 267 private: | 234 private: |
| 268 PppZoomRpcClient(); | 235 PppZoomRpcClient(); |
| 269 PppZoomRpcClient(const PppZoomRpcClient&); | 236 PppZoomRpcClient(const PppZoomRpcClient&); |
| 270 void operator=(const PppZoomRpcClient); | 237 void operator=(const PppZoomRpcClient); |
| 271 }; // class PppZoomRpcClient | 238 }; // class PppZoomRpcClient |
| 272 | 239 |
| 273 | 240 |
| 274 | 241 |
| 275 | 242 |
| 276 #endif // GEN_PPAPI_PROXY_PPP_RPC_H_ | 243 #endif // GEN_PPAPI_PROXY_PPP_RPC_H_ |
| 277 | 244 |
| OLD | NEW |