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

Side by Side Diff: Source/bindings/templates/interface_base.cpp

Issue 99123003: IDL compiler: [SpecialWrapFor] interfaces (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 7 years 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
OLDNEW
1 {# http://www.chromium.org/blink/coding-style#TOC-License #} 1 {# http://www.chromium.org/blink/coding-style#TOC-License #}
2 /* 2 /*
3 * Copyright (C) 2013 Google Inc. All rights reserved. 3 * Copyright (C) 2013 Google Inc. All rights reserved.
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are 6 * modification, are permitted provided that the following conditions are
7 * met: 7 * met:
8 * 8 *
9 * * Redistributions of source code must retain the above copyright 9 * * Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 {% block visit_dom_wrapper %}{% endblock %} 119 {% block visit_dom_wrapper %}{% endblock %}
120 {% block class_attributes %}{% endblock %} 120 {% block class_attributes %}{% endblock %}
121 {% block class_accessors %}{% endblock %} 121 {% block class_accessors %}{% endblock %}
122 {% block class_methods %}{% endblock %} 122 {% block class_methods %}{% endblock %}
123 {% block configure_class_template %}{% endblock %} 123 {% block configure_class_template %}{% endblock %}
124 {% block get_template %}{% endblock %} 124 {% block get_template %}{% endblock %}
125 {% block has_instance_and_has_instance_in_any_world %}{% endblock %} 125 {% block has_instance_and_has_instance_in_any_world %}{% endblock %}
126 {% block install_per_context_attributes %}{% endblock %} 126 {% block install_per_context_attributes %}{% endblock %}
127 {% block install_per_context_methods %}{% endblock %} 127 {% block install_per_context_methods %}{% endblock %}
128 {% block to_active_dom_object %}{% endblock %} 128 {% block to_active_dom_object %}{% endblock %}
129 {% block wrap %}{% endblock %}
129 {% block create_wrapper %}{% endblock %} 130 {% block create_wrapper %}{% endblock %}
130 {% block deref_object_and_to_v8_no_inline %}{% endblock %} 131 {% block deref_object_and_to_v8_no_inline %}{% endblock %}
131 } // namespace WebCore 132 } // namespace WebCore
132 {% endfilter %} 133 {% endfilter %}
OLDNEW
« no previous file with comments | « Source/bindings/templates/interface.cpp ('k') | Source/bindings/tests/idls/TestInterfacePython2.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698