OLD | NEW |
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 436 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
447 { "PPP_Printing_End:i:", PPP_Printing_EndDispatcher }, | 447 { "PPP_Printing_End:i:", PPP_Printing_EndDispatcher }, |
448 { "PPP_Printing_IsScalingDisabled:i:i", PPP_Printing_IsScalingDisabledDispatch
er }, | 448 { "PPP_Printing_IsScalingDisabled:i:i", PPP_Printing_IsScalingDisabledDispatch
er }, |
449 { "PPP_Scrollbar_ValueChanged:iii:", PPP_Scrollbar_ValueChangedDispatcher }, | 449 { "PPP_Scrollbar_ValueChanged:iii:", PPP_Scrollbar_ValueChangedDispatcher }, |
450 { "PPP_Scrollbar_OverlayChanged:iii:", PPP_Scrollbar_OverlayChangedDispatcher
}, | 450 { "PPP_Scrollbar_OverlayChanged:iii:", PPP_Scrollbar_OverlayChangedDispatcher
}, |
451 { "PPP_Selection_GetSelectedText:ii:C", PPP_Selection_GetSelectedTextDispatche
r }, | 451 { "PPP_Selection_GetSelectedText:ii:C", PPP_Selection_GetSelectedTextDispatche
r }, |
452 { "PPP_Widget_Invalidate:iiC:", PPP_Widget_InvalidateDispatcher }, | 452 { "PPP_Widget_Invalidate:iiC:", PPP_Widget_InvalidateDispatcher }, |
453 { "PPP_Zoom_Zoom:idi:", PPP_Zoom_ZoomDispatcher }, | 453 { "PPP_Zoom_Zoom:idi:", PPP_Zoom_ZoomDispatcher }, |
454 { NULL, NULL } | 454 { NULL, NULL } |
455 }; | 455 }; |
456 | 456 |
OLD | NEW |