Searched refs:QualifiedName (Results 1 - 25 of 451) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DQualifiedName.h37 // This struct is used to pass data between QualifiedName and the QNameTranslator.
44 class QualifiedName { class in namespace:blink
94 QualifiedName(const AtomicString& prefix, const AtomicString& localName, const AtomicString& namespaceURI);
95 ~QualifiedName();
97 QualifiedName(const QualifiedName& other) : m_impl(other.m_impl) { } function in class:blink::QualifiedName
98 const QualifiedName& operator=(const QualifiedName& other) { m_impl = other.m_impl; return *this; }
101 QualifiedName(WTF::HashTableDeletedValueType) : m_impl(WTF::HashTableDeletedValue) { } function in class:blink::QualifiedName
104 bool operator==(const QualifiedName
[all...]
H A DQualifiedName.cpp22 #include "core/dom/QualifiedName.h"
42 COMPILE_ASSERT(sizeof(QualifiedName::QualifiedNameImpl) == sizeof(SameSizeAsQualifiedNameImpl), qualified_name_impl_should_stay_small);
51 struct QualifiedNameHashTraits : public HashTraits<QualifiedName::QualifiedNameImpl*> {
55 typedef HashSet<QualifiedName::QualifiedNameImpl*, QualifiedNameHash, QualifiedNameHashTraits> QualifiedNameCache;
70 static bool equal(QualifiedName::QualifiedNameImpl* name, const QualifiedNameData& data)
76 static void translate(QualifiedName::QualifiedNameImpl*& location, const QualifiedNameData& data, unsigned)
79 location = QualifiedName::QualifiedNameImpl::create(AtomicString(components.m_prefix), AtomicString(components.m_localName), AtomicString(components.m_namespace), data.m_isStatic).leakRef();
83 QualifiedName::QualifiedName(const AtomicString& p, const AtomicString& l, const AtomicString& n) function in class:blink::QualifiedName
90 QualifiedName function in class:blink::QualifiedName
[all...]
H A DAttribute.h28 #include "core/dom/QualifiedName.h"
37 Attribute(const QualifiedName& name, const AtomicString& value)
51 const QualifiedName& name() const { return m_name; }
54 bool matches(const QualifiedName&) const;
62 void parserSetName(const QualifiedName& name) { m_name = name; }
71 QualifiedName m_name;
75 inline bool Attribute::matches(const QualifiedName& qualifiedName) const
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLModElement.h37 HTMLModElement(const QualifiedName&, Document&);
40 virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
41 virtual const QualifiedName& subResourceAttributeName() const OVERRIDE;
H A DHTMLPreElement.h36 HTMLPreElement(const QualifiedName&, Document&);
38 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
39 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
H A DHTMLTablePartElement.h37 HTMLTablePartElement(const QualifiedName& tagName, Document& document)
42 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
43 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
H A DHTMLTableCellElement.h55 HTMLTableCellElement(const QualifiedName&, Document&);
57 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
58 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
59 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
63 virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
64 virtual const QualifiedName& subResourceAttributeName() const OVERRIDE;
H A DHTMLLIElement.h38 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
39 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
40 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
H A DHTMLModElement.cpp32 inline HTMLModElement::HTMLModElement(const QualifiedName& tagName, Document& document)
44 bool HTMLModElement::hasLegalLinkAttribute(const QualifiedName& name) const
49 const QualifiedName& HTMLModElement::subResourceAttributeName() const
H A DHTMLPreElement.cpp35 inline HTMLPreElement::HTMLPreElement(const QualifiedName& tagName, Document& document)
42 bool HTMLPreElement::isPresentationAttribute(const QualifiedName& name) const
49 void HTMLPreElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
H A DHTMLQuoteElement.cpp33 inline HTMLQuoteElement::HTMLQuoteElement(const QualifiedName& tagName, Document& document)
46 bool HTMLQuoteElement::hasLegalLinkAttribute(const QualifiedName& name) const
51 const QualifiedName& HTMLQuoteElement::subResourceAttributeName() const
H A DHTMLHeadingElement.cpp28 inline HTMLHeadingElement::HTMLHeadingElement(const QualifiedName& tagName, Document& document)
H A DHTMLTableColElement.h44 HTMLTableColElement(const QualifiedName& tagName, Document&);
46 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
47 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
48 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
H A DHTMLFontElement.h41 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
42 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
H A DHTMLHRElement.h40 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
41 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
H A DHTMLUListElement.h38 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
39 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGSymbolElement.h39 bool isSupportedAttribute(const QualifiedName&);
40 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
41 virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
H A DSVGLengthListTearOff.h44 static PassRefPtr<SVGLengthListTearOff> create(PassRefPtr<SVGLengthList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null()) argument
50 SVGLengthListTearOff(PassRefPtr<SVGLengthList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null()) argument
H A DSVGNumberListTearOff.h44 static PassRefPtr<SVGNumberListTearOff> create(PassRefPtr<SVGNumberList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null()) argument
50 SVGNumberListTearOff(PassRefPtr<SVGNumberList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null()) argument
H A DSVGNumberTearOff.h43 static PassRefPtr<SVGNumberTearOff> create(PassRefPtr<SVGNumber> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null()) argument
52 SVGNumberTearOff(PassRefPtr<SVGNumber>, SVGElement* contextElement, PropertyIsAnimValType, const QualifiedName& attributeName = QualifiedName::null());
H A DSVGPointListTearOff.h44 static PassRefPtr<SVGPointListTearOff> create(PassRefPtr<SVGPointList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null()) argument
50 SVGPointListTearOff(PassRefPtr<SVGPointList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null()) argument
H A DSVGTests.h29 class QualifiedName;
42 bool parseAttribute(const QualifiedName&, const AtomicString&);
43 bool isKnownAttribute(const QualifiedName&);
45 void addSupportedAttributes(HashSet<QualifiedName>&);
H A DSVGUnknownElement.cpp36 inline SVGUnknownElement::SVGUnknownElement(const QualifiedName& tagName, Document& document)
H A DSVGAnimatedPath.h45 static PassRefPtr<SVGAnimatedPath> create(SVGPathElement* contextElement, const QualifiedName& attributeName)
51 SVGAnimatedPath(SVGPathElement*, const QualifiedName&);
H A DSVGFEDiffuseLightingElement.h36 void lightElementAttributeChanged(const SVGFELightElement*, const QualifiedName&);
47 bool isSupportedAttribute(const QualifiedName&);
48 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
49 virtual bool setFilterEffectAttribute(FilterEffect*, const QualifiedName&) OVERRIDE;
50 virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;

Completed in 4781 milliseconds

1234567891011>>