Searched defs:tagName (Results 1 - 25 of 205) sorted by relevance

123456789

/external/webkit/WebCore/html/
H A DHTMLAudioElement.cpp37 HTMLAudioElement::HTMLAudioElement(const QualifiedName& tagName, Document* doc) argument
38 : HTMLMediaElement(tagName, doc)
H A DHTMLBlockquoteElement.cpp32 HTMLBlockquoteElement::HTMLBlockquoteElement(const QualifiedName& tagName, Document* document) argument
33 : HTMLElement(tagName, document)
H A DHTMLTablePartElement.h35 HTMLTablePartElement(const QualifiedName& tagName, Document* doc) argument
36 : HTMLElement(tagName, doc)
H A DHTMLBaseFontElement.cpp32 HTMLBaseFontElement::HTMLBaseFontElement(const QualifiedName& tagName, Document* document) argument
33 : HTMLElement(tagName, document)
H A DHTMLDListElement.cpp30 HTMLDListElement::HTMLDListElement(const QualifiedName& tagName, Document* doc) argument
31 : HTMLElement(tagName, doc)
H A DHTMLDataListElement.cpp39 HTMLDataListElement::HTMLDataListElement(const QualifiedName& tagName, Document *doc) argument
40 : HTMLElement(tagName, doc)
H A DHTMLDirectoryElement.cpp30 HTMLDirectoryElement::HTMLDirectoryElement(const QualifiedName& tagName, Document* doc) argument
31 : HTMLElement(tagName, doc)
H A DHTMLHeadingElement.cpp31 HTMLHeadingElement::HTMLHeadingElement(const QualifiedName& tagName, Document *doc) argument
32 : HTMLElement(tagName, doc)
H A DHTMLMenuElement.cpp30 HTMLMenuElement::HTMLMenuElement(const QualifiedName& tagName, Document* doc) argument
31 : HTMLElement(tagName, doc)
H A DHTMLModElement.cpp31 HTMLModElement::HTMLModElement(const QualifiedName& tagName, Document *doc) argument
32 : HTMLElement(tagName, doc)
H A DHTMLPlugInImageElement.cpp32 HTMLPlugInImageElement::HTMLPlugInImageElement(const QualifiedName& tagName, Document* document) argument
33 : HTMLPlugInElement(tagName, document)
/external/webkit/WebCore/svg/
H A DSVGAnimateColorElement.cpp28 SVGAnimateColorElement::SVGAnimateColorElement(const QualifiedName& tagName, Document* doc) argument
29 : SVGAnimateElement(tagName, doc)
H A DSVGMissingGlyphElement.cpp27 SVGMissingGlyphElement::SVGMissingGlyphElement(const QualifiedName& tagName, Document* doc) argument
28 : SVGStyledElement(tagName, doc)
H A DSVGSetElement.cpp27 SVGSetElement::SVGSetElement(const QualifiedName& tagName, Document *doc) argument
28 : SVGAnimateElement(tagName, doc)
H A DSVGMetadataElement.cpp27 SVGMetadataElement::SVGMetadataElement(const QualifiedName& tagName, Document *doc) argument
28 : SVGElement(tagName, doc)
H A DSVGFEFuncAElement.cpp28 SVGFEFuncAElement::SVGFEFuncAElement(const QualifiedName& tagName, Document* doc) argument
29 : SVGComponentTransferFunctionElement(tagName, doc)
H A DSVGFEFuncBElement.cpp28 SVGFEFuncBElement::SVGFEFuncBElement(const QualifiedName& tagName, Document *doc) argument
29 : SVGComponentTransferFunctionElement(tagName, doc)
H A DSVGFEFuncGElement.cpp28 SVGFEFuncGElement::SVGFEFuncGElement(const QualifiedName& tagName, Document* doc) argument
29 : SVGComponentTransferFunctionElement(tagName, doc)
H A DSVGFEFuncRElement.cpp28 SVGFEFuncRElement::SVGFEFuncRElement(const QualifiedName& tagName, Document* doc) argument
29 : SVGComponentTransferFunctionElement(tagName, doc)
H A DSVGFontFaceNameElement.cpp30 SVGFontFaceNameElement::SVGFontFaceNameElement(const QualifiedName& tagName, Document* doc) argument
31 : SVGElement(tagName, doc)
/external/webkit/WebCore/mathml/
H A DMathMLMathElement.cpp39 MathMLMathElement::MathMLMathElement(const QualifiedName& tagName, Document* document) argument
40 : MathMLInlineContainerElement(tagName, document)
44 PassRefPtr<MathMLMathElement> MathMLMathElement::create(const QualifiedName& tagName, Document* document) argument
46 return new MathMLMathElement(tagName, document);
H A DMathMLElement.cpp39 MathMLElement::MathMLElement(const QualifiedName& tagName, Document* document) argument
40 : StyledElement(tagName, document, CreateElementZeroRefCount)
44 PassRefPtr<MathMLElement> MathMLElement::create(const QualifiedName& tagName, Document* document) argument
46 return new MathMLElement(tagName, document);
H A DMathMLTextElement.cpp39 MathMLTextElement::MathMLTextElement(const QualifiedName& tagName, Document* document) argument
40 : MathMLElement(tagName, document)
44 PassRefPtr<MathMLTextElement> MathMLTextElement::create(const QualifiedName& tagName, Document* document) argument
46 return new MathMLTextElement(tagName, document);
/external/webkit/WebCore/wml/
H A DWMLInsertedLegendElement.cpp28 WMLInsertedLegendElement::WMLInsertedLegendElement(const QualifiedName& tagName, Document* doc) argument
29 : WMLElement(tagName, doc)
/external/webkit/WebCore/editing/
H A DFormatBlockCommand.h35 static PassRefPtr<FormatBlockCommand> create(Document* document, const AtomicString& tagName) argument
37 return adoptRef(new FormatBlockCommand(document, tagName));
41 FormatBlockCommand(Document*, const AtomicString& tagName);

Completed in 176 milliseconds

123456789