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

Side by Side Diff: third_party/WebKit/Source/bindings/tests/results/core/test_interface_3.cc

Issue 2703653004: [WebAgentsAPI]: Start adding support for method arguments. (Closed)
Patch Set: Comments addressed. Created 3 years, 9 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
« no previous file with comments | « third_party/WebKit/Source/bindings/templates/web_agent_api_interface.cc.tmpl ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_web_agent_api.py. 5 // This file has been auto-generated by code_generator_web_agent_api.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/web_agent_api_interface.cc.tmpl 9 // third_party/WebKit/Source/bindings/templates/web_agent_api_interface.cc.tmpl
10 10
(...skipping 15 matching lines...) Expand all
26 visitor->trace(test_interface_3_); 26 visitor->trace(test_interface_3_);
27 } 27 }
28 28
29 // TODO(dglazkov): Implement constant generation 29 // TODO(dglazkov): Implement constant generation
30 30
31 // TODO(dglazkov): Implement attribute getter/setter generation 31 // TODO(dglazkov): Implement attribute getter/setter generation
32 // unsigned long length 32 // unsigned long length
33 // DOMString readonlyStringifierAttribute 33 // DOMString readonlyStringifierAttribute
34 34
35 // TODO(dglazkov): Implement method generation 35 // TODO(dglazkov): Implement method generation
36 // void TestInterface3::voidMethodDocument 36 // void TestInterface3::VoidMethodDocument
37 // Document document
37 38
38 TestInterface3::TestInterface3(blink::TestInterface3* test_interface_3) 39 TestInterface3::TestInterface3(blink::TestInterface3* test_interface_3)
39 : test_interface_3_(test_interface_3) {} 40 : test_interface_3_(test_interface_3) {}
40 41
41 blink::TestInterface3* TestInterface3::test_interface_3() const { 42 blink::TestInterface3* TestInterface3::test_interface_3() const {
42 return test_interface_3_; 43 return test_interface_3_;
43 } 44 }
44 45
45 } // namespace web 46 } // namespace web
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/bindings/templates/web_agent_api_interface.cc.tmpl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698