Searched defs:QualifiedName (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DQualifiedName.cpp28 #include "QualifiedName.h"
35 typedef HashSet<QualifiedName::QualifiedNameImpl*, QualifiedNameHash> QNameSet;
42 static bool equal(QualifiedName::QualifiedNameImpl* name, const QualifiedNameComponents& c)
46 static void translate(QualifiedName::QualifiedNameImpl*& location, const QualifiedNameComponents& components, unsigned)
48 location = QualifiedName::QualifiedNameImpl::create(components.m_prefix, components.m_localName, components.m_namespace).releaseRef();
54 void QualifiedName::init(const AtomicString& p, const AtomicString& l, const AtomicString& n)
65 QualifiedName::QualifiedName(const AtomicString& p, const AtomicString& l, const AtomicString& n) function in class:WebCore::QualifiedName
70 QualifiedName::QualifiedName(cons function in class:WebCore::QualifiedName
[all...]
H A DQualifiedName.h35 class QualifiedName { class in namespace:WebCore
60 QualifiedName(const AtomicString& prefix, const AtomicString& localName, const AtomicString& namespaceURI);
61 QualifiedName(const AtomicString& prefix, const char* localName, const AtomicString& namespaceURI);
62 QualifiedName(WTF::HashTableDeletedValueType) : m_impl(hashTableDeletedValue()) { } function in class:WebCore::QualifiedName
64 ~QualifiedName();
66 QualifiedName() : m_impl(0) { } function in class:WebCore::QualifiedName
69 QualifiedName(const QualifiedName& other) : m_impl(other.m_impl) { ref(); } function in class:WebCore::QualifiedName
70 const QualifiedName& operator=(const QualifiedName
[all...]
/external/webkit/Source/WebCore/svg/properties/
H A DSVGAnimatedPropertySynchronizer.h31 static void synchronize(SVGElement*, const QualifiedName&, const AtomicString&);
36 static void synchronize(SVGElement* ownerElement, const QualifiedName& attrName, const AtomicString& value)
51 static void synchronize(SVGElement*, const QualifiedName&, const AtomicString&) argument
/external/webkit/Source/WebCore/svg/
H A DSVGFilterPrimitiveStandardAttributes.cpp45 SVGFilterPrimitiveStandardAttributes::SVGFilterPrimitiveStandardAttributes(const QualifiedName& tagName, Document* document)
73 bool SVGFilterPrimitiveStandardAttributes::setFilterEffectAttribute(FilterEffect*, const QualifiedName&) argument
80 void SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(const QualifiedName& attrName)
92 void SVGFilterPrimitiveStandardAttributes::synchronizeProperty(const QualifiedName& attrName)
H A DSVGElement.h52 typedef HashMap<QualifiedName, AnimatedAttributeType> AttributeToPropertyTypeMap;
65 static PassRefPtr<SVGElement> create(const QualifiedName&, Document*);
87 virtual void svgAttributeChanged(const QualifiedName&) { } argument
88 virtual void synchronizeProperty(const QualifiedName&) { } argument
91 AnimatedAttributeType animatedPropertyTypeForAttribute(const QualifiedName&);
110 virtual void updateAnimatedSVGAttribute(const QualifiedName&) const;
113 SVGElement(const QualifiedName&, Document*);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.common_3.6.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.commons.el_1.0.0.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...

Completed in 139 milliseconds