HomeSort by relevance Sort by last modified time
    Searched refs:tagName (Results 76 - 100 of 514) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
SimpleInflater.java 66 String tagName;
73 tagName = parser.getName();
74 if (tagName.equals(XML_MENU)) {
80 throw new RuntimeException("Expecting menu, got " + tagName);
93 tagName = parser.getName();
94 if (tagName.equals(XML_ITEM)) {
96 } else if (tagName.equals(XML_MENU)) {
100 unknownTagName = tagName;
105 tagName = parser.getName();
106 if (lookingForEndOfUnknownTag && tagName.equals(unknownTagName))
    [all...]
  /external/webkit/Source/WebCore/svg/
SVGStyledLocatableElement.cpp 32 SVGStyledLocatableElement::SVGStyledLocatableElement(const QualifiedName& tagName, Document* document)
33 : SVGStyledElement(tagName, document)
SVGAltGlyphElement.cpp 39 inline SVGAltGlyphElement::SVGAltGlyphElement(const QualifiedName& tagName, Document* document)
40 : SVGTextPositioningElement(tagName, document)
44 PassRefPtr<SVGAltGlyphElement> SVGAltGlyphElement::create(const QualifiedName& tagName, Document* document)
46 return adoptRef(new SVGAltGlyphElement(tagName, document));
SVGFEFloodElement.cpp 33 inline SVGFEFloodElement::SVGFEFloodElement(const QualifiedName& tagName, Document* document)
34 : SVGFilterPrimitiveStandardAttributes(tagName, document)
38 PassRefPtr<SVGFEFloodElement> SVGFEFloodElement::create(const QualifiedName& tagName, Document* document)
40 return adoptRef(new SVGFEFloodElement(tagName, document));
SVGFEMergeElement.cpp 33 inline SVGFEMergeElement::SVGFEMergeElement(const QualifiedName& tagName, Document* document)
34 : SVGFilterPrimitiveStandardAttributes(tagName, document)
38 PassRefPtr<SVGFEMergeElement> SVGFEMergeElement::create(const QualifiedName& tagName, Document* document)
40 return adoptRef(new SVGFEMergeElement(tagName, document));
SVGFEMergeNodeElement.cpp 37 inline SVGFEMergeNodeElement::SVGFEMergeNodeElement(const QualifiedName& tagName, Document* document)
38 : SVGElement(tagName, document)
42 PassRefPtr<SVGFEMergeNodeElement> SVGFEMergeNodeElement::create(const QualifiedName& tagName, Document* document)
44 return adoptRef(new SVGFEMergeNodeElement(tagName, document));
SVGFETileElement.cpp 37 inline SVGFETileElement::SVGFETileElement(const QualifiedName& tagName, Document* document)
38 : SVGFilterPrimitiveStandardAttributes(tagName, document)
42 PassRefPtr<SVGFETileElement> SVGFETileElement::create(const QualifiedName& tagName, Document* document)
44 return adoptRef(new SVGFETileElement(tagName, document));
SVGFontFaceSrcElement.cpp 36 inline SVGFontFaceSrcElement::SVGFontFaceSrcElement(const QualifiedName& tagName, Document* document)
37 : SVGElement(tagName, document)
41 PassRefPtr<SVGFontFaceSrcElement> SVGFontFaceSrcElement::create(const QualifiedName& tagName, Document* document)
43 return adoptRef(new SVGFontFaceSrcElement(tagName, document));
SVGGElement.cpp 36 SVGGElement::SVGGElement(const QualifiedName& tagName, Document* document)
37 : SVGStyledTransformableElement(tagName, document)
41 PassRefPtr<SVGGElement> SVGGElement::create(const QualifiedName& tagName, Document* document)
43 return adoptRef(new SVGGElement(tagName, document));
SVGHKernElement.cpp 38 inline SVGHKernElement::SVGHKernElement(const QualifiedName& tagName, Document* document)
39 : SVGElement(tagName, document)
43 PassRefPtr<SVGHKernElement> SVGHKernElement::create(const QualifiedName& tagName, Document* document)
45 return adoptRef(new SVGHKernElement(tagName, document));
SVGMPathElement.cpp 35 inline SVGMPathElement::SVGMPathElement(const QualifiedName& tagName, Document* document)
36 : SVGElement(tagName, document)
40 PassRefPtr<SVGMPathElement> SVGMPathElement::create(const QualifiedName& tagName, Document* document)
42 return adoptRef(new SVGMPathElement(tagName, document));
SVGSwitchElement.cpp 34 inline SVGSwitchElement::SVGSwitchElement(const QualifiedName& tagName, Document* document)
35 : SVGStyledTransformableElement(tagName, document)
39 PassRefPtr<SVGSwitchElement> SVGSwitchElement::create(const QualifiedName& tagName, Document* document)
41 return adoptRef(new SVGSwitchElement(tagName, document));
  /external/webkit/Source/WebCore/wml/
WMLElement.h 32 static PassRefPtr<WMLElement> create(const QualifiedName& tagName, Document*);
46 WMLElement(const QualifiedName& tagName, Document*);
  /external/webkit/Source/WebCore/html/
HTMLBRElement.cpp 35 HTMLBRElement::HTMLBRElement(const QualifiedName& tagName, Document* document)
36 : HTMLElement(tagName, document)
46 PassRefPtr<HTMLBRElement> HTMLBRElement::create(const QualifiedName& tagName, Document* document)
48 return adoptRef(new HTMLBRElement(tagName, document));
HTMLDataGridElement.cpp 41 inline HTMLDataGridElement::HTMLDataGridElement(const QualifiedName& tagName, Document* document)
42 : HTMLElement(tagName, document)
48 PassRefPtr<HTMLDataGridElement> HTMLDataGridElement::create(const QualifiedName& tagName, Document* document)
50 return adoptRef(new HTMLDataGridElement(tagName, document));
HTMLDivElement.cpp 35 HTMLDivElement::HTMLDivElement(const QualifiedName& tagName, Document* document)
36 : HTMLElement(tagName, document)
46 PassRefPtr<HTMLDivElement> HTMLDivElement::create(const QualifiedName& tagName, Document* document)
48 return adoptRef(new HTMLDivElement(tagName, document));
HTMLFrameElement.cpp 37 inline HTMLFrameElement::HTMLFrameElement(const QualifiedName& tagName, Document* document)
38 : HTMLFrameElementBase(tagName, document)
46 PassRefPtr<HTMLFrameElement> HTMLFrameElement::create(const QualifiedName& tagName, Document* document)
48 return adoptRef(new HTMLFrameElement(tagName, document));
HTMLLegendElement.cpp 35 inline HTMLLegendElement::HTMLLegendElement(const QualifiedName& tagName, Document* document, HTMLFormElement* form)
36 : HTMLFormControlElement(tagName, document, form)
41 PassRefPtr<HTMLLegendElement> HTMLLegendElement::create(const QualifiedName& tagName, Document* document, HTMLFormElement* form)
43 return adoptRef(new HTMLLegendElement(tagName, document, form));
HTMLMetaElement.cpp 43 inline HTMLMetaElement::HTMLMetaElement(const QualifiedName& tagName, Document* document)
44 : HTMLElement(tagName, document)
49 PassRefPtr<HTMLMetaElement> HTMLMetaElement::create(const QualifiedName& tagName, Document* document)
51 return adoptRef(new HTMLMetaElement(tagName, document));
HTMLOListElement.cpp 36 HTMLOListElement::HTMLOListElement(const QualifiedName& tagName, Document* document)
37 : HTMLElement(tagName, document)
48 PassRefPtr<HTMLOListElement> HTMLOListElement::create(const QualifiedName& tagName, Document* document)
50 return adoptRef(new HTMLOListElement(tagName, document));
HTMLParagraphElement.cpp 36 inline HTMLParagraphElement::HTMLParagraphElement(const QualifiedName& tagName, Document* document)
37 : HTMLElement(tagName, document)
42 PassRefPtr<HTMLParagraphElement> HTMLParagraphElement::create(const QualifiedName& tagName, Document* document)
44 return adoptRef(new HTMLParagraphElement(tagName, document));
HTMLParamElement.cpp 34 inline HTMLParamElement::HTMLParamElement(const QualifiedName& tagName, Document* document)
35 : HTMLElement(tagName, document)
40 PassRefPtr<HTMLParamElement> HTMLParamElement::create(const QualifiedName& tagName, Document* document)
42 return adoptRef(new HTMLParamElement(tagName, document));
HTMLSummaryElement.cpp 35 PassRefPtr<HTMLSummaryElement> HTMLSummaryElement::create(const QualifiedName& tagName, Document* document)
37 RefPtr<HTMLSummaryElement> result = adoptRef(new HTMLSummaryElement(tagName, document));
42 HTMLSummaryElement::HTMLSummaryElement(const QualifiedName& tagName, Document* document)
43 : HTMLElement(tagName, document)
HTMLTableColElement.cpp 39 inline HTMLTableColElement::HTMLTableColElement(const QualifiedName& tagName, Document* document)
40 : HTMLTablePartElement(tagName, document)
45 PassRefPtr<HTMLTableColElement> HTMLTableColElement::create(const QualifiedName& tagName, Document* document)
47 return adoptRef(new HTMLTableColElement(tagName, document));
HTMLTrackElement.cpp 41 inline HTMLTrackElement::HTMLTrackElement(const QualifiedName& tagName, Document* document)
42 : HTMLElement(tagName, document)
48 PassRefPtr<HTMLTrackElement> HTMLTrackElement::create(const QualifiedName& tagName, Document* document)
50 return adoptRef(new HTMLTrackElement(tagName, document));

Completed in 812 milliseconds

1 2 34 5 6 7 8 91011>>