Searched refs:tagName (Results 1 - 25 of 274) sorted by relevance

1234567891011

/macosx-10.10/WebCore-7600.1.25/html/parser/
H A DHTMLStackItem.h135 const AtomicString& tagName = localName(); local
136 return tagName == HTMLNames::addressTag
137 || tagName == HTMLNames::appletTag
138 || tagName == HTMLNames::areaTag
139 || tagName == HTMLNames::articleTag
140 || tagName == HTMLNames::asideTag
141 || tagName == HTMLNames::baseTag
142 || tagName == HTMLNames::basefontTag
143 || tagName == HTMLNames::bgsoundTag
144 || tagName
[all...]
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLBaseFontElement.cpp32 inline HTMLBaseFontElement::HTMLBaseFontElement(const QualifiedName& tagName, Document& document) argument
33 : HTMLElement(tagName, document)
38 PassRefPtr<HTMLBaseFontElement> HTMLBaseFontElement::create(const QualifiedName& tagName, Document& document) argument
40 return adoptRef(new HTMLBaseFontElement(tagName, document));
H A DHTMLDListElement.cpp32 inline HTMLDListElement::HTMLDListElement(const QualifiedName& tagName, Document& document) argument
33 : HTMLElement(tagName, document)
38 PassRefPtr<HTMLDListElement> HTMLDListElement::create(const QualifiedName& tagName, Document& document) argument
40 return adoptRef(new HTMLDListElement(tagName, document));
H A DHTMLDirectoryElement.cpp32 inline HTMLDirectoryElement::HTMLDirectoryElement(const QualifiedName& tagName, Document& document) argument
33 : HTMLElement(tagName, document)
38 PassRefPtr<HTMLDirectoryElement> HTMLDirectoryElement::create(const QualifiedName& tagName, Document& document) argument
40 return adoptRef(new HTMLDirectoryElement(tagName, document));
H A DHTMLHeadingElement.cpp28 inline HTMLHeadingElement::HTMLHeadingElement(const QualifiedName& tagName, Document& document) argument
29 : HTMLElement(tagName, document)
33 PassRefPtr<HTMLHeadingElement> HTMLHeadingElement::create(const QualifiedName& tagName, Document& document) argument
35 return adoptRef(new HTMLHeadingElement(tagName, document));
H A DHTMLMenuElement.cpp32 inline HTMLMenuElement::HTMLMenuElement(const QualifiedName& tagName, Document& document) argument
33 : HTMLElement(tagName, document)
38 PassRefPtr<HTMLMenuElement> HTMLMenuElement::create(const QualifiedName& tagName, Document& document) argument
40 return adoptRef(new HTMLMenuElement(tagName, document));
H A DHTMLSpanElement.cpp35 HTMLSpanElement::HTMLSpanElement(const QualifiedName& tagName, Document& document) argument
36 : HTMLElement(tagName, document)
41 PassRefPtr<HTMLSpanElement> HTMLSpanElement::create(const QualifiedName& tagName, Document& document) argument
43 return adoptRef(new HTMLSpanElement(tagName, document));
H A DHTMLUnknownElement.h39 static PassRefPtr<HTMLUnknownElement> create(const QualifiedName& tagName, Document& document) argument
41 return adoptRef(new HTMLUnknownElement(tagName, document));
45 HTMLUnknownElement(const QualifiedName& tagName, Document& document) argument
46 : HTMLElement(tagName, document, CreateHTMLUnknownElement)
H A DHTMLDataListElement.cpp41 inline HTMLDataListElement::HTMLDataListElement(const QualifiedName& tagName, Document& document) argument
42 : HTMLElement(tagName, document)
46 PassRefPtr<HTMLDataListElement> HTMLDataListElement::create(const QualifiedName& tagName, Document& document) argument
48 return adoptRef(new HTMLDataListElement(tagName, document));
H A DHTMLHeadElement.cpp34 HTMLHeadElement::HTMLHeadElement(const QualifiedName& tagName, Document& document) argument
35 : HTMLElement(tagName, document)
45 PassRefPtr<HTMLHeadElement> HTMLHeadElement::create(const QualifiedName& tagName, Document& document) argument
47 return adoptRef(new HTMLHeadElement(tagName, document));
H A DHTMLModElement.cpp32 inline HTMLModElement::HTMLModElement(const QualifiedName& tagName, Document& document) argument
33 : HTMLElement(tagName, document)
37 PassRefPtr<HTMLModElement> HTMLModElement::create(const QualifiedName& tagName, Document& document) argument
39 return adoptRef(new HTMLModElement(tagName, document));
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGDescElement.cpp28 inline SVGDescElement::SVGDescElement(const QualifiedName& tagName, Document& document) argument
29 : SVGElement(tagName, document)
34 PassRefPtr<SVGDescElement> SVGDescElement::create(const QualifiedName& tagName, Document& document) argument
36 return adoptRef(new SVGDescElement(tagName, document));
H A DSVGFEFuncAElement.cpp29 inline SVGFEFuncAElement::SVGFEFuncAElement(const QualifiedName& tagName, Document& document) argument
30 : SVGComponentTransferFunctionElement(tagName, document)
35 PassRefPtr<SVGFEFuncAElement> SVGFEFuncAElement::create(const QualifiedName& tagName, Document& document) argument
37 return adoptRef(new SVGFEFuncAElement(tagName, document));
H A DSVGFEFuncBElement.cpp29 inline SVGFEFuncBElement::SVGFEFuncBElement(const QualifiedName& tagName, Document& document) argument
30 : SVGComponentTransferFunctionElement(tagName, document)
35 PassRefPtr<SVGFEFuncBElement> SVGFEFuncBElement::create(const QualifiedName& tagName, Document& document) argument
37 return adoptRef(new SVGFEFuncBElement(tagName, document));
H A DSVGFEFuncGElement.cpp29 inline SVGFEFuncGElement::SVGFEFuncGElement(const QualifiedName& tagName, Document& document) argument
30 : SVGComponentTransferFunctionElement(tagName, document)
35 PassRefPtr<SVGFEFuncGElement> SVGFEFuncGElement::create(const QualifiedName& tagName, Document& document) argument
37 return adoptRef(new SVGFEFuncGElement(tagName, document));
H A DSVGFEFuncRElement.cpp29 inline SVGFEFuncRElement::SVGFEFuncRElement(const QualifiedName& tagName, Document& document) argument
30 : SVGComponentTransferFunctionElement(tagName, document)
35 PassRefPtr<SVGFEFuncRElement> SVGFEFuncRElement::create(const QualifiedName& tagName, Document& document) argument
37 return adoptRef(new SVGFEFuncRElement(tagName, document));
H A DSVGMetadataElement.cpp28 inline SVGMetadataElement::SVGMetadataElement(const QualifiedName& tagName, Document& document) argument
29 : SVGElement(tagName, document)
34 PassRefPtr<SVGMetadataElement> SVGMetadataElement::create(const QualifiedName& tagName, Document& document) argument
36 return adoptRef(new SVGMetadataElement(tagName, document));
H A DSVGMissingGlyphElement.cpp28 inline SVGMissingGlyphElement::SVGMissingGlyphElement(const QualifiedName& tagName, Document& document) argument
29 : SVGElement(tagName, document)
34 PassRefPtr<SVGMissingGlyphElement> SVGMissingGlyphElement::create(const QualifiedName& tagName, Document& document) argument
36 return adoptRef(new SVGMissingGlyphElement(tagName, document));
H A DSVGPolygonElement.cpp28 inline SVGPolygonElement::SVGPolygonElement(const QualifiedName& tagName, Document& document) argument
29 : SVGPolyElement(tagName, document)
34 PassRefPtr<SVGPolygonElement> SVGPolygonElement::create(const QualifiedName& tagName, Document& document) argument
36 return adoptRef(new SVGPolygonElement(tagName, document));
H A DSVGPolylineElement.cpp28 inline SVGPolylineElement::SVGPolylineElement(const QualifiedName& tagName, Document& document) argument
29 : SVGPolyElement(tagName, document)
34 PassRefPtr<SVGPolylineElement> SVGPolylineElement::create(const QualifiedName& tagName, Document& document) argument
36 return adoptRef(new SVGPolylineElement(tagName, document));
H A DSVGSetElement.cpp28 inline SVGSetElement::SVGSetElement(const QualifiedName& tagName, Document& document) argument
29 : SVGAnimateElement(tagName, document)
35 PassRefPtr<SVGSetElement> SVGSetElement::create(const QualifiedName& tagName, Document& document) argument
37 return adoptRef(new SVGSetElement(tagName, document));
H A DSVGFEDistantLightElement.cpp30 inline SVGFEDistantLightElement::SVGFEDistantLightElement(const QualifiedName& tagName, Document& document) argument
31 : SVGFELightElement(tagName, document)
36 PassRefPtr<SVGFEDistantLightElement> SVGFEDistantLightElement::create(const QualifiedName& tagName, Document& document) argument
38 return adoptRef(new SVGFEDistantLightElement(tagName, document));
H A DSVGFEPointLightElement.cpp30 inline SVGFEPointLightElement::SVGFEPointLightElement(const QualifiedName& tagName, Document& document) argument
31 : SVGFELightElement(tagName, document)
36 PassRefPtr<SVGFEPointLightElement> SVGFEPointLightElement::create(const QualifiedName& tagName, Document& document) argument
38 return adoptRef(new SVGFEPointLightElement(tagName, document));
H A DSVGFontFaceNameElement.cpp30 inline SVGFontFaceNameElement::SVGFontFaceNameElement(const QualifiedName& tagName, Document& document) argument
31 : SVGElement(tagName, document)
36 PassRefPtr<SVGFontFaceNameElement> SVGFontFaceNameElement::create(const QualifiedName& tagName, Document& document) argument
38 return adoptRef(new SVGFontFaceNameElement(tagName, document));
H A DSVGUnknownElement.h41 static PassRefPtr<SVGUnknownElement> create(const QualifiedName& tagName, Document& document) argument
43 return adoptRef(new SVGUnknownElement(tagName, document));
47 SVGUnknownElement(const QualifiedName& tagName, Document& document) argument
48 : SVGElement(tagName, document)

Completed in 164 milliseconds

1234567891011