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

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

Issue 82693003: IDL compiler: [CustomToV8] interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 119
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 create_wrapper_and_deref_object %}{% endblock %} 129 {% block create_wrapper %}{% endblock %}
130 {% block deref_object %}{% endblock %}
130 } // namespace WebCore 131 } // namespace WebCore
131 {% endfilter %} 132 {% endfilter %}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698