| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 2004, 2005, 2006, 2007, 2008 Nikolas Zimmermann <zimmermann@kde
.org> | 2 * Copyright (C) 2004, 2005, 2006, 2007, 2008 Nikolas Zimmermann <zimmermann@kde
.org> |
| 3 * Copyright (C) 2004, 2005, 2006, 2008 Rob Buis <buis@kde.org> | 3 * Copyright (C) 2004, 2005, 2006, 2008 Rob Buis <buis@kde.org> |
| 4 * Copyright (C) 2008 Apple Inc. All rights reserved. | 4 * Copyright (C) 2008 Apple Inc. All rights reserved. |
| 5 * Copyright (C) 2008 Alp Toker <alp@atoker.com> | 5 * Copyright (C) 2008 Alp Toker <alp@atoker.com> |
| 6 * Copyright (C) 2009 Cameron McCormack <cam@mcc.id.au> | 6 * Copyright (C) 2009 Cameron McCormack <cam@mcc.id.au> |
| 7 * | 7 * |
| 8 * This library is free software; you can redistribute it and/or | 8 * This library is free software; you can redistribute it and/or |
| 9 * modify it under the terms of the GNU Library General Public | 9 * modify it under the terms of the GNU Library General Public |
| 10 * License as published by the Free Software Foundation; either | 10 * License as published by the Free Software Foundation; either |
| (...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 315 &fill_ruleAttr, | 315 &fill_ruleAttr, |
| 316 &filterAttr, | 316 &filterAttr, |
| 317 &flood_colorAttr, | 317 &flood_colorAttr, |
| 318 &flood_opacityAttr, | 318 &flood_opacityAttr, |
| 319 &font_familyAttr, | 319 &font_familyAttr, |
| 320 &font_sizeAttr, | 320 &font_sizeAttr, |
| 321 &font_stretchAttr, | 321 &font_stretchAttr, |
| 322 &font_styleAttr, | 322 &font_styleAttr, |
| 323 &font_variantAttr, | 323 &font_variantAttr, |
| 324 &font_weightAttr, | 324 &font_weightAttr, |
| 325 &glyph_orientation_horizontalAttr, | |
| 326 &glyph_orientation_verticalAttr, | |
| 327 &image_renderingAttr, | 325 &image_renderingAttr, |
| 328 &letter_spacingAttr, | 326 &letter_spacingAttr, |
| 329 &lighting_colorAttr, | 327 &lighting_colorAttr, |
| 330 &marker_endAttr, | 328 &marker_endAttr, |
| 331 &marker_midAttr, | 329 &marker_midAttr, |
| 332 &marker_startAttr, | 330 &marker_startAttr, |
| 333 &maskAttr, | 331 &maskAttr, |
| 334 &mask_typeAttr, | 332 &mask_typeAttr, |
| 335 &opacityAttr, | 333 &opacityAttr, |
| 336 &overflowAttr, | 334 &overflowAttr, |
| (...skipping 819 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1156 Element::trace(visitor); | 1154 Element::trace(visitor); |
| 1157 } | 1155 } |
| 1158 | 1156 |
| 1159 const AtomicString& SVGElement::eventParameterName() | 1157 const AtomicString& SVGElement::eventParameterName() |
| 1160 { | 1158 { |
| 1161 DEFINE_STATIC_LOCAL(const AtomicString, evtString, ("evt", AtomicString::Con
structFromLiteral)); | 1159 DEFINE_STATIC_LOCAL(const AtomicString, evtString, ("evt", AtomicString::Con
structFromLiteral)); |
| 1162 return evtString; | 1160 return evtString; |
| 1163 } | 1161 } |
| 1164 | 1162 |
| 1165 } // namespace blink | 1163 } // namespace blink |
| OLD | NEW |