| 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 988 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 999 &SVGNames::clipPathUnitsAttr, | 999 &SVGNames::clipPathUnitsAttr, |
| 1000 &SVGNames::cxAttr, | 1000 &SVGNames::cxAttr, |
| 1001 &SVGNames::cyAttr, | 1001 &SVGNames::cyAttr, |
| 1002 &SVGNames::diffuseConstantAttr, | 1002 &SVGNames::diffuseConstantAttr, |
| 1003 &SVGNames::divisorAttr, | 1003 &SVGNames::divisorAttr, |
| 1004 &SVGNames::dxAttr, | 1004 &SVGNames::dxAttr, |
| 1005 &SVGNames::dyAttr, | 1005 &SVGNames::dyAttr, |
| 1006 &SVGNames::edgeModeAttr, | 1006 &SVGNames::edgeModeAttr, |
| 1007 &SVGNames::elevationAttr, | 1007 &SVGNames::elevationAttr, |
| 1008 &SVGNames::exponentAttr, | 1008 &SVGNames::exponentAttr, |
| 1009 &SVGNames::filterResAttr, | |
| 1010 &SVGNames::filterUnitsAttr, | 1009 &SVGNames::filterUnitsAttr, |
| 1011 &SVGNames::fxAttr, | 1010 &SVGNames::fxAttr, |
| 1012 &SVGNames::fyAttr, | 1011 &SVGNames::fyAttr, |
| 1013 &SVGNames::gradientTransformAttr, | 1012 &SVGNames::gradientTransformAttr, |
| 1014 &SVGNames::gradientUnitsAttr, | 1013 &SVGNames::gradientUnitsAttr, |
| 1015 &SVGNames::heightAttr, | 1014 &SVGNames::heightAttr, |
| 1016 &SVGNames::in2Attr, | 1015 &SVGNames::in2Attr, |
| 1017 &SVGNames::inAttr, | 1016 &SVGNames::inAttr, |
| 1018 &SVGNames::interceptAttr, | 1017 &SVGNames::interceptAttr, |
| 1019 &SVGNames::k1Attr, | 1018 &SVGNames::k1Attr, |
| (...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1166 Element::trace(visitor); | 1165 Element::trace(visitor); |
| 1167 } | 1166 } |
| 1168 | 1167 |
| 1169 const AtomicString& SVGElement::eventParameterName() | 1168 const AtomicString& SVGElement::eventParameterName() |
| 1170 { | 1169 { |
| 1171 DEFINE_STATIC_LOCAL(const AtomicString, evtString, ("evt", AtomicString::Con
structFromLiteral)); | 1170 DEFINE_STATIC_LOCAL(const AtomicString, evtString, ("evt", AtomicString::Con
structFromLiteral)); |
| 1172 return evtString; | 1171 return evtString; |
| 1173 } | 1172 } |
| 1174 | 1173 |
| 1175 } // namespace blink | 1174 } // namespace blink |
| OLD | NEW |