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

Unified Diff: Source/bindings/tests/results/V8TestCallbackInterface.h

Issue 557203002: Added core and modules to binding tests results for binding modularization. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: Source/bindings/tests/results/V8TestCallbackInterface.h
diff --git a/Source/bindings/tests/results/V8TestCallbackInterface.h b/Source/bindings/tests/results/V8TestCallbackInterface.h
deleted file mode 100644
index 2a76b2b0c554b91b6b3c3771fe27c1fea1fbab1e..0000000000000000000000000000000000000000
--- a/Source/bindings/tests/results/V8TestCallbackInterface.h
+++ /dev/null
@@ -1,45 +0,0 @@
-// 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_v8.py. DO NOT MODIFY!
-
-#ifndef V8TestCallbackInterface_h
-#define V8TestCallbackInterface_h
-
-#include "bindings/core/v8/ActiveDOMCallback.h"
-#include "bindings/core/v8/DOMWrapperWorld.h"
-#include "bindings/core/v8/ScopedPersistent.h"
-#include "bindings/tests/idls/core/TestCallbackInterface.h"
-
-namespace blink {
-
-class V8TestCallbackInterface FINAL : public TestCallbackInterface, public ActiveDOMCallback {
-public:
- static PassOwnPtrWillBeRawPtr<V8TestCallbackInterface> create(v8::Handle<v8::Function> callback, ScriptState* scriptState)
- {
- return adoptPtrWillBeNoop(new V8TestCallbackInterface(callback, scriptState));
- }
-
- virtual ~V8TestCallbackInterface();
-
- virtual void voidMethod() OVERRIDE;
- virtual bool booleanMethod() OVERRIDE;
- virtual void voidMethodBooleanArg(bool boolArg) OVERRIDE;
- virtual void voidMethodSequenceArg(const Vector<RefPtr<TestInterfaceEmpty> >& sequenceArg) OVERRIDE;
- virtual void voidMethodFloatArg(float floatArg) OVERRIDE;
- virtual void voidMethodTestInterfaceEmptyArg(TestInterfaceEmpty* testInterfaceEmptyArg) OVERRIDE;
- virtual void voidMethodTestInterfaceEmptyStringArg(TestInterfaceEmpty* testInterfaceEmptyArg, const String& stringArg) OVERRIDE;
- virtual void callbackWithThisValueVoidMethodStringArg(ScriptValue thisValue, const String& stringArg) OVERRIDE;
- virtual void customVoidMethodTestInterfaceEmptyArg(TestInterfaceEmpty* testInterfaceEmptyArg) OVERRIDE;
- virtual void voidMethodWillBeGarbageCollectedSequenceArg(const WillBeHeapVector<RefPtrWillBeMember<TestInterfaceWillBeGarbageCollected> >& sequenceArg) OVERRIDE;
- virtual void voidMethodWillBeGarbageCollectedArrayArg(const WillBeHeapVector<RefPtrWillBeMember<TestInterfaceWillBeGarbageCollected> >& arrayArg) OVERRIDE;
-private:
- V8TestCallbackInterface(v8::Handle<v8::Function>, ScriptState*);
-
- ScopedPersistent<v8::Function> m_callback;
- RefPtr<ScriptState> m_scriptState;
-};
-
-}
-#endif // V8TestCallbackInterface_h
« no previous file with comments | « Source/bindings/tests/results/V8SVGTestInterface.cpp ('k') | Source/bindings/tests/results/V8TestCallbackInterface.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698