| Index: third_party/WebKit/Source/bindings/tests/results/core/CppTestInterface2.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/CppTestInterface2.cpp b/third_party/WebKit/Source/bindings/tests/results/core/CppTestInterface2.cpp
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..2aed9c9611b90e3191e49884426a15112486d75d
|
| --- /dev/null
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/CppTestInterface2.cpp
|
| @@ -0,0 +1,40 @@
|
| +// Copyright 2014 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +// This file has been auto-generated by code_generator_cpp.py. DO NOT MODIFY!
|
| +
|
| +// clang-format off
|
| +
|
| +#include "CppTestInterface2.h"
|
| +
|
| +// TODO(dglazkov): Implement generating includes.
|
| +
|
| +namespace blink {
|
| +namespace api {
|
| +
|
| +// TODO(dglazkov): Implement constant generation
|
| +// CONST_VALUE_1
|
| +
|
| +// TODO(dglazkov): Implement constructor generation
|
| +
|
| +// TODO(dglazkov): Implement attribute getter/setter generation
|
| +
|
| +// TODO(dglazkov): Implement method generation
|
| +// TestInterfaceEmpty* CppTestInterface2::item
|
| +// TestInterfaceEmpty* CppTestInterface2::setItem
|
| +// bool CppTestInterface2::deleteItem
|
| +// TestInterfaceEmpty* CppTestInterface2::namedItem
|
| +// TestInterfaceEmpty* CppTestInterface2::setNamedItem
|
| +// bool CppTestInterface2::deleteNamedItem
|
| +// String CppTestInterface2::stringifierMethod
|
| +// void CppTestInterface2::voidMethodPartial1
|
| +// void CppTestInterface2::voidMethodPartial2
|
| +// Iterator* CppTestInterface2::keys
|
| +// Iterator* CppTestInterface2::values
|
| +// Iterator* CppTestInterface2::entries
|
| +// void CppTestInterface2::forEach
|
| +// bool CppTestInterface2::has
|
| +// String CppTestInterface2::toString
|
| +}
|
| +}
|
|
|