| OLD | NEW |
| 1 // Copyright (c) 2011 The Native Client 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 // Defines helper functions for all interfaces supported by the Native Client | 5 // Defines helper functions for all interfaces supported by the Native Client |
| 6 // proxy. | 6 // proxy. |
| 7 | 7 |
| 8 #ifndef NATIVE_CLIENT_TESTS_PPAPI_TEST_PPB_TEMPLATE_GET_BROWSER_INTERFACE_H | 8 #ifndef NATIVE_CLIENT_TESTS_PPAPI_TEST_PPB_TEMPLATE_GET_BROWSER_INTERFACE_H |
| 9 #define NATIVE_CLIENT_TESTS_PPAPI_TEST_PPB_TEMPLATE_GET_BROWSER_INTERFACE_H | 9 #define NATIVE_CLIENT_TESTS_PPAPI_TEST_PPB_TEMPLATE_GET_BROWSER_INTERFACE_H |
| 10 | 10 |
| 11 // The definition of scrollbar depends on the interface version. | 11 // The definition of scrollbar depends on the interface version. |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 const PPB_Font_Dev* PPBFontDev(); | 76 const PPB_Font_Dev* PPBFontDev(); |
| 77 const PPB_Graphics3D_Dev* PPBGraphics3DDev(); | 77 const PPB_Graphics3D_Dev* PPBGraphics3DDev(); |
| 78 const PPB_Memory_Dev* PPBMemoryDev(); | 78 const PPB_Memory_Dev* PPBMemoryDev(); |
| 79 const PPB_OpenGLES2_Dev* PPBOpenGLES2Dev(); | 79 const PPB_OpenGLES2_Dev* PPBOpenGLES2Dev(); |
| 80 const PPB_Scrollbar_Dev* PPBScrollbarDev(); | 80 const PPB_Scrollbar_Dev* PPBScrollbarDev(); |
| 81 const PPB_Surface3D_Dev* PPBSurface3DDev(); | 81 const PPB_Surface3D_Dev* PPBSurface3DDev(); |
| 82 const PPB_Testing_Dev* PPBTestingDev(); | 82 const PPB_Testing_Dev* PPBTestingDev(); |
| 83 const PPB_Widget_Dev* PPBWidgetDev(); | 83 const PPB_Widget_Dev* PPBWidgetDev(); |
| 84 | 84 |
| 85 #endif // NATIVE_CLIENT_TESTS_PPAPI_TEST_PPB_TEMPLATE_GET_BROWSER_INTERFACE_H | 85 #endif // NATIVE_CLIENT_TESTS_PPAPI_TEST_PPB_TEMPLATE_GET_BROWSER_INTERFACE_H |
| OLD | NEW |