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

Side by Side Diff: Source/bindings/tests/results/V8TestCallback.h

Issue 17351003: Rename ContextDestructionObserver to ContextLifecycleObserver (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Reapplied Created 7 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « Source/bindings/scripts/CodeGeneratorV8.pm ('k') | Source/bindings/v8/ActiveDOMCallback.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 This file is part of the Blink open source project. 2 This file is part of the Blink open source project.
3 This file has been auto-generated by CodeGeneratorV8.pm. DO NOT MODIFY! 3 This file has been auto-generated by CodeGeneratorV8.pm. DO NOT MODIFY!
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Library General Public 6 modify it under the terms of the GNU Library General Public
7 License as published by the Free Software Foundation; either 7 License as published by the Free Software Foundation; either
8 version 2 of the License, or (at your option) any later version. 8 version 2 of the License, or (at your option) any later version.
9 9
10 This library is distributed in the hope that it will be useful, 10 This library is distributed in the hope that it will be useful,
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 44
45 // Functions 45 // Functions
46 virtual bool callbackWithNoParam(); 46 virtual bool callbackWithNoParam();
47 virtual bool callbackWithTestObjectParam(TestObj* class1Param); 47 virtual bool callbackWithTestObjectParam(TestObj* class1Param);
48 virtual bool callbackWithTestObjectParam(TestObj* class2Param, const String& strArg); 48 virtual bool callbackWithTestObjectParam(TestObj* class2Param, const String& strArg);
49 virtual int customCallback(TestObj* testObjParam, TestObj* testObjParam); 49 virtual int customCallback(TestObj* testObjParam, TestObj* testObjParam);
50 virtual bool callbackWithStringList(RefPtr<DOMStringList> listParam); 50 virtual bool callbackWithStringList(RefPtr<DOMStringList> listParam);
51 virtual bool callbackWithBoolean(bool boolParam); 51 virtual bool callbackWithBoolean(bool boolParam);
52 virtual bool callbackWithSequence(Vector<RefPtr<TestObj> > sequenceParam); 52 virtual bool callbackWithSequence(Vector<RefPtr<TestObj> > sequenceParam);
53 53
54 virtual ScriptExecutionContext* scriptExecutionContext() const { return Cont extDestructionObserver::scriptExecutionContext(); } 54 virtual ScriptExecutionContext* scriptExecutionContext() const { return Cont extLifecycleObserver::scriptExecutionContext(); }
55 55
56 private: 56 private:
57 V8TestCallback(v8::Handle<v8::Object>, ScriptExecutionContext*); 57 V8TestCallback(v8::Handle<v8::Object>, ScriptExecutionContext*);
58 58
59 ScopedPersistent<v8::Object> m_callback; 59 ScopedPersistent<v8::Object> m_callback;
60 RefPtr<DOMWrapperWorld> m_world; 60 RefPtr<DOMWrapperWorld> m_world;
61 }; 61 };
62 62
63 } 63 }
64 64
65 #endif // V8TestCallback_h 65 #endif // V8TestCallback_h
66 66
OLDNEW
« no previous file with comments | « Source/bindings/scripts/CodeGeneratorV8.pm ('k') | Source/bindings/v8/ActiveDOMCallback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698