| OLD | NEW |
| (Empty) | |
| 1 // Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. |
| 4 |
| 5 // This file has been auto-generated by code_generator_cpp.py. DO NOT MODIFY! |
| 6 |
| 7 // clang-format off |
| 8 |
| 9 #include "CppTestInterface5.h" |
| 10 |
| 11 // TODO(dglazkov): Implement generating includes. |
| 12 |
| 13 namespace blink { |
| 14 namespace api { |
| 15 |
| 16 // TODO(dglazkov): Implement constant generation |
| 17 // UNSIGNED_LONG |
| 18 // CONST_JAVASCRIPT |
| 19 |
| 20 // TODO(dglazkov): Implement constructor generation |
| 21 |
| 22 // TODO(dglazkov): Implement attribute getter/setter generation |
| 23 // testInterfaceAttribute |
| 24 // testInterfaceConstructorAttribute |
| 25 // doubleAttribute |
| 26 // floatAttribute |
| 27 // unrestrictedDoubleAttribute |
| 28 // unrestrictedFloatAttribute |
| 29 // staticStringAttribute |
| 30 // alwaysExposedAttribute |
| 31 // workerExposedAttribute |
| 32 // windowExposedAttribute |
| 33 |
| 34 // TODO(dglazkov): Implement method generation |
| 35 // void CppTestInterface5::voidMethodTestInterfaceEmptyArg |
| 36 // void CppTestInterface5::voidMethodDoubleArgFloatArg |
| 37 // void CppTestInterface5::voidMethodUnrestrictedDoubleArgUnrestrictedFloatArg |
| 38 // void CppTestInterface5::voidMethod |
| 39 // void CppTestInterface5::alwaysExposedMethod |
| 40 // void CppTestInterface5::workerExposedMethod |
| 41 // void CppTestInterface5::windowExposedMethod |
| 42 // void CppTestInterface5::alwaysExposedStaticMethod |
| 43 // void CppTestInterface5::workerExposedStaticMethod |
| 44 // void CppTestInterface5::windowExposedStaticMethod |
| 45 // void CppTestInterface5::windowAndServiceWorkerExposedMethod |
| 46 // void CppTestInterface5::voidMethodBooleanOrDOMStringArg |
| 47 // void CppTestInterface5::voidMethodDoubleOrDOMStringArg |
| 48 // void CppTestInterface5::voidMethodVoidExperimentalCallbackFunction |
| 49 // void CppTestInterface5::voidMethodVoidCallbackFunctionModulesArg |
| 50 // Iterator* CppTestInterface5::keys |
| 51 // Iterator* CppTestInterface5::values |
| 52 // Iterator* CppTestInterface5::entries |
| 53 // void CppTestInterface5::forEach |
| 54 // String CppTestInterface5::toString |
| 55 } |
| 56 } |
| OLD | NEW |