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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DQualifiedName.cpp33 #include "core/dom/QualifiedName.h"
46 struct QualifiedNameHashTraits : public HashTraits<QualifiedName::QualifiedNameImpl*> {
50 typedef HashSet<QualifiedName::QualifiedNameImpl*, QualifiedNameHash, QualifiedNameHashTraits> QNameSet;
57 static bool equal(QualifiedName::QualifiedNameImpl* name, const QualifiedNameComponents& c)
61 static void translate(QualifiedName::QualifiedNameImpl*& location, const QualifiedNameComponents& components, unsigned)
63 location = QualifiedName::QualifiedNameImpl::create(components.m_prefix, components.m_localName, components.m_namespace).leakRef();
69 QualifiedName::QualifiedName(const AtomicString& p, const AtomicString& l, const AtomicString& n) function in class:WebCore::QualifiedName
80 QualifiedName::~QualifiedName()
[all...]
H A DQualifiedName.h38 class QualifiedName { class in namespace:WebCore
69 QualifiedName(const AtomicString& prefix, const AtomicString& localName, const AtomicString& namespaceURI);
70 QualifiedName(WTF::HashTableDeletedValueType) : m_impl(hashTableDeletedValue()) { } function in class:WebCore::QualifiedName
72 ~QualifiedName();
74 QualifiedName() : m_impl(0) { } function in class:WebCore::QualifiedName
77 QualifiedName(const QualifiedName& other) : m_impl(other.m_impl) { ref(); } function in class:WebCore::QualifiedName
78 const QualifiedName& operator=(const QualifiedName& other) { other.ref(); deref(); m_impl = other.m_impl; return *this; }
80 bool operator==(const QualifiedName
[all...]
H A DElement.h89 const Attribute* getAttributeItem(const QualifiedName&) const;
90 size_t getAttributeItemIndex(const QualifiedName&) const;
155 void addAttribute(const QualifiedName&, const AtomicString&);
159 Attribute* getAttributeItem(const QualifiedName&);
188 static PassRefPtr<Element> create(const QualifiedName&, Document*);
244 bool hasAttribute(const QualifiedName&) const;
245 const AtomicString& getAttribute(const QualifiedName&) const;
246 void setAttribute(const QualifiedName&, const AtomicString& value);
247 void setSynchronizedLazyAttribute(const QualifiedName&, const AtomicString& value);
248 void removeAttribute(const QualifiedName
398 collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) argument
410 parseAttribute(const QualifiedName&, const AtomicString&) argument
[all...]
H A DNode.cpp869 bool shouldInvalidateNodeListCachesForAttr(const unsigned nodeListCounts[], const QualifiedName& attrName)
877 bool shouldInvalidateNodeListCachesForAttr<numNodeListInvalidationTypes>(const unsigned[], const QualifiedName&) argument
882 bool Document::shouldInvalidateNodeListCaches(const QualifiedName* attrName) const
895 void Document::invalidateNodeListCaches(const QualifiedName* attrName)
902 void Node::invalidateNodeListCachesInAncestors(const QualifiedName* attrName, Element* attributeOwnerElement)
1884 static void appendAttributeDesc(const Node* node, StringBuilder& stringBuilder, const QualifiedName& name, const char* attrDesc)
2058 void NodeListsNodeData::invalidateCaches(const QualifiedName* attrName)
2234 static inline void collectMatchingObserversForMutation(HashMap<MutationObserver*, MutationRecordDeliveryOptions>& observers, Registry* registry, Node* target, MutationObserver::MutationType type, const QualifiedName* attributeName)
2249 void Node::getRegisteredMutationObserversOfType(HashMap<MutationObserver*, MutationRecordDeliveryOptions>& observers, MutationObserver::MutationType type, const QualifiedName* attributeName)
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFilterPrimitiveStandardAttributes.cpp50 SVGFilterPrimitiveStandardAttributes::SVGFilterPrimitiveStandardAttributes(const QualifiedName& tagName, Document* document)
62 bool SVGFilterPrimitiveStandardAttributes::isSupportedAttribute(const QualifiedName& attrName)
64 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
75 void SVGFilterPrimitiveStandardAttributes::parseAttribute(const QualifiedName& name, const AtomicString& value)
97 bool SVGFilterPrimitiveStandardAttributes::setFilterEffectAttribute(FilterEffect*, const QualifiedName&) argument
104 void SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(const QualifiedName& attrName)
152 void SVGFilterPrimitiveStandardAttributes::primitiveAttributeChanged(const QualifiedName& attribute)
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXObjectCache.h126 void handleAttributeChanged(const QualifiedName& attrName, Element*);
262 inline void AXObjectCache::handleAttributeChanged(const QualifiedName&, Element*) { } argument
/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 370 milliseconds