Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Side by Side Diff: third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterfacePartial.cpp

Issue 2804753005: Rewrite references to "wtf/" to "platform/wtf/" in bindings. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 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 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 // This file has been auto-generated by code_generator_v8.py. 5 // This file has been auto-generated by code_generator_v8.py.
6 // DO NOT MODIFY! 6 // DO NOT MODIFY!
7 7
8 // This file has been generated from the Jinja2 template in 8 // This file has been generated from the Jinja2 template in
9 // third_party/WebKit/Source/bindings/templates/partial_interface.cpp.tmpl 9 // third_party/WebKit/Source/bindings/templates/partial_interface.cpp.tmpl
10 10
11 // clang-format off 11 // clang-format off
12 #include "V8TestInterfacePartial.h" 12 #include "V8TestInterfacePartial.h"
13 13
14 #include "bindings/core/v8/ExceptionState.h" 14 #include "bindings/core/v8/ExceptionState.h"
15 #include "bindings/core/v8/IDLTypes.h" 15 #include "bindings/core/v8/IDLTypes.h"
16 #include "bindings/core/v8/NativeValueTraitsImpl.h" 16 #include "bindings/core/v8/NativeValueTraitsImpl.h"
17 #include "bindings/core/v8/ScriptPromise.h" 17 #include "bindings/core/v8/ScriptPromise.h"
18 #include "bindings/core/v8/ScriptState.h" 18 #include "bindings/core/v8/ScriptState.h"
19 #include "bindings/core/v8/V8DOMConfiguration.h" 19 #include "bindings/core/v8/V8DOMConfiguration.h"
20 #include "bindings/core/v8/V8Document.h" 20 #include "bindings/core/v8/V8Document.h"
21 #include "bindings/core/v8/V8Node.h" 21 #include "bindings/core/v8/V8Node.h"
22 #include "bindings/core/v8/V8ObjectConstructor.h" 22 #include "bindings/core/v8/V8ObjectConstructor.h"
23 #include "bindings/core/v8/V8TestCallbackInterface.h" 23 #include "bindings/core/v8/V8TestCallbackInterface.h"
24 #include "bindings/core/v8/V8TestInterface.h" 24 #include "bindings/core/v8/V8TestInterface.h"
25 #include "bindings/tests/idls/modules/TestInterfacePartial3Implementation.h" 25 #include "bindings/tests/idls/modules/TestInterfacePartial3Implementation.h"
26 #include "bindings/tests/idls/modules/TestInterfacePartial4.h" 26 #include "bindings/tests/idls/modules/TestInterfacePartial4.h"
27 #include "core/dom/Document.h" 27 #include "core/dom/Document.h"
28 #include "core/origin_trials/OriginTrials.h" 28 #include "core/origin_trials/OriginTrials.h"
29 #include "platform/RuntimeEnabledFeatures.h" 29 #include "platform/RuntimeEnabledFeatures.h"
30 #include "wtf/GetPtr.h" 30 #include "platform/wtf/GetPtr.h"
31 #include "wtf/RefPtr.h" 31 #include "platform/wtf/RefPtr.h"
32 32
33 namespace blink { 33 namespace blink {
34 34
35 namespace TestInterfaceImplementationPartialV8Internal { 35 namespace TestInterfaceImplementationPartialV8Internal {
36 36
37 static void partial4LongAttributeAttributeGetter(const v8::FunctionCallbackInfo< v8::Value>& info) { 37 static void partial4LongAttributeAttributeGetter(const v8::FunctionCallbackInfo< v8::Value>& info) {
38 v8::Local<v8::Object> holder = info.Holder(); 38 v8::Local<v8::Object> holder = info.Holder();
39 39
40 TestInterfaceImplementation* impl = V8TestInterface::toImpl(holder); 40 TestInterfaceImplementation* impl = V8TestInterface::toImpl(holder);
41 41
(...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 V8TestInterfacePartial::preparePrototypeAndInterfaceObject); 487 V8TestInterfacePartial::preparePrototypeAndInterfaceObject);
488 V8TestInterface::registerVoidMethodPartialOverloadMethodForPartialInterface(&T estInterfaceImplementationPartialV8Internal::voidMethodPartialOverloadMethod); 488 V8TestInterface::registerVoidMethodPartialOverloadMethodForPartialInterface(&T estInterfaceImplementationPartialV8Internal::voidMethodPartialOverloadMethod);
489 V8TestInterface::registerStaticVoidMethodPartialOverloadMethodForPartialInterf ace(&TestInterfaceImplementationPartialV8Internal::staticVoidMethodPartialOverlo adMethod); 489 V8TestInterface::registerStaticVoidMethodPartialOverloadMethodForPartialInterf ace(&TestInterfaceImplementationPartialV8Internal::staticVoidMethodPartialOverlo adMethod);
490 V8TestInterface::registerPromiseMethodPartialOverloadMethodForPartialInterface (&TestInterfaceImplementationPartialV8Internal::promiseMethodPartialOverloadMeth od); 490 V8TestInterface::registerPromiseMethodPartialOverloadMethodForPartialInterface (&TestInterfaceImplementationPartialV8Internal::promiseMethodPartialOverloadMeth od);
491 V8TestInterface::registerStaticPromiseMethodPartialOverloadMethodForPartialInt erface(&TestInterfaceImplementationPartialV8Internal::staticPromiseMethodPartial OverloadMethod); 491 V8TestInterface::registerStaticPromiseMethodPartialOverloadMethodForPartialInt erface(&TestInterfaceImplementationPartialV8Internal::staticPromiseMethodPartial OverloadMethod);
492 V8TestInterface::registerPartial2VoidMethodMethodForPartialInterface(&TestInte rfaceImplementationPartialV8Internal::partial2VoidMethodMethod); 492 V8TestInterface::registerPartial2VoidMethodMethodForPartialInterface(&TestInte rfaceImplementationPartialV8Internal::partial2VoidMethodMethod);
493 V8TestInterface::registerPartial2StaticVoidMethodMethodForPartialInterface(&Te stInterfaceImplementationPartialV8Internal::partial2StaticVoidMethodMethod); 493 V8TestInterface::registerPartial2StaticVoidMethodMethodForPartialInterface(&Te stInterfaceImplementationPartialV8Internal::partial2StaticVoidMethodMethod);
494 } 494 }
495 495
496 } // namespace blink 496 } // namespace blink
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698