HomeSort by relevance Sort by last modified time
    Searched full:tagname (Results 1 - 25 of 707) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/LayoutTests/fast/encoding/
invalid-xml-expected.txt 2 PASS iframe.contentDocument.documentElement.tagName is "root"
5 PASS iframe.contentDocument.documentElement.tagName is "root"
8 PASS iframe.contentDocument.documentElement.tagName is "root"
11 FAIL iframe.contentDocument.documentElement.tagName should be root. Was html.
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilDocumentImpl.java 155 public Element createElement(String tagName) throws DOMException {
157 tagName = tagName.toLowerCase();
158 if (tagName.equals("text") ||
159 tagName.equals("img") ||
160 tagName.equals("video")) {
161 return new SmilRegionMediaElementImpl(this, tagName);
162 } else if (tagName.equals("audio")) {
163 return new SmilMediaElementImpl(this, tagName);
164 } else if (tagName.equals("layout"))
    [all...]
  /external/webkit/LayoutTests/fast/dom/HTMLKeygenElement/
keygen-expected.txt 5 PASS shadow.firstChild.tagName is "SELECT"
  /external/webkit/LayoutTests/fast/xpath/
detached-subtree-invalidate-iterator-expected.txt 4 PASS result.iterateNext().tagName is 'span'
  /external/webkit/Source/WebCore/html/
HTMLBaseFontElement.cpp 32 inline HTMLBaseFontElement::HTMLBaseFontElement(const QualifiedName& tagName, Document* document)
33 : HTMLElement(tagName, document)
38 PassRefPtr<HTMLBaseFontElement> HTMLBaseFontElement::create(const QualifiedName& tagName, Document* document)
40 return adoptRef(new HTMLBaseFontElement(tagName, document));
HTMLBlockquoteElement.cpp 32 HTMLBlockquoteElement::HTMLBlockquoteElement(const QualifiedName& tagName, Document* document)
33 : HTMLElement(tagName, document)
43 PassRefPtr<HTMLBlockquoteElement> HTMLBlockquoteElement::create(const QualifiedName& tagName, Document* document)
45 return adoptRef(new HTMLBlockquoteElement(tagName, document));
HTMLDListElement.cpp 32 inline HTMLDListElement::HTMLDListElement(const QualifiedName& tagName, Document* document)
33 : HTMLElement(tagName, document)
38 PassRefPtr<HTMLDListElement> HTMLDListElement::create(const QualifiedName& tagName, Document* document)
40 return adoptRef(new HTMLDListElement(tagName, document));
HTMLDirectoryElement.cpp 32 inline HTMLDirectoryElement::HTMLDirectoryElement(const QualifiedName& tagName, Document* document)
33 : HTMLElement(tagName, document)
38 PassRefPtr<HTMLDirectoryElement> HTMLDirectoryElement::create(const QualifiedName& tagName, Document* document)
40 return adoptRef(new HTMLDirectoryElement(tagName, document));
HTMLHeadElement.cpp 34 HTMLHeadElement::HTMLHeadElement(const QualifiedName& tagName, Document* document)
35 : HTMLElement(tagName, document)
45 PassRefPtr<HTMLHeadElement> HTMLHeadElement::create(const QualifiedName& tagName, Document* document)
47 return adoptRef(new HTMLHeadElement(tagName, document));
HTMLHeadingElement.cpp 28 inline HTMLHeadingElement::HTMLHeadingElement(const QualifiedName& tagName, Document* document)
29 : HTMLElement(tagName, document)
33 PassRefPtr<HTMLHeadingElement> HTMLHeadingElement::create(const QualifiedName& tagName, Document* document)
35 return adoptRef(new HTMLHeadingElement(tagName, document));
HTMLMenuElement.cpp 32 inline HTMLMenuElement::HTMLMenuElement(const QualifiedName& tagName, Document* document)
33 : HTMLElement(tagName, document)
38 PassRefPtr<HTMLMenuElement> HTMLMenuElement::create(const QualifiedName& tagName, Document* document)
40 return adoptRef(new HTMLMenuElement(tagName, document));
HTMLModElement.cpp 32 inline HTMLModElement::HTMLModElement(const QualifiedName& tagName, Document* document)
33 : HTMLElement(tagName, document)
37 PassRefPtr<HTMLModElement> HTMLModElement::create(const QualifiedName& tagName, Document* document)
39 return adoptRef(new HTMLModElement(tagName, document));
HTMLQuoteElement.cpp 33 inline HTMLQuoteElement::HTMLQuoteElement(const QualifiedName& tagName, Document* document)
34 : HTMLElement(tagName, document)
39 PassRefPtr<HTMLQuoteElement> HTMLQuoteElement::create(const QualifiedName& tagName, Document* document)
41 return adoptRef(new HTMLQuoteElement(tagName, document));
  /external/webkit/Source/WebCore/svg/
SVGAnimateColorElement.cpp 28 inline SVGAnimateColorElement::SVGAnimateColorElement(const QualifiedName& tagName, Document* document)
29 : SVGAnimateElement(tagName, document)
33 PassRefPtr<SVGAnimateColorElement> SVGAnimateColorElement::create(const QualifiedName& tagName, Document* document)
35 return adoptRef(new SVGAnimateColorElement(tagName, document));
SVGDescElement.cpp 27 inline SVGDescElement::SVGDescElement(const QualifiedName& tagName, Document* document)
28 : SVGStyledElement(tagName, document)
32 PassRefPtr<SVGDescElement> SVGDescElement::create(const QualifiedName& tagName, Document* document)
34 return adoptRef(new SVGDescElement(tagName, document));
SVGFEDistantLightElement.cpp 29 inline SVGFEDistantLightElement::SVGFEDistantLightElement(const QualifiedName& tagName, Document* document)
30 : SVGFELightElement(tagName, document)
34 PassRefPtr<SVGFEDistantLightElement> SVGFEDistantLightElement::create(const QualifiedName& tagName, Document* document)
36 return adoptRef(new SVGFEDistantLightElement(tagName, document));
SVGFEFuncAElement.cpp 28 inline SVGFEFuncAElement::SVGFEFuncAElement(const QualifiedName& tagName, Document* document)
29 : SVGComponentTransferFunctionElement(tagName, document)
33 PassRefPtr<SVGFEFuncAElement> SVGFEFuncAElement::create(const QualifiedName& tagName, Document* document)
35 return adoptRef(new SVGFEFuncAElement(tagName, document));
SVGFEFuncBElement.cpp 28 inline SVGFEFuncBElement::SVGFEFuncBElement(const QualifiedName& tagName, Document* document)
29 : SVGComponentTransferFunctionElement(tagName, document)
33 PassRefPtr<SVGFEFuncBElement> SVGFEFuncBElement::create(const QualifiedName& tagName, Document* document)
35 return adoptRef(new SVGFEFuncBElement(tagName, document));
SVGFEFuncGElement.cpp 28 inline SVGFEFuncGElement::SVGFEFuncGElement(const QualifiedName& tagName, Document* document)
29 : SVGComponentTransferFunctionElement(tagName, document)
33 PassRefPtr<SVGFEFuncGElement> SVGFEFuncGElement::create(const QualifiedName& tagName, Document* document)
35 return adoptRef(new SVGFEFuncGElement(tagName, document));
SVGFEFuncRElement.cpp 28 inline SVGFEFuncRElement::SVGFEFuncRElement(const QualifiedName& tagName, Document* document)
29 : SVGComponentTransferFunctionElement(tagName, document)
33 PassRefPtr<SVGFEFuncRElement> SVGFEFuncRElement::create(const QualifiedName& tagName, Document* document)
35 return adoptRef(new SVGFEFuncRElement(tagName, document));
SVGFEPointLightElement.cpp 29 inline SVGFEPointLightElement::SVGFEPointLightElement(const QualifiedName& tagName, Document* document)
30 : SVGFELightElement(tagName, document)
34 PassRefPtr<SVGFEPointLightElement> SVGFEPointLightElement::create(const QualifiedName& tagName, Document* document)
36 return adoptRef(new SVGFEPointLightElement(tagName, document));
SVGFESpotLightElement.cpp 29 inline SVGFESpotLightElement::SVGFESpotLightElement(const QualifiedName& tagName, Document* document)
30 : SVGFELightElement(tagName, document)
34 PassRefPtr<SVGFESpotLightElement> SVGFESpotLightElement::create(const QualifiedName& tagName, Document* document)
36 return adoptRef(new SVGFESpotLightElement(tagName, document));
SVGFontFaceNameElement.cpp 30 inline SVGFontFaceNameElement::SVGFontFaceNameElement(const QualifiedName& tagName, Document* document)
31 : SVGElement(tagName, document)
35 PassRefPtr<SVGFontFaceNameElement> SVGFontFaceNameElement::create(const QualifiedName& tagName, Document* document)
37 return adoptRef(new SVGFontFaceNameElement(tagName, document));
SVGMetadataElement.cpp 27 inline SVGMetadataElement::SVGMetadataElement(const QualifiedName& tagName, Document* document)
28 : SVGElement(tagName, document)
32 PassRefPtr<SVGMetadataElement> SVGMetadataElement::create(const QualifiedName& tagName, Document* document)
34 return adoptRef(new SVGMetadataElement(tagName, document));
SVGMissingGlyphElement.cpp 27 inline SVGMissingGlyphElement::SVGMissingGlyphElement(const QualifiedName& tagName, Document* document)
28 : SVGStyledElement(tagName, document)
32 PassRefPtr<SVGMissingGlyphElement> SVGMissingGlyphElement::create(const QualifiedName& tagName, Document* document)
34 return adoptRef(new SVGMissingGlyphElement(tagName, document));

Completed in 822 milliseconds

1 2 3 4 5 6 7 8 91011>>