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

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

Issue 140663012: IDL compiler: Window-specific code + Window-only features (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 6 years, 10 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/templates/interface.cpp ('k') | Source/bindings/templates/methods.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 {% block named_property_setter_callback %}{% endblock %} 141 {% block named_property_setter_callback %}{% endblock %}
142 {% block named_property_query %}{% endblock %} 142 {% block named_property_query %}{% endblock %}
143 {% block named_property_query_callback %}{% endblock %} 143 {% block named_property_query_callback %}{% endblock %}
144 {% block named_property_deleter %}{% endblock %} 144 {% block named_property_deleter %}{% endblock %}
145 {% block named_property_deleter_callback %}{% endblock %} 145 {% block named_property_deleter_callback %}{% endblock %}
146 {% block named_property_enumerator %}{% endblock %} 146 {% block named_property_enumerator %}{% endblock %}
147 {% block named_property_enumerator_callback %}{% endblock %} 147 {% block named_property_enumerator_callback %}{% endblock %}
148 } // namespace {{cpp_class}}V8Internal 148 } // namespace {{cpp_class}}V8Internal
149 149
150 {% block visit_dom_wrapper %}{% endblock %} 150 {% block visit_dom_wrapper %}{% endblock %}
151 {% block shadow_attributes %}{% endblock %}
151 {% block class_attributes %}{% endblock %} 152 {% block class_attributes %}{% endblock %}
152 {% block class_accessors %}{% endblock %} 153 {% block class_accessors %}{% endblock %}
153 {% block class_methods %}{% endblock %} 154 {% block class_methods %}{% endblock %}
154 {% block named_constructor %}{% endblock %} 155 {% block named_constructor %}{% endblock %}
155 {% block initialize_event %}{% endblock %} 156 {% block initialize_event %}{% endblock %}
156 {% block constructor_callback %}{% endblock %} 157 {% block constructor_callback %}{% endblock %}
158 {% block configure_shadow_object_template %}{% endblock %}
157 {% block configure_class_template %}{% endblock %} 159 {% block configure_class_template %}{% endblock %}
158 {% block get_template %}{% endblock %} 160 {% block get_template %}{% endblock %}
159 {% block has_instance %}{% endblock %} 161 {% block has_instance %}{% endblock %}
160 {% block install_per_context_attributes %}{% endblock %} 162 {% block install_per_context_attributes %}{% endblock %}
161 {% block install_per_context_methods %}{% endblock %} 163 {% block install_per_context_methods %}{% endblock %}
162 {% block to_active_dom_object %}{% endblock %} 164 {% block to_active_dom_object %}{% endblock %}
163 {% block to_event_target %}{% endblock %} 165 {% block to_event_target %}{% endblock %}
166 {% block get_shadow_object_template %}{% endblock %}
164 {% block wrap %}{% endblock %} 167 {% block wrap %}{% endblock %}
165 {% block create_wrapper %}{% endblock %} 168 {% block create_wrapper %}{% endblock %}
166 {% block deref_object_and_to_v8_no_inline %}{% endblock %} 169 {% block deref_object_and_to_v8_no_inline %}{% endblock %}
167 } // namespace WebCore 170 } // namespace WebCore
168 {% endfilter %} 171 {% endfilter %}
OLDNEW
« no previous file with comments | « Source/bindings/templates/interface.cpp ('k') | Source/bindings/templates/methods.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698