webengine/osswebengine/DerivedSources/WebCore/JSSVGPatternElement.cpp
changeset 0 dd21522fd290
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/webengine/osswebengine/DerivedSources/WebCore/JSSVGPatternElement.cpp	Mon Mar 30 12:54:55 2009 +0300
@@ -0,0 +1,435 @@
+/*
+    This file is part of the WebKit open source project.
+    This file has been generated by generate-bindings.pl. DO NOT MODIFY!
+
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Library General Public
+    License as published by the Free Software Foundation; either
+    version 2 of the License, or (at your option) any later version.
+
+    This library is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Library General Public License for more details.
+
+    You should have received a copy of the GNU Library General Public License
+    along with this library; see the file COPYING.LIB.  If not, write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA 02110-1301, USA.
+*/
+
+#include "config.h"
+
+
+#if ENABLE(SVG)
+
+#include "Document.h"
+#include "Frame.h"
+#include "SVGDocumentExtensions.h"
+#include "SVGElement.h"
+#include "SVGAnimatedTemplate.h"
+#include "JSSVGPatternElement.h"
+
+#include <wtf/GetPtr.h>
+
+#include "CSSMutableStyleDeclaration.h"
+#include "CSSStyleDeclaration.h"
+#include "JSCSSStyleDeclaration.h"
+#include "JSSVGAnimatedBoolean.h"
+#include "JSSVGAnimatedEnumeration.h"
+#include "JSSVGAnimatedLength.h"
+#include "JSSVGAnimatedPreserveAspectRatio.h"
+#include "JSSVGAnimatedRect.h"
+#include "JSSVGAnimatedString.h"
+#include "JSSVGAnimatedTransformList.h"
+#include "JSSVGStringList.h"
+#include "PlatformString.h"
+#include "SVGPatternElement.h"
+#include "SVGStringList.h"
+
+using namespace KJS;
+
+namespace WebCore {
+
+/* Hash table */
+
+static const HashEntry JSSVGPatternElementTableEntries[] =
+{
+    { "patternContentUnits", JSSVGPatternElement::PatternContentUnitsAttrNum, DontDelete|ReadOnly, 0, 0 },
+    { 0, 0, 0, 0, 0 },
+    { "xmlspace", JSSVGPatternElement::XmlspaceAttrNum, DontDelete, 0, 0 },
+    { "requiredFeatures", JSSVGPatternElement::RequiredFeaturesAttrNum, DontDelete|ReadOnly, 0, 0 },
+    { "y", JSSVGPatternElement::YAttrNum, DontDelete|ReadOnly, 0, 0 },
+    { 0, 0, 0, 0, 0 },
+    { "xmllang", JSSVGPatternElement::XmllangAttrNum, DontDelete, 0, &JSSVGPatternElementTableEntries[22] },
+    { 0, 0, 0, 0, 0 },
+    { "style", JSSVGPatternElement::StyleAttrNum, DontDelete|ReadOnly, 0, 0 },
+    { 0, 0, 0, 0, 0 },
+    { 0, 0, 0, 0, 0 },
+    { "x", JSSVGPatternElement::XAttrNum, DontDelete|ReadOnly, 0, &JSSVGPatternElementTableEntries[18] },
+    { "patternTransform", JSSVGPatternElement::PatternTransformAttrNum, DontDelete|ReadOnly, 0, &JSSVGPatternElementTableEntries[19] },
+    { "width", JSSVGPatternElement::WidthAttrNum, DontDelete|ReadOnly, 0, 0 },
+    { "patternUnits", JSSVGPatternElement::PatternUnitsAttrNum, DontDelete|ReadOnly, 0, &JSSVGPatternElementTableEntries[23] },
+    { 0, 0, 0, 0, 0 },
+    { "href", JSSVGPatternElement::HrefAttrNum, DontDelete|ReadOnly, 0, 0 },
+    { "requiredExtensions", JSSVGPatternElement::RequiredExtensionsAttrNum, DontDelete|ReadOnly, 0, 0 },
+    { "height", JSSVGPatternElement::HeightAttrNum, DontDelete|ReadOnly, 0, &JSSVGPatternElementTableEntries[20] },
+    { "systemLanguage", JSSVGPatternElement::SystemLanguageAttrNum, DontDelete|ReadOnly, 0, &JSSVGPatternElementTableEntries[21] },
+    { "externalResourcesRequired", JSSVGPatternElement::ExternalResourcesRequiredAttrNum, DontDelete|ReadOnly, 0, 0 },
+    { "className", JSSVGPatternElement::ClassNameAttrNum, DontDelete|ReadOnly, 0, 0 },
+    { "viewBox", JSSVGPatternElement::ViewBoxAttrNum, DontDelete|ReadOnly, 0, 0 },
+    { "preserveAspectRatio", JSSVGPatternElement::PreserveAspectRatioAttrNum, DontDelete|ReadOnly, 0, 0 }
+};
+
+static const HashTable JSSVGPatternElementTable = 
+{
+    2, 24, JSSVGPatternElementTableEntries, 18
+};
+
+/* Hash table for prototype */
+
+static const HashEntry JSSVGPatternElementPrototypeTableEntries[] =
+{
+    { "hasExtension", JSSVGPatternElement::HasExtensionFuncNum, DontDelete|Function, 1, 0 }
+};
+
+static const HashTable JSSVGPatternElementPrototypeTable = 
+{
+    2, 1, JSSVGPatternElementPrototypeTableEntries, 1
+};
+
+const ClassInfo JSSVGPatternElementPrototype::info = { "SVGPatternElementPrototype", 0, &JSSVGPatternElementPrototypeTable, 0 };
+
+JSObject* JSSVGPatternElementPrototype::self(ExecState* exec)
+{
+    return KJS::cacheGlobalObject<JSSVGPatternElementPrototype>(exec, "[[JSSVGPatternElement.prototype]]");
+}
+
+bool JSSVGPatternElementPrototype::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
+{
+    return getStaticFunctionSlot<JSSVGPatternElementPrototypeFunction, JSObject>(exec, &JSSVGPatternElementPrototypeTable, this, propertyName, slot);
+}
+
+const ClassInfo JSSVGPatternElement::info = { "SVGPatternElement", &JSSVGElement::info, &JSSVGPatternElementTable, 0 };
+
+JSSVGPatternElement::JSSVGPatternElement(ExecState* exec, SVGPatternElement* impl)
+    : JSSVGElement(exec, impl)
+{
+    setPrototype(JSSVGPatternElementPrototype::self(exec));
+}
+
+bool JSSVGPatternElement::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
+{
+    return getStaticValueSlot<JSSVGPatternElement, JSSVGElement>(exec, &JSSVGPatternElementTable, this, propertyName, slot);
+}
+
+JSValue* JSSVGPatternElement::getValueProperty(ExecState* exec, int token) const
+{
+    switch (token) {
+    case PatternUnitsAttrNum: {
+        SVGPatternElement* imp = static_cast<SVGPatternElement*>(impl());
+
+        ASSERT(exec && exec->dynamicInterpreter());
+
+        RefPtr<SVGAnimatedEnumeration> obj = imp->patternUnitsAnimated();
+        Frame* activeFrame = static_cast<ScriptInterpreter*>(exec->dynamicInterpreter())->frame();
+        if (activeFrame) {
+            SVGDocumentExtensions* extensions = (activeFrame->document() ? activeFrame->document()->accessSVGExtensions() : 0);
+            if (extensions) {
+                if (extensions->hasGenericContext<SVGAnimatedEnumeration>(obj.get()))
+                    ASSERT(extensions->genericContext<SVGAnimatedEnumeration>(obj.get()) == imp);
+                else
+                    extensions->setGenericContext<SVGAnimatedEnumeration>(obj.get(), imp);
+            }
+        }
+
+        return toJS(exec, obj.get());
+    }
+    case PatternContentUnitsAttrNum: {
+        SVGPatternElement* imp = static_cast<SVGPatternElement*>(impl());
+
+        ASSERT(exec && exec->dynamicInterpreter());
+
+        RefPtr<SVGAnimatedEnumeration> obj = imp->patternContentUnitsAnimated();
+        Frame* activeFrame = static_cast<ScriptInterpreter*>(exec->dynamicInterpreter())->frame();
+        if (activeFrame) {
+            SVGDocumentExtensions* extensions = (activeFrame->document() ? activeFrame->document()->accessSVGExtensions() : 0);
+            if (extensions) {
+                if (extensions->hasGenericContext<SVGAnimatedEnumeration>(obj.get()))
+                    ASSERT(extensions->genericContext<SVGAnimatedEnumeration>(obj.get()) == imp);
+                else
+                    extensions->setGenericContext<SVGAnimatedEnumeration>(obj.get(), imp);
+            }
+        }
+
+        return toJS(exec, obj.get());
+    }
+    case PatternTransformAttrNum: {
+        SVGPatternElement* imp = static_cast<SVGPatternElement*>(impl());
+
+        ASSERT(exec && exec->dynamicInterpreter());
+
+        RefPtr<SVGAnimatedTransformList> obj = imp->patternTransformAnimated();
+        Frame* activeFrame = static_cast<ScriptInterpreter*>(exec->dynamicInterpreter())->frame();
+        if (activeFrame) {
+            SVGDocumentExtensions* extensions = (activeFrame->document() ? activeFrame->document()->accessSVGExtensions() : 0);
+            if (extensions) {
+                if (extensions->hasGenericContext<SVGAnimatedTransformList>(obj.get()))
+                    ASSERT(extensions->genericContext<SVGAnimatedTransformList>(obj.get()) == imp);
+                else
+                    extensions->setGenericContext<SVGAnimatedTransformList>(obj.get(), imp);
+            }
+        }
+
+        return toJS(exec, obj.get());
+    }
+    case XAttrNum: {
+        SVGPatternElement* imp = static_cast<SVGPatternElement*>(impl());
+
+        ASSERT(exec && exec->dynamicInterpreter());
+
+        RefPtr<SVGAnimatedLength> obj = imp->xAnimated();
+        Frame* activeFrame = static_cast<ScriptInterpreter*>(exec->dynamicInterpreter())->frame();
+        if (activeFrame) {
+            SVGDocumentExtensions* extensions = (activeFrame->document() ? activeFrame->document()->accessSVGExtensions() : 0);
+            if (extensions) {
+                if (extensions->hasGenericContext<SVGAnimatedLength>(obj.get()))
+                    ASSERT(extensions->genericContext<SVGAnimatedLength>(obj.get()) == imp);
+                else
+                    extensions->setGenericContext<SVGAnimatedLength>(obj.get(), imp);
+            }
+        }
+
+        return toJS(exec, obj.get());
+    }
+    case YAttrNum: {
+        SVGPatternElement* imp = static_cast<SVGPatternElement*>(impl());
+
+        ASSERT(exec && exec->dynamicInterpreter());
+
+        RefPtr<SVGAnimatedLength> obj = imp->yAnimated();
+        Frame* activeFrame = static_cast<ScriptInterpreter*>(exec->dynamicInterpreter())->frame();
+        if (activeFrame) {
+            SVGDocumentExtensions* extensions = (activeFrame->document() ? activeFrame->document()->accessSVGExtensions() : 0);
+            if (extensions) {
+                if (extensions->hasGenericContext<SVGAnimatedLength>(obj.get()))
+                    ASSERT(extensions->genericContext<SVGAnimatedLength>(obj.get()) == imp);
+                else
+                    extensions->setGenericContext<SVGAnimatedLength>(obj.get(), imp);
+            }
+        }
+
+        return toJS(exec, obj.get());
+    }
+    case WidthAttrNum: {
+        SVGPatternElement* imp = static_cast<SVGPatternElement*>(impl());
+
+        ASSERT(exec && exec->dynamicInterpreter());
+
+        RefPtr<SVGAnimatedLength> obj = imp->widthAnimated();
+        Frame* activeFrame = static_cast<ScriptInterpreter*>(exec->dynamicInterpreter())->frame();
+        if (activeFrame) {
+            SVGDocumentExtensions* extensions = (activeFrame->document() ? activeFrame->document()->accessSVGExtensions() : 0);
+            if (extensions) {
+                if (extensions->hasGenericContext<SVGAnimatedLength>(obj.get()))
+                    ASSERT(extensions->genericContext<SVGAnimatedLength>(obj.get()) == imp);
+                else
+                    extensions->setGenericContext<SVGAnimatedLength>(obj.get(), imp);
+            }
+        }
+
+        return toJS(exec, obj.get());
+    }
+    case HeightAttrNum: {
+        SVGPatternElement* imp = static_cast<SVGPatternElement*>(impl());
+
+        ASSERT(exec && exec->dynamicInterpreter());
+
+        RefPtr<SVGAnimatedLength> obj = imp->heightAnimated();
+        Frame* activeFrame = static_cast<ScriptInterpreter*>(exec->dynamicInterpreter())->frame();
+        if (activeFrame) {
+            SVGDocumentExtensions* extensions = (activeFrame->document() ? activeFrame->document()->accessSVGExtensions() : 0);
+            if (extensions) {
+                if (extensions->hasGenericContext<SVGAnimatedLength>(obj.get()))
+                    ASSERT(extensions->genericContext<SVGAnimatedLength>(obj.get()) == imp);
+                else
+                    extensions->setGenericContext<SVGAnimatedLength>(obj.get(), imp);
+            }
+        }
+
+        return toJS(exec, obj.get());
+    }
+    case HrefAttrNum: {
+        SVGPatternElement* imp = static_cast<SVGPatternElement*>(impl());
+
+        ASSERT(exec && exec->dynamicInterpreter());
+
+        RefPtr<SVGAnimatedString> obj = imp->hrefAnimated();
+        Frame* activeFrame = static_cast<ScriptInterpreter*>(exec->dynamicInterpreter())->frame();
+        if (activeFrame) {
+            SVGDocumentExtensions* extensions = (activeFrame->document() ? activeFrame->document()->accessSVGExtensions() : 0);
+            if (extensions) {
+                if (extensions->hasGenericContext<SVGAnimatedString>(obj.get()))
+                    ASSERT(extensions->genericContext<SVGAnimatedString>(obj.get()) == imp);
+                else
+                    extensions->setGenericContext<SVGAnimatedString>(obj.get(), imp);
+            }
+        }
+
+        return toJS(exec, obj.get());
+    }
+    case RequiredFeaturesAttrNum: {
+        SVGPatternElement* imp = static_cast<SVGPatternElement*>(impl());
+
+        return toJS(exec, WTF::getPtr(imp->requiredFeatures()));
+    }
+    case RequiredExtensionsAttrNum: {
+        SVGPatternElement* imp = static_cast<SVGPatternElement*>(impl());
+
+        return toJS(exec, WTF::getPtr(imp->requiredExtensions()));
+    }
+    case SystemLanguageAttrNum: {
+        SVGPatternElement* imp = static_cast<SVGPatternElement*>(impl());
+
+        return toJS(exec, WTF::getPtr(imp->systemLanguage()));
+    }
+    case XmllangAttrNum: {
+        SVGPatternElement* imp = static_cast<SVGPatternElement*>(impl());
+
+        return jsString(imp->xmllang());
+    }
+    case XmlspaceAttrNum: {
+        SVGPatternElement* imp = static_cast<SVGPatternElement*>(impl());
+
+        return jsString(imp->xmlspace());
+    }
+    case ExternalResourcesRequiredAttrNum: {
+        SVGPatternElement* imp = static_cast<SVGPatternElement*>(impl());
+
+        ASSERT(exec && exec->dynamicInterpreter());
+
+        RefPtr<SVGAnimatedBoolean> obj = imp->externalResourcesRequiredAnimated();
+        Frame* activeFrame = static_cast<ScriptInterpreter*>(exec->dynamicInterpreter())->frame();
+        if (activeFrame) {
+            SVGDocumentExtensions* extensions = (activeFrame->document() ? activeFrame->document()->accessSVGExtensions() : 0);
+            if (extensions) {
+                if (extensions->hasGenericContext<SVGAnimatedBoolean>(obj.get()))
+                    ASSERT(extensions->genericContext<SVGAnimatedBoolean>(obj.get()) == imp);
+                else
+                    extensions->setGenericContext<SVGAnimatedBoolean>(obj.get(), imp);
+            }
+        }
+
+        return toJS(exec, obj.get());
+    }
+    case ClassNameAttrNum: {
+        SVGPatternElement* imp = static_cast<SVGPatternElement*>(impl());
+
+        ASSERT(exec && exec->dynamicInterpreter());
+
+        RefPtr<SVGAnimatedString> obj = imp->classNameAnimated();
+        Frame* activeFrame = static_cast<ScriptInterpreter*>(exec->dynamicInterpreter())->frame();
+        if (activeFrame) {
+            SVGDocumentExtensions* extensions = (activeFrame->document() ? activeFrame->document()->accessSVGExtensions() : 0);
+            if (extensions) {
+                if (extensions->hasGenericContext<SVGAnimatedString>(obj.get()))
+                    ASSERT(extensions->genericContext<SVGAnimatedString>(obj.get()) == imp);
+                else
+                    extensions->setGenericContext<SVGAnimatedString>(obj.get(), imp);
+            }
+        }
+
+        return toJS(exec, obj.get());
+    }
+    case StyleAttrNum: {
+        SVGPatternElement* imp = static_cast<SVGPatternElement*>(impl());
+
+        return toJS(exec, WTF::getPtr(imp->style()));
+    }
+    case ViewBoxAttrNum: {
+        SVGPatternElement* imp = static_cast<SVGPatternElement*>(impl());
+
+        ASSERT(exec && exec->dynamicInterpreter());
+
+        RefPtr<SVGAnimatedRect> obj = imp->viewBoxAnimated();
+        Frame* activeFrame = static_cast<ScriptInterpreter*>(exec->dynamicInterpreter())->frame();
+        if (activeFrame) {
+            SVGDocumentExtensions* extensions = (activeFrame->document() ? activeFrame->document()->accessSVGExtensions() : 0);
+            if (extensions) {
+                if (extensions->hasGenericContext<SVGAnimatedRect>(obj.get()))
+                    ASSERT(extensions->genericContext<SVGAnimatedRect>(obj.get()) == imp);
+                else
+                    extensions->setGenericContext<SVGAnimatedRect>(obj.get(), imp);
+            }
+        }
+
+        return toJS(exec, obj.get());
+    }
+    case PreserveAspectRatioAttrNum: {
+        SVGPatternElement* imp = static_cast<SVGPatternElement*>(impl());
+
+        ASSERT(exec && exec->dynamicInterpreter());
+
+        RefPtr<SVGAnimatedPreserveAspectRatio> obj = imp->preserveAspectRatioAnimated();
+        Frame* activeFrame = static_cast<ScriptInterpreter*>(exec->dynamicInterpreter())->frame();
+        if (activeFrame) {
+            SVGDocumentExtensions* extensions = (activeFrame->document() ? activeFrame->document()->accessSVGExtensions() : 0);
+            if (extensions) {
+                if (extensions->hasGenericContext<SVGAnimatedPreserveAspectRatio>(obj.get()))
+                    ASSERT(extensions->genericContext<SVGAnimatedPreserveAspectRatio>(obj.get()) == imp);
+                else
+                    extensions->setGenericContext<SVGAnimatedPreserveAspectRatio>(obj.get(), imp);
+            }
+        }
+
+        return toJS(exec, obj.get());
+    }
+    }
+    return 0;
+}
+
+void JSSVGPatternElement::put(ExecState* exec, const Identifier& propertyName, JSValue* value, int attr)
+{
+    lookupPut<JSSVGPatternElement, JSSVGElement>(exec, propertyName, value, attr, &JSSVGPatternElementTable, this);
+}
+
+void JSSVGPatternElement::putValueProperty(ExecState* exec, int token, JSValue* value, int /*attr*/)
+{
+    switch (token) {
+    case XmllangAttrNum: {
+        SVGPatternElement* imp = static_cast<SVGPatternElement*>(impl());
+
+        imp->setXmllang(value->toString(exec));
+        break;
+    }
+    case XmlspaceAttrNum: {
+        SVGPatternElement* imp = static_cast<SVGPatternElement*>(impl());
+
+        imp->setXmlspace(value->toString(exec));
+        break;
+    }
+    }
+}
+
+JSValue* JSSVGPatternElementPrototypeFunction::callAsFunction(ExecState* exec, JSObject* thisObj, const List& args)
+{
+    if (!thisObj->inherits(&JSSVGPatternElement::info))
+      return throwError(exec, TypeError);
+
+    SVGPatternElement* imp = static_cast<SVGPatternElement*>(static_cast<JSSVGPatternElement*>(thisObj)->impl());
+
+    switch (id) {
+    case JSSVGPatternElement::HasExtensionFuncNum: {
+        String extension = args[0]->toString(exec);
+
+
+        KJS::JSValue* result = jsBoolean(imp->hasExtension(extension));
+        return result;
+    }
+    }
+    return 0;
+}
+
+}
+
+#endif // ENABLE(SVG)